{% extends 'base.html' %} {% block title %}Apply Discount to Student - Rapha-Bethel BNPS{% endblock %} {% block content %}

Apply Discount to Student

Back
Student Discount Application
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
{{ form.student }}
{{ form.discount }}
{{ form.academic_year }}
{{ form.term }}
{{ form.reason }}
Cancel
{% block extra_js %} {% endblock %} {% endblock %}