{% extends "base.html" %} {% block title %}Delete Invoice{% endblock title %} {% block subtitle %}The invoice will be permanently deleted.{% endblock subtitle %} {% block content %}
{% csrf_token %}

Are you sure you want to proceed?
This action is irreversible.


Cancel
{% endblock content %}