{% extends "django_cradmin/viewhelpers/listbuilder/itemvalue/titledescription.django.html" %} {% load i18n %} {% load devilry_core_tags %} {% load cradmin_icon_tags %} {% block title-content %} {{ me.assignment.long_name }} {% endblock title-content %} {% block below-description %}
{% trans 'Deadline' context 'devilry admin studentfeedbackfeed wizard' %}: {{ me.group.cached_data.last_feedbackset.deadline_datetime|date:"DATETIME_FORMAT" }}
{% trans 'Semester' context 'devilry admin studentfeedbackfeed wizard' %}: {{ me.period.long_name }} {% if not me.period.is_active %} [{% trans 'Inactive' context 'devilry admin studentfeedbackfeed wizard' %}] {% endif %}
{% trans 'Subject' context 'devilry admin studentfeedbackfeed wizard' %}: {{ me.subject.long_name }}

{% trans "Status" context "group status" %}: {% devilry_groupstatus me.group %}

{% endblock below-description %}