Active Services
{{ total_engagements or 0 }}
Services handled by firm
With Firm
{{ with_firm or 0 }}
Being processed

Needs Your Attention

Documents, replies or confirmations currently expected from you.

{% set shown = namespace(count=0) %} {% for task in task_rows or [] %} {% if shown.count < 6 and (task.status or 'pending') in ['pending','blocked','client_pending','clarification_required','rework'] %} {% set shown.count = shown.count + 1 %}
{{ task.task_name or (task.catalogue.service_name if task.catalogue else 'Task') }}
{{ (task.status or 'pending')|replace('_',' ')|title }}{% if task.financial_year %} • FY {{ task.financial_year }}{% endif %}
Due: {{ task.internal_target_date.strftime('%d-%m-%Y') if task.internal_target_date else '-' }}
{% endif %} {% endfor %} {% if shown.count == 0 %}
No immediate action is pending from you.
{% endif %}

Upcoming Services & Due Dates

Important service deadlines visible to your client login.

Full Compliance Page