Pending From Me

Documents, replies or clarifications currently expected from you.

Open Messages
{% set shown = namespace(count=0) %} {% for task in task_rows or [] %} {% if (task.status or 'pending') in ['pending','blocked','client_pending','clarification_required','rework'] %} {% set shown.count = shown.count + 1 %} {% endif %} {% endfor %} {% if shown.count == 0 %} {% endif %}
Service / TaskStatusFY / PeriodDueAction
{{ task.task_name or (task.catalogue.service_name if task.catalogue else 'Task') }}
{{ task.catalogue.service_name if task.catalogue else 'Service' }}
{{ (task.status or 'pending')|replace('_',' ')|title }} {{ task.financial_year or '-' }} {{ task.internal_target_date.strftime('%d-%m-%Y') if task.internal_target_date else '-' }} Open
No pending action from you.