{% if not employee %}
Your login is not linked to an employee profile yet.
{% else %}

Returned / Correction Work

Your current workflow uses blocked status for correction, clarification and returned work. Use this page to clear them.

Open Full Board
{% set ns = namespace(count=0) %} {% if work_payload %} {% for column in work_payload.columns if column.code == 'blocked' %} {% for card in column.cards %} {% set ns.count = ns.count + 1 %} {% endfor %} {% endfor %} {% endif %} {% if ns.count == 0 %}{% endif %}
ClientServiceFYBlockedOverdueAction
{{ card.client_name }}{{ card.service_name }}{{ card.financial_year }}{{ card.blocked_count }}{{ card.overdue_count }}Open
No returned or blocked work is pending.
{% endif %}