{% extends 'base.html' %} {% load bootstrap4 %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %}
{% csrf_token %} {% if form %} {% bootstrap_form form layout='horizontal' size='medium' %}
{% endif %} {% if delete %}

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

{% else %} {% if message %}

{{ message }}

{% else %}

Are you sure you wish to proceed?

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