{% extends "base/base.html" %} {% load static %} {% block title %} Marker progress and quotas {% endblock title %} {% block page_heading %} Marker progress and quotas {% endblock page_heading %} {% block main_content %}
| Username | Task Marked | Task Claimed | Quota Limit | Quota Tasks |
|---|---|---|---|---|
| {{ username }} {% if messages %} {% for message in messages %} {% if 'quota_warning' in message.tags and progress.would_exceed_default_limit %} {% endif %} {% endfor %} {% endif %} {% if progress.has_quota_limit %} {% endif %} | {{ progress.tasks_marked }} | {{ progress.tasks_claimed }} | {% if progress.has_quota_limit %} {{ progress.quota_limit }} {% else %} {% endif %} | view |
Latest Updated Annotation: {{ latest_updated_annotation_human_time }}
| Username | Question | Version | Annotation Count | Average Marking Time | Percentage Marked |
|---|---|---|---|---|---|
| {{ username }} | {{ data.question_label_html|safe }} | {{ data.question_version }} | {{ data.annotations_count }} | {{ data.average_marking_time }} |
|