{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load static %} {% load i18n %} {% load cradmin_tags %} {% block title %} {{ request.cradmin_role.get_path }} {% endblock title %} {% block pageheader-inner %}

{{ request.cradmin_role.long_name }} — {{ request.cradmin_role.subject.long_name }}

{% trans "Edit" %}

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

{% trans "Create new assignment" %}

{% endblock listbuilderview_buttons %} {% block content %} {{ block.super }}

{% trans "Students and examiners" %}

{% trans "Only students registered for this semester can be added to assignments within the semester." %}

{% trans "Add/edit students" %} {% trans "Add/edit examiners" %}

{% trans "Semester tags" %}

{% blocktrans trimmed %} Create, edit and delete tags within this semester. Add and remove students/examiners from tags. Tags can be used to accociate examiners with students. {% endblocktrans %}

{% trans "Manage tags" %}

{% trans "Semester administrators" %}

{% trans "You can add semester administrators. Semester administrators have mostly the same permissions as course administrators except that they do not have access to anonymous assignments." %}

{% trans "Add/edit semester administrators" %}

{% trans "Utilities" %}

{% trans "Overview of all results" %} {% trans "Qualified for final exams" %}

{% endblock content %}