{% load extra %} {% echo_setting 'AUTH_GOOGLE_OAUTH2' as google_enable %} {% echo_setting 'AUTH_GITHUB_ORG' as github_enable %} {% echo_setting 'AUTH_GITHUB_ENTERPRISE_ORG' as github_enterprise_enable %}

{% if github_enable %} Sig in with Github {% endif %} {% if github_enterprise_enable %} Sig in with GitHub Enterprise {% endif %} {% if google_enable %} Sign in with Google {% endif %}