{% comment %} Include template that shows a box with options if the group has no deliveries and the assignment is electronic. Required template context variables: group The AssignmentGroup. request Will be available as long as you do not supply the ``only`` parameter to the include tag. {% endcomment %} {% load i18n %} {% load url from future %} {% if group.missing_expected_delivery %}

{% trans "This group has no deliveries" %}. {% trans "You have to choose one of the following options" %}:

{% include "devilry_examiner/include/add_deadline_on_single_group.django.html" %}

{% trans 'If the group has made a delivery outside Devilry (paper, email, etc), you should add a "non-electronic" delivery that you can correct just like any other delivery.' %}

{% endif %}