{% extends "base/base.html" %} {% load static %} {% block title %} Reassemble Papers {% endblock title %} {% block page_heading %} Reassemble Papers and Student Reports {% endblock page_heading %} {% block main_content %}
# | Identified | Marked | Last updated | Reassembly Status | When reassembled | Action |
---|---|---|---|---|---|---|
{{ row.paper_num }} | {% if row.identified %} {{ row.student_id }} {% else %} {% endif %} | {% if row.marked %} all {% else %} {% if row.number_marked == 0 %} none {% else %} {{ row.number_marked }} {% endif %} {% endif %} | {{ row.last_update_humanised }} | {% if row.identified and row.marked %} {% if row.reassembled_status == "Starting" or row.reassembled_status == "Queued" or row.reassembled_status == "Running" %} {% elif row.reassembled_status == "Error" %} {% elif row.reassembled_status == "Complete" %} {% else %} {% endif %} {{ row.reassembled_status }} {% else %} Not ready {% endif %} | {% if row.reassembled_time %} {% if row.outdated %} Outdated {% else %} {{ row.reassembled_time_humanised }} {% endif %} {% else %} {% endif %} | {% if row.reassembled_time %} {% if row.outdated %} view view report {% else %} view view report {% endif %} {% else %} {% if row.identified and row.marked and row.reassembled_status != "Starting" and row.reassembled_status != "Queued" and row.reassembled_status != "Running" %} {% else %} {% endif %} {% endif %} |