{% if request.user.is_authenticated %} {% include 'django_spire/icon/responsive_icon.html' with icon='bi bi-search' icon_class='mx-1' x_icon_click='Spire.searchPalette.open()' %} {% endif %} {% if perms.django_spire_help_desk.view_helpdeskticket %} {% url 'django_spire:help_desk:page:list' as help_desk_url %} {% include 'django_spire/icon/responsive_icon.html' with icon_href=help_desk_url icon='bi bi-headset' icon_class='mx-1' %} {% endif %} {% if request.user.is_authenticated and not hide_notification_dropdown %} {% include "django_spire/notification/app/dropdown/notification_dropdown.html" %} {% endif %} {% if request.user.is_authenticated %} {% endif %}