{% 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 '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 %}{% blocktrans trimmed with short_name=assignment.short_name %} In this step you will get a list of semesters that include an assignment with short name "{{ short_name }}". You must select the earliest semester you want to get student results from, which means that all assignment results from semesters after and including the one you selected are taken into account when fetching the results. {% endblocktrans %}
{% blocktrans trimmed %} On the next step you will get a preview of all assignments collected from the selected semesters, and information about which semesters the assignments belongs to and so on. {% endblocktrans %}