{% extends 'django_spire/card/form_card.html' %} {% block card_title_content %}
{% if form_description %}
{{ form_description }}
{% endif %}
{% csrf_token %}
{% include 'django_spire/button/danger_button.html' with x_button_click='submit_value(true)' button_text='Delete' %}
{% include 'django_spire/button/secondary_button.html' with x_button_click='submit_value(false)' button_text='Cancel' %}
{% endblock %}