{% load i18n static %}
{% if environment %} {% include "unfold/helpers/label.html" with text=environment.0 type=environment.1 %} {% endif %} {% if extra_userlinks %} {{ extra_userlinks }} {% endif %} {% if show_languages %} {% include "unfold/helpers/language_switch.html" %} {% endif %} {% if not theme %} {% include "unfold/helpers/theme_switch.html" %} {% endif %} {% include "unfold/helpers/account_links.html" %}
{% if nav_global_side %} {{ nav_global_side }} {% endif %}