{% extends "account/base.html" %} {% load i18n %} {% load widget_tweaks %} {% load account socialaccount %} {% block head_title %} {% translate "Sign in" %} {% endblock %} {% block whitebox %}
{% translate "Sign in with a third party" %}
{% include "socialaccount/snippets/provider_list.html" with process="login" %} {% endif %} {% include "socialaccount/snippets/login_extra.html" %} {% endblock %}