{% load i18n %} {% load navigation %} {% if request.user.is_authenticated %} {# Notifications #} {% with notifications=request.user.notifications.unread.exists %} {% endwith %} {# User menu #} {% else %}
{% trans "Log In" %}
{% endif %}