{% extends "base.html" %} {% load humanize %} {% block page_title %}Admin Control Tower · {{ dashboard_section_title }}{% endblock %} {% block content %}

Admin Control Tower · {{ dashboard_section_title }}

Centralized operational visibility for finance, academics, attendance, and risk.

{% if selected_term_label %} {{ selected_term_label }} {% endif %}
{% if term_options %}
{% endif %}
Dashboard Sections
{% if not scope_is_configured %}
Academic year/term is not fully configured. Some metrics may appear as zero.
{% endif %} {% block dashboard_section_content %}{% endblock %}
{% endblock %}