{% extends "ui/templates/base/layout.html" %} {% block content %}
Review requests raised by consultants.
| Request | Consultant | Client | Service | Status | Action |
|---|---|---|---|---|---|
{{ 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. | |||||