{% extends "base.html" %} {% block content %}

Contribution Details

Member: {{ contribution.member.full_name|default:"—" }}

Amount: KSh {{ contribution.amount|floatformat:2 }}

Type: {{ contribution.contribution_type }}

Payment Method: {{ contribution.payment_method }}

Date: {{ contribution.date|date:"M d, Y" }}

{% if contribution.reference_number %}

Reference: {{ contribution.reference_number }}

{% endif %} {% if contribution.notes %}

Notes: {{ contribution.notes }}

{% endif %}

Recorded: {{ contribution.created_at|date:"M d, Y H:i" }}

View Member History Back to List
{% endblock %}