{% if stats.all_task_count == 0 %}
{{ question_label_html|safe }} version {{ version }}: no tasks
{% else %}
{{ question_label_html|safe }} version {{ version }} {% if stats.all_task_count == stats.number_of_completed_tasks %} {% endif %}
{% include "Progress/fragments/task_progress_bar.html" with total=stats.all_task_count n_complete=status_counts.Complete n_todo=status_counts|get_item:"To Do" n_out=status_counts.Out %}
avg time estimated remaining time
{{ stats.avg_marking_time }} s {{ stats.approx_remaining_hours }} h
{% if user_is_lead_marker or user_is_manager %}
mean median mode stdev
{{ stats.mark_mean_str }} {{ stats.mark_median_str }} {{ stats.mark_mode_str }} {{ stats.mark_stdev_str }}
{% endif %}
{% endif %} {% if user_is_lead_marker or user_is_manager %} {% endif %}