{% load branding i18n %} {% block title %}{% endblock %} - {% site_branding %} {% include "horizon/_conf.html" %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% include "horizon/client_side/_script_loader.html" %} {% block content %} {# FIXME(gabriel): remove the following warning block when Nova fixes their scoping upstream. #} {% if request.user.is_superuser and request.horizon.dashboard.slug == "nova" %}

{% trans "Caution" %}: {% trans "You are acting as an admin user in the project dashboard." %}

{% trans "Learn More" %}
{% endif %}
{% block sidebar %} {% include 'horizon/common/_sidebar.html' %} {% endblock %}
{% include "_header.html" %} {% block page_header %}{% endblock %}
{% include "horizon/_messages.html" %} {% block main %}{% endblock %}
{% endblock %} {% block js %} {% include "horizon/_scripts.html" %} {% endblock %}