{% extends "devilry_examiner/base.django.html" %} {% load url from future %} {% load i18n %} {% load devilry_examiner_tags %} {# NOTE: The title is in a bit strange order because we want the most important information to visible in the tab (the name of the group, and the assignment). #} {% block title %} {{ group.short_displayname }} - {{ group.assignment.short_name }} - {{ group.assignment.parentnode.get_path }} {% endblock title %} {% block body %}
{{ group.subject.long_name }}, {{ group.period.long_name }}
{% trans "Grade" %}: {{ group.feedback.grade }} ({{ group.feedback.is_passing_grade|format_is_passing_grade }})
{% elif group.delivery_status == 'closed-without-feedback' %}{% trans "The group was closed without getting any feedback. This means that, as far as Devilry is concerned, this groups got the lowest possible score on this assignment (zero points)." %}
{% endif %}{{ deadline.text }}
{% endif %}
{% blocktrans with number=delivery.number %}Delivery #{{ number }}{% endblocktrans %}{% if delivery.last_feedback %}{{ delivery.last_feedback.grade }} ({{ delivery.last_feedback.is_passing_grade|format_is_passing_grade }}) {% else %} {% endif %} {% if delivery.after_deadline %} {% endif %} |