{% extends 'base.html.j2' %} {% block body %} {% if not SSO_LOGIN_ONLY_BACKEND %}
{% csrf_token %}
{% for backend in social_backends %} {{ backend }} {% endfor %}
{% endif %} {% endblock %}