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

{{ title }}

All amounts in XAF (Central African CFA Franc)

Back
Fee Structure Details
{% csrf_token %} {% if form.errors %}
Please correct the errors below. {{ form.non_field_errors }}
{% endif %}
Classification
{{ form.section }} {% if form.section.errors %}
{{ form.section.errors }}
{% endif %}
{{ form.class_group }} {% if form.class_group.errors %}
{{ form.class_group.errors }}
{% endif %}
{{ form.academic_year }}
Registration Fees
Registration fees differ for new admissions vs returning pupils. From your fee table: New = 15,000 XAF / Returning = 10,000 XAF.
{{ form.registration_new }} {% if form.registration_new.errors %}
{{ form.registration_new.errors }}
{% endif %}
{{ form.registration_old }} {% if form.registration_old.errors %}
{{ form.registration_old.errors }}
{% endif %}
Annual Tuition & Installments
Total Fees must equal 1st Installment + 2nd Installment. The system will validate this before saving.
{{ form.total_fees }} {% if form.total_fees.errors %}
{{ form.total_fees.errors }}
{% endif %}
{{ form.installment_1 }} {% if form.installment_1.errors %}
{{ form.installment_1.errors }}
{% endif %}
{{ form.installment_2 }} {% if form.installment_2.errors %}
{{ form.installment_2.errors }}
{% endif %}
Optional — Pin to Specific Classes
{{ form.specific_classes }}
Leave blank to apply to the whole class group.
Settings
{{ form.description }}
{{ form.is_active }}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}