{% extends 'spire/modal/content/modal_title_content.html' %} {% block modal_content_title %} {{ form_title }} {% endblock %} {% block modal_content_content %}
{% csrf_token %} {{ form_description }} {% include 'django_glue/form/field/input_field.html' with glue_field='should_delete' %}
{% include 'spire/form/button/form_submit_button.html' with button_text='Delete' button_class='btn-danger btn-sm' %} {% include 'spire/button/secondary_button.html' with button_text='Cancel' %}
{% endblock %}