{{ 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 %}
{% block extra_js %}{% endblock %}