{% extends 'base.html' %} {% load static %} {% block title %}Expense Categories — Rapha-Bethel BNPS{% endblock %} {% block content %}
Manage categories used when recording expenses
Click "Load Default Categories" to add 15 standard school expense categories instantly, or add your own using the form on the right.
| Category Name | French Name | Description | Status | Actions |
|---|---|---|---|---|
| {{ cat.name }} | {{ cat.name_fr|default:"—" }} | {{ cat.description|truncatechars:60|default:"—" }} | {% if cat.is_active %} Active {% else %} Inactive {% endif %} |
|