{% load socialaccount %} {% load static %} {% 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.id == 'orcid' %}
  • ORCID sign in
  • {% elif provider.id == 'keycloak' %}
  • Keycloak sign in
  • {% else %}
  • {% endif %} {% endfor %}