{% comment %}
intentionally keeping "navbar-admin" (rather than renaming to navbar-staff),
since existing templates use javascript to target it by ID
{% endcomment %}
{# all staff can perform a user search #}
User Search
{% if perms.project.can_view_all_projects %}
All Projects
{% endif %}
{% if perms.allocation.can_view_all_allocations %}
All Allocations
{% endif %}
All Resources
{% if perms.project.can_review_pending_project_reviews %}
Project Reviews
{% endif %}
{% if perms.allocation.can_review_allocation_requests %}
Allocation Requests
{% endif %}
{% if settings.GRANT_ENABLE and perms.grant.can_view_all_grants %}
Grant Report
{% endif %}