{% extends "base.html" %} {% block title %}Dashboard - {{ user_role|title }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Dashboard

Welcome back, {{ request.user.username }} ({{ user_role|title }})

Total Members

{{ total_members }}

Departments

{{ total_departments }}

Events

{{ total_events }}

Today's Contributions

KSh {{ total_amount_today|floatformat:"0" }}

Monthly Contributions (Last 12 Months)
Recent Activity

New Members (30 days): {{ recent_members }}

New Contributions (30 days): {{ recent_contributions }}


View Members View Finance
+ Add Member + Record Contribution + Add Event + Add Department
{% endblock %} {% block extra_js %} {% endblock %}