{% load i18n socialaccount %}
{% get_providers as socialaccount_providers %}
{% if socialaccount_providers %}
{% include "socialaccount/snippets/provider_list.html" with process=process|default:"login" %}
{% if not SOCIALACCOUNT_ONLY %}
{% endif %}
{% include "socialaccount/snippets/login_extra.html" %}
{% endif %}