{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
Home (current) {% if I18N_PATH_ENABLED %} About {% else %} About {% endif %} {% if request.user.is_authenticated %} {# URL provided by django-allauth/account/urls.py #} {% trans "Profile" %} {# URL provided by django-allauth/account/urls.py #} {% trans "Update Profile" %} {# URL provided by django-allauth/account/urls.py #} {% trans "Change E-mail" %} {# URL provided by django-allauth/account/urls.py #} {% trans "Sign Out" %} {% else %} {# URL provided by django-allauth/account/urls.py #} {% trans "Sign Up" %} {# URL provided by django-allauth/account/urls.py #} {% trans "Sign In" %} {% endif %}