{% 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" %}
{% trans "You are here for the first time with " %}{{ provider }} {% trans "Please create your screen name and save your email address. Saved email address will let you subscribe for the updates on the most interesting questions and will be used to create and retrieve your unique avatar image. " %}

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

{% if form1.errors %} {% endif %}
{{ form1.next }}
{% if form1.username.errors %}

{{ form1.username.errors|join:", " }}

{% endif %} {{ form1.username }}
{% if form1.email.errors %}

{{ form1.email.errors|join:", " }}

{% endif %} {{ form1.email }}
{% if form1.password1 %}
{% if form1.password1.errors %}

{{ form1.password1.errors|join:", " }}

{% endif %} {{ form1.password1 }}
{% if form1.password2.errors %}

{{ form1.password2.errors|join:", " }}

{% endif %} {{ form1.password2 }}
{% endif %}

{% trans "receive updates motivational blurb" %}

{{email_feeds_form.subscribe}} {% if email_feeds_form.errors %}

{% trans "please select one of the options above" %}

{% endif %}

{% trans "Tag filter tool will be your right panel, once you log in." %}

{% comment %} {% if form2 %} {% endif %} {% endcomment %} {% endblock %}