{% 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 %} {{ user.username }} {% trans 'change password'|capfirst %} {% trans 'logout'|capfirst %} {% else %} {% trans 'login'|capfirst %} {% endif %}