{% load i18n %}
{% if user.is_authenticated %} {% trans 'Edit' %} {{user.username}} {% else %} {% trans 'Login' %} {% trans 'Register' %} {% endif %}