{{ task.category }}
{{ task.task_name }}
{{ task.description }}
{{ task.task_status_label }}{% if task.is_aqmm_task %}AQMM{% endif %}{% if task.blocks_final_release %}Final Gate{% endif %}
Prepared By
{{ task.assigned_to }}
Evidence
{{ task.evidence_count }} document(s)
Comments
{{ task.comment_count }}
Manager Review
{{ task.review_state_label }}
Staff Response & Conclusion
- Response Type
- {{ task.response_type }}
- Response
- {{ task.checklist_response or task.checklist_text_response or task.checklist_number_response or task.checklist_date_response or 'Not entered' }}
- Checklist Remarks
- {{ task.checklist_remarks or 'No remarks' }}
- Rework Reason
- {{ task.rework_reason }}
Communication Timeline
{% for comment in task.comments %}{% else %}
{{ comment.comment_type.replace('_',' ').title() }}{{ comment.created_at_utc }}
{{ comment.message }}
No communication recorded.
{% endfor %}Manager Review Decision
{% if task.is_locked or workspace.is_locked %}This task or engagement is locked. Review is read-only.
{% endif %}