{% extends "devilry_admin/assignment/students/groupview_base/base-multiselect-view.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block title %} {% trans "Delete students" %} {% endblock title %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to student overview" %}

{% trans "Delete students" %}

{% trans 'Select one or more students, and select "Delete students".' %} {% if not has_delete_with_content_permission %} {% trans "You do not have permission to delete students with deliveries and/or feedback, so those students are not available in the list below." %} {% endif %}

{% endblock pageheader-inner %} {% block messages %}
{% if has_delete_with_content_permission %}
{% trans "You have permission to delete students with deliveries and/or feedback, so be VERY CAREFUL before you click the delete button!" %}
{% endif %}
{{ block.super }} {% endblock messages %}