Messages from Firm

Client-visible task comments, clarifications and updates.

Open Messages
{% for note in client_visible_comments or [] %}
{{ note.task.task_name if note.task else (note.subscription.catalogue.service_name if note.subscription and note.subscription.catalogue else 'Message') }}
{{ note.created_at_utc.strftime('%d-%m-%Y %I:%M %p') if note.created_at_utc else '' }}

{{ note.message }}

{% if note.task %}Open related service{% endif %}
{% else %}
No messages yet.
{% endfor %}