{% load i18n allauth socialaccount %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %} {% if not SOCIALACCOUNT_ONLY %}

{% trans 'Or use a third-party' %}

{% endif %} {% include 'socialaccount/snippets/provider_list.html' with process='login' %} {% include 'socialaccount/snippets/login_extra.html' %} {% endif %}