{% extends "base_generic.html" %} {% block header %} {% if user.is_authenticated and user.is_superuser %}
Back
Delete an Exercise {% else %}

You are not logged in: login

{% endif %} {% endblock %} {% block body %} {% if user.is_authenticated and user.is_superuser %}

This cannot be undone

Are you sure you want to delete the exercise: {{ object.name }}?

{% csrf_token %}
{% endif %} {% endblock %}