{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}Finish Evaluation{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans with person=object.registration.person group=object.group_name %}Finish Evaluation of {{ person }} by {{ group }}{% endblocktrans %}{% endblock %} {% block content %} chevron_left {% trans "Back to list" %}
warning
{% trans "Do you really want to finish the evaluation for this group?" %}
{% blocktrans %} With this function, you can stop the evaluation process for this group. After this form is submitted, you won't be able to unlock this evaluation for further students. You will have access to the results after submitting. {% endblocktrans %}
{% csrf_token %} chevron_left {% trans "No, back to list" %}
{% endblock %}