{% load i18n %} {% load tz %}
| {% 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 }} |
| {% trans "Problem Step" %} | {% trans "Active Learners in Step" %} |
|---|---|
| {{ item.status }} | {{ item.count }} |
| {% trans "Problem Step" %} | {% trans "Release Date" %} | {% trans "Due Date" %} | ||
|---|---|---|---|---|
| {{ item.step }} | {% if item.start %}{{ item.start|utc|date:"N j, Y H:i e" }} | {% else %}{% trans "N/A" %} | {% endif %} {% if item.due %}{{ item.due|utc|date:"N j, Y H:i e" }} | {% else %}{% trans "N/A" %} | {% endif %}