{% extends "base.html" %} {% load i18n has_group %} {% block pagetitle %}Sessions{% endblock %} {% block extra_head %} {% endblock %} {% block main %}
{{ user.current_task.topic.description }}
{% endif %}Seed query: {{ user.current_task.topic.seed_query }}
Strategy: {{ user.current_task.get_strategy_display }}
{% if task.task_obj.max_number_of_judgments > 0 %}Effort (max judgments): {{ task.task_obj.max_number_of_judgments }}
{% endif %} Created {{ user.current_task.created_at }}You currently do not have an active session.
{% endif %}There are currently no sessions..
{% endif %} {% for task in tasks %}{% if task.task_obj.topic.description %} {{ task.task_obj.topic.description }} {% else %} Topic description is unavailable. {% endif %}
Created {{ task.task_obj.created_at }}