{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block title %} {% blocktrans trimmed with assignmentname=assignment.long_name %} Examiners on {{ assignmentname }} {% endblocktrans %} {% endblock title %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to assignment overview" %}

{% blocktrans trimmed with assignmentname=assignment.long_name %} Examiners on {{ assignmentname }} {% endblocktrans %}

{% trans "You can bulk-organize examiners using the button below, or click on an examiner to manually organize students for each examiner." %}

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

{% trans 'warning' %}: {% trans 'There are still students on the assignment with no examiners assigned to them' context 'devilry admin assignment examineroverview' %}

{% endif %} {% if examiner_count == 0 %}

{% blocktrans trimmed with period=assignment.period.get_path %} You have no users registered as examiner for {{ period }}. You need to add users as examiners on the semester page for the course before you can use them as examiners for assignments. {% endblocktrans %}

{% trans "Add examiners" %}
{% else %}

{% trans "Bulk-organize examiners" %}

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