{% extends "base_content.html" %} {% load i18n %} {% block head %}{% endblock %} {% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %} {% block content %}
{% trans "Connect your OpenID with your account on this site" %}

{% blocktrans %}register new {{provider}} account info{% endblocktrans %}

{% trans "This account already exists, please use another." %}

{% if form1.errors %}

{% trans "Sorry, looks like we have some errors:" %}

{% endif %} {% if form2.errors %}

{% trans "Sorry, looks like we have some errors:" %}

{% endif %}
{{ form.next }}

{{ form1.username }}

{{ form1.email }}
{% endblock %}