{% load compress %} {% load i18n %}
{% if user.is_authenticated %} {{ _('Welcome,') }} {{ user.username }}. {{ _('Admin panel') }} / {{ _('Change password') }} / {{ _('Log out') }} {% endif %}