{% extends 'base.html' %} {% block title %}Delete Invoice{% endblock %} {% block content %}
Confirm Delete

Delete Invoice {{ invoice.invoice_number }}?

{{ invoice.student.get_full_name }} • {{ invoice.total_amount|floatformat:0 }} XAF

This cannot be undone. Associated payments will also be affected.
Cancel
{% csrf_token %}
{% endblock %}