{% extends "django_cradmin/viewhelpers/listbuilderview/default.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to period select" %}

{% trans "Step 2 of 3: Confirm assignments" %}

{% trans 'These Assignments will be taken into account ' %} {% trans 'upon approval of passing grade this semester.' %}

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

{% blocktrans trimmed %} In this step you get a preview of all assignments that matches the current assignment to import results to. You can see which semester the assignments belong to, max/min points and the start and end time of the semester. {% endblocktrans %}

{% blocktrans trimmed %} On the next step you will get a preview of all students that will be passed for the current assignment and confirm the results. {% endblocktrans %}

{{ block.super }} {% trans "Next" %} {% endblock %}