{% load i18n %} {% load navigation %} {% if 'help-center' in settings.RELEASE.features %} {# Help center control #} {% endif %} {% if request.user.is_authenticated %} {# Notifications #} {% with notifications=request.user.notifications.unread.exists %} {% endwith %} {# User menu #} {% else %}
{% trans "Log In" %}
{% endif %}