{% load i18n %}

{{ site.name }}

{{ settings.TAGLINE }}
{% if not user.is_authenticated %}
close forgot it?
close
{% trans "Login with" %} {% trans "password" %} {% trans "or" %} {% trans "OpenID" %} {% else %} {% trans "Logout" %} ({{ user.username }})
{% if user.is_staff %}{% trans "Admin" %}{% endif %} {% if user.is_staff %}— {% trans "Make post" %}{% endif %} — {% trans "Profile" %} {% endif %}