Due Today
{{ overview.due_today_count }}
Must be controlled today
Due This Week
{{ overview.due_week_count }}
Upcoming workload
Overdue
{{ overview.overdue_count }}
Escalation required
Unassigned
{{ overview.unassigned_count }}
Allocation pending

Due Today

Tasks that should be completed or reviewed today.

Work Board
{% set rows = due_today %} {% include 'modules/manager_dashboard/templates/manager_dashboard/partials/_task_table.html' %}

Due This Week

Upcoming work due within the next seven days.

{% set rows = due_week %} {% include 'modules/manager_dashboard/templates/manager_dashboard/partials/_task_table.html' %}