{% load i18n %} {% load navigation %} {% if settings.RELEASE.features.help_center %} {# Help center control #} {% endif %} {% if request.user.is_authenticated %} {# Notifications #} {% with notifications=request.user.notifications.unread.exists %}
{% endwith %} {# User menu #} {% else %} {% endif %}