{% 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 %} {% endblock %} {% block modal_body %}
{% blocktrans trimmed with course=course student=registration.student %} {{ student }} works with you on the course “{{ course }}”. {% endblocktrans %}

{% 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 %}

{% endblock %} {% block modal_footer %}
{% csrf_token %}
{% endblock %}