{% extends "base.html" %} {% load projecttags %} {% block title %} {{ block.super }} - Archive {% endblock %} {% block content %}
{% for submission in object_list %} {% endfor %}
ID Course Assignment Created Authors Status
{{ submission.pk }} {{ submission.assignment.course }} {{ submission.assignment }} {{ submission.created }} {{ submission.authors.all|join:"
" }}
{{ submission.state_for_students }} Details
{% endblock %}