{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-left.django.html" %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% load crispy_forms_tags %} {% load i18n %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to add students overview" %} {{ block.super }} {% endblock pageheader-inner %} {% block content %}

{% blocktrans trimmed with from_assignment=from_assignment.long_name context='admin delete groups confirm' %} The students listed below are the students on the current assignment that failed {{ from_assignment }}, and are ready to be deleted. Students will not be included if {% endblocktrans %}:

{% blocktrans trimmed with context='admin delete groups confirm' %} The group has already been corrected {% endblocktrans %}

{% blocktrans trimmed with context='admin delete groups confirm' %} If a group on the current assignment has already been corrected (or has been given a new attempt). {% endblocktrans %}

{% blocktrans trimmed with context='admin delete groups confirm' %} The group has public comment activity by students or examiners {% endblocktrans %}

{% blocktrans trimmed with context='admin delete groups confirm' %} If a group on the current assignment has public comments by either the students, examiners or both. Drafted comments, comments by admins and comments only visible to examiners and admins are not considered public comment activity. {% endblocktrans %}

{% blocktrans trimmed with context='admin delete groups confirm' %} The group has more than one student {% endblocktrans %}

{% blocktrans trimmed with context='admin delete groups confirm' %} If a project group on the current assignment has more than one student (a collaborative group). You can still delete this project group manually, or split and then delete if you only want to delete one of the students in the project group. {% endblocktrans %}

{% trans 'Manually delete groups' context 'admin delete groups confirm' %}

{% if no_groups_found %}
{% trans "No students found." %}
{% else %}

{% blocktrans trimmed with delete_count=num_to_be_deleted total_count=num_candidates_total num_excluded=num_excluded context='admin delete groups confirm' %} {{ delete_count }} students can be deleted. {{ num_excluded }} students have been excluded. {% endblocktrans %}

{{ block.super }}
{% crispy form formhelper %}
{% endif %} {% endblock content %}