{% if 'USERPWD' in SETTINGS.ENABLED_AUTH_BACKENDS %}
Sign in with:
{% for login_url, display_label, title in social_auth_backends %} {{ display_label }} {% endfor %}{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Nitrate{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Sign in with:
{% for login_url, display_label, title in social_auth_backends %} {{ display_label }} {% endfor %}