{% extends 'base.html' %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %}
{% csrf_token %} {% if next %} {% endif %} {% if delete_view %} {% if object_name %}

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

{% else %}

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

{% endif %} {% else %}

Are you sure you wish to proceed?

{% endif %} {% if message %}

{{ message }}

{% endif %}
{% endblock %}