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

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 %} {# Dashboard sections are now part of the unified Client Dashboard submenu. #}
Loading dashboard...
{% endif %}
{% endblock %}