{% extends "theme_base.html" %} {% block title %}{% trans "Choose a Username" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Choose a Username" %}

{% if form.errors %}

{% trans "Please correct the errors below:" %}

{% endif %}

{% blocktrans %}Now that you have logged in with your OpenID, we need you to choose a username for this site.{% endblocktrans %}

{% csrf_token %}
{{ form|as_bootstrap }}
{% url accounts_login_openid as accounts_login_openid_url %} {% url terms as terms_url %} {% url privacy as privacy_url %}

{% blocktrans %}Already have an account? Log in to associate your OpenID with your existing account.{% endblocktrans %}

{% blocktrans %}By clicking "Register", you are indicating that you have read and agree to the Terms of Use and Privacy Policy.{% endblocktrans %}

{% blocktrans %}If you have any trouble creating your account, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}

{% endblock %}