{% load socialaccount %} {% load socialaccount_extra %} {% get_providers as socialaccount_providers %} {% for provider in socialaccount_providers %} {% if provider.id == "openid" %} {% for brand in provider.get_brands %} {{brand.name}} {% endfor %} {% endif %}
{% if process == "login" %} Sign in with {% elif process == "connect" %} Connect with {% else %} Sign up with {% endif %} {{provider.name}}
{% endfor %}