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