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