{% extends "learning/activity/detail.html" %} {% load i18n django_bootstrap_breadcrumbs %} {% block title %}{{ block.super }} − {% blocktrans with name=activity.name %}Delete activity “{{ name }}”{% endblocktrans %} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Delete" "learning:activity/delete" activity.slug %} {% endblock %} {% block learning_content %}

{% blocktrans with name=activity.name %}Deleting “{{ name }}”…{% endblocktrans %}

{% blocktrans with name=activity.name %}You are about to delete the activity “{{ name }}”. This implies a lot of things, including:{% endblocktrans %}

  • {% trans "Every course that use this activity will no longer have access to it." %}
  • {% trans "Everything will be removed from the database." %}
{% csrf_token %}
{% trans "Bring me back to the activity" %}
{% endblock %}