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

Navigation Centre

My Workspaces

Open the workspace allowed for your role. This page does not replace any existing module; it only gives a clean entry point to dashboards and portals.

Reports Centre will return in final phase
{% for card in workspace_cards %}
{{ card.badge }}

{{ card.title }}

Open

{{ card.description }}

{% if current_workspace_code == card.code %}

Current workspace

{% endif %}
{% endfor %}
{% endblock %}