{% extends "devilry_examiner/base.django.html" %} {% load i18n %} {% load url from future %} {% load crispy_forms_tags %} {% block title %} {% trans "Close groups" %} - {{ assignment.short_name }} - {{ assignment.parentnode.get_path }} {% endblock title %} {% block body %}
{{ assignment.long_name }} — {{ assignment.parentnode.parentnode.long_name}}, {{ assignment.parentnode.long_name }}
{% trans "Closing a group without feedback, indicates the the group will get the lowest possible score on the assignment. You can regret this choice at any time, and give the group another chance." %}
{% crispy primaryforms.close_groups_confirm_form %}