{% load i18n html5 static %} {% preferences_allowed as show_prefs %} {% root_id as rootid %} {% trans 'toggle navigation'|capfirst %} Universal Desktop Services {% csrf_token %} {% trans 'About' %} {% for lang in LANGUAGES %} {% if lang.0 == LANGUAGE_CODE %} {% trans lang.1|capfirst %} {% endif %} {% endfor %} {% for lang in LANGUAGES %} {% if lang.0 != LANGUAGE_CODE %} {% trans lang.1|capfirst %} {% endif %} {% endfor %} {% if user and user.pk != None %} {{ user.real_name }} {% if show_prefs and user.id != rootid %} {% trans 'Preferences' %} {% endif %} UDS Plugin {% if user.staff_member or user.is_admin %} {% trans "Downloads" %} {% ifbrowser ie<8 %} {% else %} Dashboard {% endifbrowser %} {% endif %} {% trans 'Logout' %} {% endif %}