{% extends 'index.html' %} {% load static %} {% block content %}

Delete Transaction

{% if object.pk %}

Are you sure you want to delete "{{ object.transaction }}"?

{% csrf_token %} Cancel
{% else %}

Error: Transaction not found.

Back to Transactions {% endif %}
{% endblock %}