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

{{ title }}

Define fee amounts and applicability

Back
Fee Structure Information
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
Basic Information
{{ form.name }} {% if form.name.errors %}
{{ form.name.errors }}
{% endif %}
{{ form.name_fr }}
{{ form.fee_type }}
{{ form.amount }} {% if form.amount.errors %}
{{ form.amount.errors }}
{% endif %}
{{ form.payment_frequency }}
Applicability
{{ form.academic_year }}
{{ form.term }}
{{ form.class_level }}
{{ form.specific_classes }}
Settings
{{ form.description }}
{{ form.description_fr }}
{{ form.is_mandatory }}
{{ form.is_active }}
Cancel
{% block extra_js %} {% endblock %} {% endblock %}