{% extends "base.html" %} {% load crispy_forms_tags %} {% block page_title %}Record Payment - {{ bill }}{% endblock %} {% block content %}

Record Payment

Bill: {{ bill }} - Student: {{ bill.student.student_name }}
Outstanding: UGX {{ bill.balance|floatformat:0 }}
{% csrf_token %} {{ form|crispy }}
Back to History
{% endblock %}