Client Portal
My Compliance Workspace
View pending actions, service progress, documents, invoices, payments and firm messages from one clean dashboard.
{% if not client_row %}
We could not find a client master linked to your login email in the current audit firm. Please contact your firm admin to map this login to the correct client record.
{% else %}
{% set client_tabs = [
('overview','Overview'),
('action-centre','Action Centre'),
('services-documents','Services & Documents'),
('billing-messages','Billing & Messages'),
('reports','Reports')
] %}
{% for code, label in client_tabs %}
{{ label }}
{% endfor %}
{% include "modules/clients/templates/clients/portal_partials/overview.html" %}
{% endif %}
{% endblock %}