{% block extra_css %}{% endblock %}
Translator Dashboard
{# Service navigation from the STAPEL_SERVICES / NAV_LINKS #} {# registries (admin-suite AS-4) — no hardcoded service list. #} {% if is_privileged and stapel_services %}
Services
{% for service in stapel_services %}
{{ service.name }} Admin
{% endfor %} {% for service in stapel_services %}{% if service.swagger_url %} {% if forloop.first %}
{% endif %}
{{ service.name }} API
{% endif %}{% endfor %} {% for section, links in stapel_nav_sections.items %}
{% for link in links %}
{{ link.title }}
{% endfor %} {% endfor %}
{% endif %}
{% if user.is_authenticated %}
{{ user.email }}
Logout
{% endif %}
{% block breadcrumb %}{% endblock %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}