{% extends "store/base.html" %}{% block title %}Confirm delete{% endblock %} {% block content %}
{% csrf_token %}
Delete Purchase
Are you sure you want to delete the purchase "{{ object.slug }}"
Cancel
{% endblock content %}