{% extends "base_generic.html" %} {% load static %} {%if title %} {% block title %}{{ title }}{% endblock %} {% endif %} {%if heading %} {% block heading %}{{ heading }}{% endblock %} {% endif %} {% block content %}

Confirm requested action

{% csrf_token %}
{{action_description}}: Are you sure?
Click "Confirm" to continue, or "Cancel" to abort operation
{% endblock %}