{% load static %}
{% block top_navigation_content %}
{% include 'django_spire/element/breadcrumb_element.html' %}
{% block top_navigation_icons %} {% if AuthController.help_desk.can_view %} {% block help_desk_icon %} {% include 'django_spire/help_desk/element/icon.html' %} {% endblock %} {% endif %} {% block theme_selector %}
{% include 'django_spire/theme/element/theme_selector.html' with icon_size='fs-2' %}
{% endblock %} {% if request.user.is_authenticated %} {% block notification_icon %}
{% include 'django_spire/notification/app/element/notification_bell.html' %}
{% endblock %} {% endif %} {% if request.user.is_authenticated %} {% endif %}
{% include 'django_spire/navigation/mobile_navigation.html' %}
{% endblock %}
{% endblock %}