{% load i18n %} {% load url from future %}
{% blocktrans with username=request.user.username %}Logged in as: {{ username }}{% endblocktrans %} {% trans "Settings" %} {% if HORIZON_CONFIG.help_url %} {% trans "Help" %} {% endif %} {% trans "Sign Out" %} {% include "horizon/common/_region_selector.html" %}