{% load staticfiles %} {% load wnsq_tags %} {% load i18n %} {% if request.user.is_authenticated %} {% if request.user|check_group:"A" %} {{ projects_vnp|capfirst }} {{ projects_vnp|capfirst }} {{ clients_vnp|capfirst }} {{ offices_vnp|capfirst }} {{ contacts_vnp|capfirst }} {% endif %} {{ samples_vnp|capfirst }} {% trans 'all'|capfirst %} {% trans 'Odour' %} {% trans 'Reference' %} {{ panel_vnp|capfirst }} {% trans 'Overview' %} {% trans 'panel performance'|capfirst %} {% trans 'lab performance'|capfirst %} {{ measurements_vnp|capfirst }} {% trans 'all'|capfirst %} {% trans 'Odour' %} {% trans 'Reference' %} {% trans 'equipment'|capfirst %} {{ bags_vnp|capfirst }} {% if request.user|check_group:"L" %} {{ refgas_vnp|capfirst }} {{ olfactometers_vnp|capfirst }} {% endif %} {% if request.user|check_group:"A" %} {% trans 'System' %} {% trans 'User Management' %} {% if request.user|check_group:"L" %} {% trans 'templates'|capfirst %} {% endif %} {% trans 'About' %} {% endif %} {% endif %} {% if user.is_authenticated %} {% get_current_language as LANGUAGE_CODE %} {% with "/static/img/flags/"|add:LANGUAGE_CODE|add:".png" as lang_icon %} {% endwith %} {% csrf_token %} {% get_available_languages as LANGUAGES %} {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %} {% with "/static/img/flags/"|add:language.code|add:".png" as lang_icon %} {{ language.name }} {% endwith %} {% endfor %} {% endif %} {% if user.is_authenticated %} {{ user.username }} {% trans 'change password'|capfirst %} {% trans 'logout'|capfirst %} {% else %} {% trans 'login'|capfirst %} {% endif %}