{% extends 'base.html' %} {% load humanize %} {% block title %}Registration Fee Payment Details{% endblock %} {% block content %}
Registration fee payment details
Registration Fee Payment Receipt
{{ payment.registration_fee.fee_name }}
{{ payment.registration_fee.get_product_type_display }}
KES {{ payment.registration_fee.amount|floatformat:2|intcomma }}
{{ payment.registration_fee.description }}
{{ payment.payment_notes }}
This is a computer-generated receipt. No signature required.
Generated on {{ payment.created_at|date:"M d, Y H:i" }}