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

Contributions (Total: KSh {{ total_amount|floatformat:2 }})

Record Contribution
Clear
{% for contribution in page_obj %} {% empty %} {% endfor %}
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.
{% if page_obj.has_other_pages %} {% endif %} Return to Dashboard
{% endblock %}