{% extends "dashboard/base_dashboard.html" %} {% load humanize %} {% block dashboard_section_content %}
Active
Inactive: {{ total_students_inactive|intcomma }}
{% with total_students=total_students_active|add:total_students_inactive %} {% widthratio total_students_active total_students 100 as students_active_rate %}Academic staff
Classes: {{ total_classes|intcomma }} | Streams: {{ total_streams|intcomma }}
{% with teaching_units=total_classes|add:total_streams %} {% widthratio total_classes teaching_units 100 as class_share %} {% widthratio total_streams teaching_units 100 as stream_share %}Expected: UGX {{ total_fees_expected|floatformat:0|intcomma }}
Rate: {{ collection_rate|floatformat:1 }}%
Pending balances
Attendance today: {{ attendance_today_rate|floatformat:1 }}%
{% widthratio outstanding_fees total_fees_expected 100 as outstanding_rate %}| Alert | Count | Action |
|---|---|---|
| {{ alert.label }} | {{ alert.count|floatformat:0|intcomma }} | Open |
| No active alerts. | ||
Attendance this week: {{ attendance_week_rate|floatformat:1 }}%