{% extends "django_cradmin/viewhelpers/formview_base.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% load crispy_forms_tags %} {% load cradmin_icon_tags %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to confirm assignments" %}

{% trans "Step 3 of 3: Approve assignments for the following students." %}

{% trans 'Here is a list of previous passed assignments delivered by students.' %} {% trans 'If the old grading configuration varies from the current the points will be converted as shown.' %}

{% endblock pageheader-inner %} {% block pre_form %}

{% blocktrans trimmed %} This is the final step, and you can see a preview of all the students on the current assignment that will get a passing grade, which assignment the result is fetched from and how the score is converted. {% endblocktrans %}

{% blocktrans trimmed %} The best results from the assignments are used, so if a student failed all but one of the earlier assignments, they will still get a passing grade. {% endblocktrans %}

{% cradmin_render_renderable candidate_list %}
{% endblock pre_form %}