{% 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 %}
{% trans "Please confirm that you want to close the following groups" %}:

{% 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 %}
{% endblock %}