{% extends 'base.html' %} {% load static %} {% block title %}Fee Structure — Rapha-Bethel BNPS{% endblock %} {% block content %}

Fee Structure

Anglo & Bilingual sections — tuition installments

{% if messages %} {% for msg in messages %}
{{ msg }}
{% endfor %} {% endif %}
Clear
{% for fee in fees %} {% empty %} {% endfor %}
Section Class Group Year Reg. (New) Reg. (Old) Total Fees 1st Inst. 2nd Inst. Status Actions
{{ fee.get_section_display }} {{ fee.get_class_group_display }} {{ fee.academic_year }} {{ fee.registration_new|floatformat:0 }} {{ fee.registration_old|floatformat:0 }} {{ fee.total_fees|floatformat:0 }} {{ fee.installment_1|floatformat:0 }} {{ fee.installment_2|floatformat:0 }} {% if fee.is_active %} Active {% else %} Inactive {% endif %}
No fee structures defined yet. Add the first one
{% if is_paginated %} {% endif %}
{% endblock %}