{% load socialaccount %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %}
Or continue with
{% for provider in socialaccount_providers %} {% if provider.name == 'Google' %} {% elif provider.name == 'Facebook' %} {% elif provider.name == 'GitHub' %} {% else %} {% endif %} {{ provider.name }} {% endfor %}
{% endif %}