{% load i18n %}
{% if user.is_authenticated %} {% trans "Home" %} {% else %} {% trans "Learning" %} {% endif %}