{% load socialaccount i18n %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %}

OR

{% translate "Sign in with a third party" %}

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