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

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

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

  • {% trans "You will not be able to recover it later." %}
  • {% trans "Everything will be removed from the database, student progress and so no." %}
{% csrf_token %}
{% trans "Bring me back to the course" %}
{% endblock %}