{{ active.category }}
{{ active.task_name }}
{{ active.description or 'No additional procedure description.' }}
Assigned: {{ active.assigned_to }}{% if active.review_level %}{{ active.review_level.replace('_',' ').title() }}{% endif %}
Staff Response & Conclusion
- Response
- {{ active.checklist_response or active.checklist_text_response or active.checklist_number_response or active.checklist_date_response or '-' }}
- Checklist remarks
- {{ active.checklist_remarks or '-' }}
- Work remarks
- {{ active.work_remarks or '-' }}
Manager Conclusion
- Status
- {{ active.manager_review_status.replace('_',' ').title() }}
- Note
- {{ active.manager_review_note or '-' }}
- Evidence
- {{ active.evidence_count }} file{{ '' if active.evidence_count == 1 else 's' }} · Open Evidence
Open/previous rework: {{ active.rework_reason }}
{% endif %}
{% if active.checklist_response == 'NO' %}Exception response: The staff response is NO. Review the remarks, evidence and reporting consequence before approval.
{% endif %}
Communication Timeline
{% for comment in active.comments %}{% else %}
{{ comment.comment_type.replace('_',' ').title() }} · {{ comment.created_at_utc }}
{{ comment.message }}
No communication recorded.
{% endfor %}{% if workspace.is_locked or active.is_locked %}This engagement or task is locked and cannot be reviewed.{% elif active.review_state == 'not_ready' %}This task is visible for context but is not ready for your review. Required execution or prior review is pending.{% else %}This task is read-only for your current engagement role.{% endif %}
{% endif %}
{% else %}No tasks are available in this engagement.
{% endif %}