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

Consultant Communications

Only task messages marked with Visibility = Consultant are listed here.

Back to Dashboard
{% for comment, task, subscription, client, catalogue in rows %} {% else %} {% endfor %}
Client / ServiceTaskTypeDateAction
{{ client.client_name }}
{{ catalogue.service_name }}
{{ task.task_name }} {{ comment.comment_type.replace('_',' ').title() }} {{ comment.created_at_utc.strftime('%d-%m-%Y %H:%M') if comment.created_at_utc else '-' }} Open / Reply
No consultant-visible communication found.
{% endblock %}