{% extends "frontend/base.html" %} {% load i18n %} {% block html_title %} {% block page_title %} {% translate "Sign Up" %} {% endblock page_title %} {% endblock html_title %} {% block card_content %}
{% blocktrans 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}}. As a final step, please complete the following form:{% endblocktrans %}
{% url 'socialaccount_signup' as form_action %} {% translate "Sign Up" as form_submit_label %}