{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
{% 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 %}