{% extends "django_cradmin/viewhelpers/formview_base.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 assignment overview" %}

{% trans "Step 1 of 3: select the earliest semester you want to approve for" %}

{% trans 'Everything from the selected period will be included, ' %} {% trans 'and not any assignments that were done before the selected period' %}

{% endblock pageheader-inner %} {% block content %} {% if no_past_period %}

{% blocktrans trimmed with context='select-period-view-no-passed-period' %} There are no prior semesters connected to this assignment. {% endblocktrans %}

{% else %} {{ block.super }} {% endif %} {% endblock content %}