{% extends "base.html" %} {% block content %}
| Date | Member | Type | Amount | Method | Reference | Actions |
|---|---|---|---|---|---|---|
| {{ contribution.date|date:"M d, Y" }} | {{ contribution.member.full_name }} | {{ contribution.contribution_type }} | KSh {{ contribution.amount|floatformat:2 }} | {{ contribution.payment_method }} | {{ contribution.reference_number|default:"—" }} | View Member History |
| No contributions found. | ||||||