{% include 'common/navbar_brand.html' %} {% load common_tags %} ColdFront Home Center Summary Project Projects Allocations Resources {% if settings.ALLOCATION_ACCOUNT_ENABLED %} Allocation Accounts {% endif %} {% if request.user.userprofile.is_pi %} User Allocations {% endif %} {% if request.user.is_superuser %} {% include 'common/navbar_admin.html' %} {% elif request.user.is_staff %} {% include 'common/navbar_nonadmin_staff.html' %} {% elif perms.project.can_review_pending_project_reviews or perms.grant.can_view_all_grants %} {% include 'common/navbar_director.html' %} {% endif %} {% if request.user.is_superuser or perms.allocation.can_manage_invoice %} {% include 'common/navbar_invoice.html' %} {% endif %} {% if "settings_value 'CENTER_HELP_URL'"|length == 0 %} {% include 'common/navbar_help.html' %} {% endif %} {% include 'common/navbar_login.html' %}