{% extends "site_base.html" %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Log in with your OpenID" %}

{% if form.errors %}

{% trans "Please correct errors below:" %}
{% if form.openid_identifier.errors %} {{ form.openid_identifier.errors|join:", " }} {% endif %} {% if form.next.errors %} {{ form.next.errors|join:", " }} {% endif %}

{% 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 %}