{% load i18n %} {% load tz %}
{% if staff_assessment_required %} {% endif %}

{% trans "Manage Individual Learners" %}

{% if display_schedule_training %}
{% if classifierset %}
{% trans "Classifier set" %}
{% trans "Field" %} {% trans "Value" %}
{% trans "Created at" %} {{ classifierset.created_at }}
{% trans "Algorithm ID" %} {{ classifierset.algorithm_id }}
{% trans "Course ID" %} {{ classifierset.course_id }}
{% trans "Item ID" %} {{ classifierset.item_id }}
{% else %} {% trans "No classifiers are available for this problem" %} {% endif %}
{% endif %} {% if display_reschedule_unfinished_tasks %}
{% endif %}

{% trans "View Assignment Statistics" %}

{% trans "Response total" %}:
{{ num_submissions }}
{% trans "Location" %}: {{ item_id }}
{% for item in status_counts %} {% endfor %}
{% trans "Learner Progress" %}
{% trans "Problem Step" %} {% trans "Active Learners 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" %}
{% if staff_assessment_required %}

{% trans "Grade Available Responses" %}

{% include "openassessmentblock/staff_area/oa_staff_grade_learners.html" with staff_assessment_ungraded=staff_assessment_ungraded %}
{% endif %}