{% extends 'base.html' %} {% load static %} {% block title %}{{ student.get_full_name }} — Fees{% endblock %} {% block content %}
{{ student.get_full_name }}
| Invoice # | Term | Amount | Status | Due |
|---|---|---|---|---|
| {{ invoice.invoice_number }} | {{ invoice.get_term_display }} | {{ invoice.total_amount|floatformat:0 }} XAF | {{ invoice.get_status_display }} | {{ invoice.due_date|date:"d M Y" }} |
| No invoices yet. | ||||
| Date | Amount | Method |
|---|---|---|
| {{ payment.payment_date|date:"d M Y" }} | {{ payment.amount|floatformat:0 }} | {{ payment.get_payment_method_display }} |
| No payments yet. | ||