{% extends "base.html" %} {% load projecttags %} {% load bootstrap %} {% block title %} {{ block.super }} - Test Machine Details {% endblock %} {% block content %}
# | Course | Assignment | Authors | Status | Execution started |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ subm.assignment.course }} | {{ subm.assignment }} | {{ subm.authors.all|join:", " }} | {{ subm.state_for_students }} | {{ subm.file_upload.fetched|default_if_none:"-" }} |
Nothing to do for students.
{% endif %} {% if additional %}There are {{ additional }} additional jobs being queued.
{% endif %}Last contact: {{ machine.last_contact }}
{% endblock %}