{% extends "domain_base.html" %} {% block domain_content %}

{{ _('Close course: anonymize students') }}

{{ _('This anonymizes the selected students (removes personal data and disables access) and removes them from groups and teams. Submissions are kept but become non-attributable. This action is irreversible.') }}

{{ _('Download a full backup (users, submissions, grades and code) before purging.') }}

{{ _('Download all domain data (ZIP)') }}
{% if messages.length %}
{% for m in messages %}{{ m }}
{% endfor %}
{% endif %} {% if not done %}
{% endif %}
{% endblock %}