{% extends "admin/base_admin.html" %} {% block title %}Contributions Management - Admin Panel{% endblock %} {% block page_title %}All Contributions{% endblock %} {% block content %}

Contributions Management

Track and manage all member financial contributions

{% if request.args.get('search') or request.args.get('month_filter') or request.args.get('type_filter') %} {% endif %}
{% if pagination.pages > 1 %}
{% if pagination.has_prev %} Previous {% endif %} {% if pagination.has_next %} Next {% endif %}
{% endif %}
{% endblock %}