{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}Finish Evaluation{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans with phase=object.phase.name person=object.person %}Finish Evaluation of {{ person }} for {{ phase }}{% endblocktrans %}{% endblock %} {% block content %} chevron_left {% trans "Back to list" %}
warning
{% trans "Do you really want to finish the complete evaluation?" %}
{% blocktrans %} With this function, you can stop the whole evaluation process for yourself. This should be only used if all wanted evaluations are done. After this form is submitted, you won't be able to do any further evaluations. You will have access to the results after submitting. {% endblocktrans %}
{% csrf_token %} chevron_left {% trans "No, back to list" %}
{% endblock %}