{% extends "ui/templates/base/layout.html" %} {% block content %}
One row per assigned engagement. Start, continue, follow up or view the full workflow from here.
You may still see tasks assigned directly to your user ID, but attendance, profile, leave, documents and payslip self-service require an employee master link.
Assigned engagements where work has not started.
{% endif %} {% if column.code == 'in_progress' %}Started engagements with remaining assigned work.
{% endif %} {% if column.code == 'blocked' %}Engagements waiting for documents, clarification, review or another dependency.
{% endif %} {% if column.code == 'completed' %}All tasks assigned to you in these engagements are complete.
{% endif %}| Client / Scope | Service | FY / Due | Progress | Next / Pending | Status | Action |
|---|---|---|---|---|---|---|
|
{{ card.client_code or 'Client' }}
{{ card.client_name }}
{% if card.scope_secondary %}
{{ card.scope_secondary }}
{% endif %}
{% if card.scope_context %}
{{ card.scope_context }}
{% endif %}
|
{{ card.service_name }}
{% if card.period_label %}
{{ card.period_label }}
{% endif %}
|
FY {{ card.financial_year }}
Due {{ card.due_date or '-' }}
|
{{ card.progress_percent }}%
{{ card.completed_count }}/{{ card.task_count }} tasks
Weighted progress
|
{% if column.code == 'blocked' %}
{{ card.blocked_reason }}
{% if card.blocked_notes %}{{ card.blocked_notes }} {% endif %}
{% if card.follow_up_date %}Follow-up: {{ card.follow_up_date }} {% endif %}
{% if card.blocked_task_name %}Task: {{ card.blocked_task_name }} {% endif %}
{{ card.next_task_name }}
{% else %}
—
{% endif %}
{% if card.latest_comment %}
Latest: {{ card.latest_comment.message }}
{% endif %}
|
{% if card.is_overdue %}
Overdue
{% elif card.is_due_today %}
Due today
{% endif %}
{% if column.code == 'pending' %}
Pending
{% elif column.code == 'in_progress' %}
In Progress
{% elif column.code == 'blocked' %}
Blocked
{% else %}
Completed
{% endif %}
|
{% if column.code == 'pending' %}
{% elif column.code == 'in_progress' %}
Continue
{% elif column.code == 'blocked' %}
Open / Follow Up
{% if card.manual_blocker %}
{% endif %}
{% else %}
View
{% endif %}
|
| No engagements in this section. | ||||||