{% load static %} {% load custom_tags_and_filters %} {{ site_title }} {% include 'base/navbar_main.html' %} {% if user.is_any_part_of_staff or user.is_tool_superuser or user.is_project_pi %} Administration {# The navigation_url tag will display the item if the URL name can be reversed. #} {# This allows items to be easily removed from the public facing version. #} {% include 'base/navbar_admin.html' %} {% endif %} Preferences {% if logout_allowed %} Logout {% endif %} {% if user.is_staff and user.charging_staff_time %} Charging staff time {% endif %} Welcome, {{ user.first_name }} {% if logout_allowed %} Logout {% endif %}
Charging staff time
Welcome, {{ user.first_name }}