{% extends "ui/templates/base/layout.html" %} {% block content %}

Consultant Service Requests

Review requests raised by consultants.

Consultants
{% for row in rows %}{% else %}{% endfor %}
RequestConsultantClientServiceStatusAction
{{ row.request_no }}
{{ row.subject }}
{{ row.consultant.contact_person if row.consultant else '-' }}{{ row.managed_client.client_name if row.managed_client else (row.firm_client.client_name if row.firm_client else '-') }}{{ row.requested_service_name }}{{ row.status.replace('_',' ').title() }}Open
No consultant service requests found.
{% endblock %}