{% extends 'learning/_includes/modals/base.html' %} {% load i18n %} {% block modal_id %}unregister-student-{{ registration.student.id }}{% endblock %} {% block modal_aria_label %}unregister-student-{{ registration.student.id }}{% endblock %} {% block modal_header %}
{% trans "By removing it from your students, the user will lose its rights on the course. Any progress made will be automatically removed. If the user want to register again, the student will start from the beginning." %}
{% blocktrans trimmed with name=registration.student.display_name date=registration.created %} As a reminder, {{ name }} is registered since the {{ date }}. {% endblocktrans %} {% if registration.self_registration %}
{% trans "The user self registered, this means you're excluding him from the course and remove its progress." %}
{% endif %}