{% load i18n %}
{% if not user.is_authenticated %}
close forgot it?
close
{% trans "Login with" %} {% trans "password" %} {% trans "or" %} {% trans "OpenID" %} {% else %} {% trans "Hello," %} {{ user.name }} {% endif %}