{% load i18n %} {% load static %} {% load socialaccount %} {% get_static_prefix as static_prefix %} {% for provider in socialaccount.providers %}
  • {% trans "Sign in with" %} {{ provider.name }}
  • {% endfor %}