{% extends "base/base.html" %} {% block title %} Marking Progress {% endblock title %} {% block page_heading %} Marking progress {% endblock page_heading %} {% block main_content %} {% if user_is_lead_marker or user_is_manager %}

Overview

{% endif %} {% if missing_task_count > 0 %}
There are {{ missing_task_count }} missing tasks. {% if user_is_manager %} Click here to examine the tasks. {% else %} Manager can examine the missing tasks. {% endif %}
{% endif %}
{% for qn in questions %}
{% for vn in versions %}
{% endfor %}
{% endfor %}
{% endblock main_content %}