{% load i18n %} {% load devilry_core_tags %} {% if me.should_include_examiners %}

{% trans "Examiners" %}: {% devilry_multiple_examiners_long_displayname me.get_assignment me.get_examiners me.get_devilryrole %}

{% endif %} {#{% if me.group.is_corrected %}#} {#

#} {# {% trans "Grade" context "group grade" %}:#} {# {% devilry_grade_full me.get_assignment me.group.published_grading_points me.get_devilryrole %}#} {#

#} {#{% else %}#} {#

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

#} {#{% endif %}#} {% if me.group.is_waiting_for_feedback or me.group.is_waiting_for_deliveries %}

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

{% elif me.group.is_corrected %}

{% trans "Grade" context "group grade" %}: {% devilry_grade_full me.get_assignment me.group.published_grading_points me.get_devilryrole %}

{% else %}

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

{% endif %}

{% trans "Deadline" %}: {{ me.group.cached_data.last_feedbackset_deadline_datetime|date:"DATETIME_FORMAT" }} {% if me.group.cached_data.new_attempt_count > 0 %} ({{ me.group.cached_data.prettyformat_current_attempt_number }}) {% endif %}

{% devilry_comment_summary me.group %}