{% extends 'base.html' %} {% load static %} {% block title %}Receipt {{ payment.receipt_number|default:payment.payment_number }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Back to Payment View Invoice {% if payment.invoice.balance > 0 %} Record Next Payment {% endif %}
RAPHA-BETHEL BILINGUAL SCHOOL-BESSENGUE
B.P.........Douala  —  Tél: 670 17 79 79 / 698 97 88 84
CASH RECEIPT / Reçu N°  {{ payment.receipt_number|default:payment.payment_number }}
Date   {{ payment.payment_date|date:"d/m/Y" }}
Name / Nom : {{ payment.student.get_full_name }} Class / Classe : {{ payment.student.current_class|default:"—" }}
{% for item in items %} {% empty %} {# Fall back to the standard fee rows mirroring the physical receipt #} {% endfor %}
{{ item.description_fr|default:item.description }} / {{ item.description }} {% if item.total %}{{ item.total|floatformat:0 }}{% endif %}
Inscription/Registration
Pension/Tuition{{ payment.amount|floatformat:0 }}
Pack scolaire/Nursery supplies
Cantine/Canteen
Transport/Transport
Uniforme/Uniforms
Tenue de sport/Sports wear
Fournitures scolaires/School supplies
Montant total reçu / Total amount received {{ payment.amount|floatformat:0 }} XAF
Amount in words / Montant en lettres{{ amount_in_words }}
{% if payment.invoice.balance > 0 %} Reste / Balance due: {{ payment.invoice.balance|floatformat:0 }} XAF {% else %} ✓ Fully paid / Compte soldé {% endif %}
{% endblock %}