{% load i18n %}
  • {% trans 'My profile' %}
  • {% trans 'My equipment' %}
  • {% if user.has_usable_password %}
  • {% trans 'Change password' %}
  • {% endif %}
  • {% trans 'Log out' %}