{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load i18n %} {% load cradmin_tags %} {% block pageheader-inner %} {{ block.super }} {#

#} {#

#} {% endblock pageheader-inner %} {% block listbuilderview_buttons %} {{ block.super }}

{% if waiting_for_feedback_count > 0 %} {% trans "Bulk feedback" %} {% trans "Simple bulk feedback" %} {% endif %} {% trans "Manage deadlines" %}

{% include "devilry_examiner/assignment/includes/batchdownload_assignment.django.html" %} {% endblock %} {% block no-items-wrapper %} {% if excluding_filters_other_than_status_is_applied %}

{% trans "No students found matching your filters/search." %}

{% else %}
{% if status_filter_value_normalized == "waiting-for-feedback" %} {% trans "You have no students waiting for feedback." %} {% elif status_filter_value_normalized == "waiting-for-deliveries" %} {% trans "You are currently not expecting new deliveries from any students." %} {% elif status_filter_value_normalized == "corrected" %} {% trans "You have not finished correcting any students yet." %} {% endif %} {% comment %} NOTE: We never get status_filter_value_normalized == "all" here - that would end in a 404 instead because the examiner does not have access. {% endcomment %}
{% endif %} {% endblock no-items-wrapper %} {% block end-of-body %} {{ block.super }} {% include "devilry_theme3/include/devilry_all_js.django.html" %} {% endblock end-of-body %}