{% load i18n %} {% load tz %}

{% trans "Course Staff Information" %}

{% trans "Response total" %}:
{{ num_submissions }}
{% trans "Location" %}: {{ item_id }}
{% for item in status_counts %} {% endfor %}
{% trans "Student Progress" %}
{% trans "Problem Step" %} {% trans "Active Students in Step" %}
{{ item.status }} {{ item.count }}
{% for item in step_dates %} {% if item.start %} {% else %} {% endif %} {% if item.due %} {% else %} {% endif %} {% endfor %}
{% trans "Dates" %}
{% trans "Problem Step" %} {% trans "Release Date" %} {% trans "Due Date" %}
{{ item.step }}{{ item.start|utc|date:"N j, Y H:i e" }}{% trans "N/A" %}{{ item.due|utc|date:"N j, Y H:i e" }}{% trans "N/A" %}