{% extends "ui/templates/base/layout.html" %} {% block content %} {% include "ui/templates/components/partner_navigation_v2.html" %}

Branch Operations Control Centre

Partner Operations Dashboard

Monitor branch clients, due work, overdue tasks, review queue, team workload, billing and operational reports.

Scope: {{ overview.tenant.name if overview.tenant else 'Tenant' }}{% if overview.branch %} · {{ overview.branch.name }}{% else %} · All permitted branches{% endif %}{% if overview.financial_year %} · FY {{ overview.financial_year }}{% endif %}

{% set tabs = [ ('overview','Overview'), ('branch-work','Branch Work'), ('clients','Clients'), ('staff','Staff'), ('review','Review'), ('billing','Billing'), ('reports','Reports'), ('wizards','Wizards') ] %}
Dashboard Menu Partner dashboard sections
{% include 'modules/partner_dashboard/templates/partner_dashboard/partials/' ~ (active_tab|replace('-', '_')) ~ '.html' ignore missing %}
{% endblock %}