{% extends extend_template %} {% load i18n crispy_forms_tags %} {% block title %}{{title}}{% endblock %} {% block content %}

{% translate "Are you sure you want to delete this? This action cannot be undone." %}

{% if delete_message %}

{{ delete_message }}

{% endif %} {% crispy form %}
{% endblock %}