{% blocktrans with name=course.name %}Unregister from course “{{ name }}”{% endblocktrans %}
{% endblock %}
{% block modal_body %}
{% blocktrans with name=course.name %}You are about to unregister from the course “{{ name }}”. This implies that every progress you made in this course will be lost. If you are sure of what you do, continue to unregister.{% endblocktrans %}
{% endblock %}
{% block modal_footer %}
{% endblock %}