{% extends "site_base.html" %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {{ message }}
{% endfor %} {% endif %}

{% if user.is_authenticated %} {% trans "Add a New OpenID Identity to Your Account" %} {% else %} {% trans "Log in with your OpenID" %} {% endif %}

{% trans "OpenID:"%} {{ form.openid_identifier }}
{% if next %} {% endif %}

{% trans "Don't have an OpenID yet? Get one " %}{% trans "here!" %}

{% trans "...or use one of the following services:" %}


Sign-in or Create New Account

Please click your account provider:

{% if next %} {% endif %}


{% trans "...or " %} {% trans "log in the old way" %}{% trans "." %}
{% endblock %}