{{ admin_title | default('Admin') }}
Dashboard
{% for category, views in nav_categories.items() %}
{{ category }}
{% for view_info in views %}
{{ view_info.display_name }}
{% endfor %} {% endfor %}
Tools
Deploy Wizard
{% block page_title %}{% endblock %}
{% if current_user %}
{{ current_user.username }}
{% endif %}
{% block content %}{% endblock %}
{% if ai_chat_enabled %}
{% include "partials/_ai_chat_widget.html" %} {% endif %} {% block extra_js %}{% endblock %}