{% load i18n socialaccount %} {% if providers %} {% providers_media_js %}
{% for provider in providers %} {% if social_next_url %} {% provider_login_url provider.id next=social_next_url as social_login_url %} {% else %} {% provider_login_url provider.id as social_login_url %} {% endif %} {% if provider.id == "linkedin" %} {% elif provider.id == "microsoft" %} {% elif provider.id == "google" %} {% elif provider.id == "facebook" %} {% endif %} {{ action_text }} with {{ provider.label }} {% endfor %}
{% if show_password_divider %}
{{ divider_text }}
{% endif %} {% endif %}