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

Manager Execution Control

Manager Dashboard V2

Control team allocation, review queue, client pending items, documents and execution reports for the active branch/team.

FY: {{ overview.financial_year or 'All' }}{% if overview.branch %} ยท Branch: {{ overview.branch.name or overview.branch.code }}{% endif %}

{% set tabs = [ ('overview','Overview'), ('team-work','Team Work'), ('due-calendar','Due Calendar'), ('review-queue','Review Queue'), ('client-pending','Client Pending'), ('documents','Documents'), ('escalations','Escalations'), ('reports','Reports'), ('wizards','Wizards') ] %}
Menu Manager dashboard navigation
{% include 'modules/manager_dashboard/templates/manager_dashboard/partials/' ~ (active_tab|replace('-', '_')) ~ '.html' ignore missing %}
{% endblock %}