All {%if user.practice_status != "ED"%} Practice {% endif %} Annotations
Total Complete
{{ all_anns_frac }}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{%if user.practice_status == "ED"%}
{% if finished_assignment%}
{% else %}
{% if save_warning %}
***
There can be no annotations which are Save for Later .
All annotations must either be True , False , Uncertain , or Reject .
***
{% 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 %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if search %}
{% for rec,info in search.items %}
{{ info.1 }}: {{ rec }}
{{ info.0 }}
{% for cat in categories %}
{{ cat }}
{% endfor %}
{% for val in info|slice:"2:" %}
{% for v in val %}
{{ v }}
{% endfor %}
Edit annotation
{% if val.3 != "-" %}
Delete annotation
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
Save for Later Annotations
{% if saved_page %}
{% if saved_page.has_previous %}
Previous Page
{% endif %}
{% if saved_page.has_next %}
Next Page
{% endif %}
{% if request.GET.saved_page == 'all' %}
Show pages
{% else %}
Show all
{% endif %}
{% endif %}
{% for rec,info in saved_anns.items %}
{{ info.1 }}: {{ rec }}
{{ info.0 }}
{% for cat in categories %}
{{ cat }}
{% endfor %}
{% for val in info|slice:"2:" %}
{% for v in val %}
{{ v }}
{% endfor %}
Edit annotation
{% if val.3 != "-" %}
Delete annotation
{% endif %}
{% endfor %}
{% endfor %}
Complete Annotations
{% if complete_page %}
{% if complete_page.has_previous %}
Previous Page
{% endif %}
{% if complete_page.has_next %}
Next Page
{% endif %}
{% if request.GET %}
{% if request.GET.complete_page == 'all' %}
Show pages
{% else %}
{% if n_complete > 5 %}
Show all
{% endif %}
{% endif %}
{% else %}
{% if n_complete > 5 %}
Show all
{% endif %}
{% endif %}
{% endif %}
{% for rec,info in completed_anns.items %}
{{ info.1 }}: {{ rec }}
{{ info.0 }}
{% for cat in categories %}
{{ cat }}
{% endfor %}
{% for val in info|slice:"2:" %}
{% for v in val %}
{{ v }}
{% endfor %}
Edit annotation
{% if val.3 != "-" %}
Delete annotation
{% endif %}
{% endfor %}
{% endfor %}
Incomplete Annotations
{% if incomplete_page %}
{% if incomplete_page.has_previous %}
Previous Page
{% endif %}
{% if incomplete_page.has_next %}
Next Page
{% endif %}
{% if request.GET %}
{% if request.GET.incomplete_page == 'all' %}
Show pages
{% else %}
{% if n_incomplete > 5 %}
Show all
{% endif %}
{% endif %}
{% else %}
{% if n_incomplete > 5 %}
Show all
{% endif %}
{% endif %}
{% endif %}
{% for rec,info in incompleted_anns.items %}
{{ info.1 }}: {{ rec }}
{{ info.0 }}
{% for cat in categories %}
{{ cat }}
{% endfor %}
{% for val in info|slice:"2:" %}
{% for v in val %}
{{ v }}
{% endfor %}
Edit annotation
{% if val.3 != "-" %}
Delete annotation
{% endif %}
{% endfor %}
{% endfor %}