{% load i18n %} {% if user.is_authenticated %}
  • {% trans "Log out" %}
  • {% else %}
  • {% trans "Log in" %}
  • {% endif %}