{% extends "django_cradmin/viewhelpers/formview_base.django.html" %} {% load devilry_account_tags %} {% load crispy_forms_tags %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block title %} {% trans "Passed previous semester" %} {% endblock title %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to assignment overview" %}

{% trans 'Passed previous semester' %}

{% blocktrans trimmed %} Select how you want to pass students in the context that they have passed this assignment on a previous semester. We recommend that you do this before examiners starts to correct deliveries. Select one of the modes below. {% endblocktrans %}

{% endblock pageheader-inner %} {% block content %} {{ block.super }}
{% if unsupported_grading_plugin %}

{% trans "Unsupported grading plugin" context 'passed previous semester'%}

{% blocktrans trimmed %} The grading plugin for this assignment is currently not supported. This will only work for assignments that uses the passed/failed plugin. {% endblocktrans %}
{% else %} {% cradmin_render_renderable mode_listbuilder_list %} {% endif %}
{% endblock content %}