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