{% load i18n %} {% if user.is_authenticated %}
{% csrf_token %}
{% if user.get_avatar_url %}{% else %}{% endif %} {{ user }}
  • {% trans "User Profile" %}
  • {% trans "E-Mail Addresses" %}
  • {% trans "Social Connections" %}
  • {% trans "Log out" %}
{% else %} {% trans "Login" %} {% endif %}