{% 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." %}