{% load i18n %} {% load bootstrap3 %} {% load static from staticfiles %} {% load notifications_tags %} Skip to content Learn about the access keys available for {{ config.SITE_NAME }} Toggle navigation {% if not hide_search %} {% comment %} The search block is defined to allow some pages (SPECIFICALLY the home page) to override or hide the search bar DO NOT OVERRIDE THIS UNLESS YOU ARE CERTAIN OF WHAT YOU ARE DOING! {% endcomment %} Search: {% bootstrap_icon "search" %} {% endif %} {% trans 'Browse'%} {% trans 'Help'%} {% if user.is_active %} {% if user.is_superuser %} {% else %} {% endif %} {% firstof user.get_short_name user.get_username %} {% trans 'My Dashboard'%} {% trans 'My Favourites'%} {{ user.profile.favourites.count }} {% trans 'Notifications'%} {% with notecount=user.notifications.unread.count %} {{ notecount }} {% endwith %} {% trans 'Discussions'%} {% trans 'Workgroups'%} {% trans 'Recent actions'%} {% if user.has_usable_password %} {% trans 'Change password' %} {% endif %} {% if user.profile.is_registrar %} {% trans 'Registrar tools' %} {% endif %} {% if user.is_staff %} {% trans 'Management interface' %} {% endif %} {% if request.user.is_superuser %} {% trans 'Admin tools' %} {% endif %} {% trans 'Create new' %} ... Object Class Property Value Domain Data Element Concept Data Element {# #} {% if request.user.is_superuser %} {% trans 'Admin only' %} {% trans 'Workgroup' %} {% trans 'User' %} {% endif %} {% trans 'See all'%}... {% if user.notifications.unread %} {% trans 'New notifications' %} {% else %} {% trans 'No unread notifications' %} {% endif %} {% live_notify_badge classes="badge" %} {% live_notify_list classes="dropdown-menu" %} {% trans 'Log out' %} {% else %} {% trans 'Log in'%} {% endif %}