{% extends 'base.html' %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %}
{% csrf_token %} {% if delete %}

Are you sure you wish to delete: {{ object }}?

{% else %}

Are you sure you wish to proceed?

{% endif %} {% if message %}

{{ message }}

{% endif %}
{% endblock %}