{% blocktrans with name=activity.name %}Delete activity “{{ name }}”{% endblocktrans %}
{% 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 %}
{% endblock %}