{% extends 'learning/_includes/modals/base.html' %} {% load i18n %} {% block modal_id %}delete-modal-{{ activity.slug }}{% endblock %} {% block modal_aria_label %}delete-modal-{{ activity.slug }}{% endblock %} {% block modal_header %} {% endblock %} {% block modal_body %} {% blocktrans with name=activity.name %}You are about to delete the activity “{{ name }}”.
Maybe you just want to unlink the activity (the activity will not be accessible within this course)?
If you are sure, you can delete it safely.{% endblocktrans %} {% endblock %} {% block modal_footer %}
{% csrf_token %}
{% endblock %}