{% extends 'learning/_includes/modals/base.html' %} {% load i18n %} {% block modal_id %}unlink-modal-{{ activity.slug }}{% endblock %} {% block modal_aria_label %}unlink-modal-{{ activity.slug }}{% endblock %} {% block modal_header %} {% endblock %} {% block modal_body %} {% blocktrans with name=activity.name %}You are about to unlink the activity “{{ name }}”. This means that the activity will remain but will no longer be associated with this course.{% endblocktrans %} {% endblock %} {% block modal_footer %}
{% csrf_token %}
{% endblock %}