{% load socialaccount %} {% load staticfiles %} {% 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 provider.name == "Facebook" %}
  • {% elif provider.name == "Google" %}
  • {% else %}
  • {{provider.name}}
  • {% endif %} {% endfor %}