{% extends 'main/base.html' %} {% block content %} {% load static %} {% load static %}

Add School Fees

{% csrf_token %}

Fee Payments

{% for fee in fees %} {% endfor %}
# Student ID Amount
{{forloop.counter}} {{fee.student_id}} {{fee.amount}}
{% endblock %}