{% extends 'base.html' %} {% load static %} {% block title %}Receipt {{ payment.receipt_number|default:payment.payment_number }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {{ 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 |