{% extends "base.html" %} {% load static %} {% block content %}

All {%if user.practice_status != "ED"%} Practice {% endif %} Annotations

Total Complete {{ all_anns_frac }}


{% if messages %} {% endif %}
{%if user.practice_status == "ED"%} {% if finished_assignment%}
{% csrf_token %}

Annotate More Events


{% else %} {% if save_warning %} {% endif %} {% endif %} {% endif %}

{%if user.practice_status == "ED"%}Current Assignment{% else %} Practice Mode {%endif%}

{%if user.practice_status != "ED"%} Go to the "Submit Practice" page when you are ready to submit your responses and view the answers

{% endif %} Remaining Events: {{ remaining }}

Search for record

{% if messages %} {% endif %}


{% if search %} {% for rec,info in search.items %}
{% for cat in categories %} {% endfor %} {% for val in info|slice:"2:" %} {% for v in val %} {% endfor %} {% if val.3 != "-" %} {% endif %} {% endfor %}
{{ cat }}
{{ v }} Edit annotation Delete annotation

{% endfor %} {% endif %}

Save for Later Annotations

{% if saved_page %} {% endif %} {% for rec,info in saved_anns.items %}
{% for cat in categories %} {% endfor %} {% for val in info|slice:"2:" %} {% for v in val %} {% endfor %} {% if val.3 != "-" %} {% endif %} {% endfor %}
{{ cat }}
{{ v }} Edit annotation Delete annotation
{% endfor %}

Complete Annotations

{% if complete_page %} {% endif %} {% for rec,info in completed_anns.items %}
{% for cat in categories %} {% endfor %} {% for val in info|slice:"2:" %} {% for v in val %} {% endfor %} {% if val.3 != "-" %} {% endif %} {% endfor %}
{{ cat }}
{{ v }} Edit annotation Delete annotation
{% endfor %}

Incomplete Annotations

{% if incomplete_page %} {% endif %} {% for rec,info in incompleted_anns.items %}
{% for cat in categories %} {% endfor %} {% for val in info|slice:"2:" %} {% for v in val %} {% endfor %} {% if val.3 != "-" %} {% endif %} {% endfor %}
{{ cat }}
{{ v }} Edit annotation Delete annotation
{% endfor %}

{% endblock %}