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

Client Portal

My Compliance Workspace

View pending actions, service progress, documents, invoices, payments and firm messages from one clean dashboard.

{% if client_row %} Upload Documents Messages Profile {% endif %}
{% 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 %} {% endfor %}
{% include "modules/clients/templates/clients/portal_partials/overview.html" %}
{% endif %}
{% endblock %}