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