{% extends "ui/templates/base/layout.html" %} {% block content %} {% include "modules/consultants/templates/consultants/_consultant_tabs.html" %}

{{ client.client_name }} — {{ catalogue.service_name }}

Engagement progress report • {{ subscription.financial_year }}{% if subscription.assessment_year %} • AY {{ subscription.assessment_year }}{% endif %}

Back to Engagement Report
Overall Progress
{{ progress_percentage }}%
Current Stage
{{ external_stage }}
Pending From
{{ pending_from }}
Statutory / Target Due Date
{{ due_date.strftime('%d-%m-%Y') if due_date else 'Not set' }}
{% if is_overdue %}
Overdue
{% endif %}
Current Blocker
{{ blocker_text }}

Internal staff assignments, task statuses and private review remarks are intentionally not displayed.

Meaningful Engagement Updates

Only communications shared with the consultant are shown.

{% for note in communications %}
{{ note.comment_type.replace('_',' ').title() }}
{{ note.created_at_utc.strftime('%d-%m-%Y %H:%M') if note.created_at_utc else '' }}
{{ note.message }}
{% else %}
No consultant-visible update has been shared yet.
{% endfor %}
{% endblock %}