{% extends "socialaccount/base.html" %} {% load i18n %} {% block content %}

Database Registration

{% if form.errors %}

There were errors processing the registration, if you'd like to start the whole process again, click here.

{% endif %}

{% blocktrans with provider_name=account.get_provider.name site_name=site.name %}You are about to use your {{ provider_name }} account to login to the club database. Please confirm these details:{% endblocktrans %}

{% csrf_token %} {{ form.as_p }} {% if redirect_field_value %} {% endif %}
{% endblock %}