{% extends 'core/page.html' %} {% load i18n %} {% block page %}
{% blocktrans trimmed with provider_name=account.get_provider.name site_name=site.name %} You are about to use your {{provider_name}} account to login to {{site_name}}. {% endblocktrans %}
{% if settings.AUTH_WORKFLOW %}{% trans 'Please note that after registration, your account needs to be manually activated by an admin. This can take one or two days. You will receive an email when you can log in.'%}
{% endif %} {% if settings.AUTH_TERMS_OF_USE %}