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

Delete {{ fee.name }}?

Amount: {{ fee.amount|floatformat:0 }} XAF • {{ fee.get_fee_type_display }}

This cannot be undone. Any invoices already generated from this fee will remain.
Cancel
{% csrf_token %}
{% endblock %}