{% extends 'hordak/base.html' %} {% block page_name %}Delete Transaction{% endblock %} {% block content %}
{% csrf_token %} {% block form_content %} {% include 'hordak/partials/form.html' with form=form %}

Are you sure you wish to delete this transaction?

You could alternatively create another transaction to reverse it. Deleting a transaction cannot be undone.

Cancel
{% endblock %}
{% endblock %} ]