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

Platform Control Centre

System Administration Dashboard

Monitor firm readiness, catalogue health, SMTP, storage, billing readiness, reports, wizards and audit logs.

{% set tabs = [ ('overview', 'Overview'), ('firms', 'Firms'), ('firm-setup-health', 'Setup Health'), ('catalogue', 'Service Catalogue'), ('smtp', 'Platform SMTP'), ('storage', 'Storage'), ('billing', 'Billing Readiness'), ('reports', 'Reports'), ('wizards', 'Wizards'), ('audit-logs', 'Audit Logs') ] %}
Dashboard Menu Platform dashboard sections
{% for tab_key, tab_label in tabs %} {% endfor %}
Loading dashboard...
{% endblock %}