{# Display custom or default OIDC login element #} {% load projectroles_common_tags %} {% template_exists template_include_path|add:'/_login_oidc.html' as tpl_oidc %} {% if tpl_oidc %} {% include template_include_path|add:'/_login_oidc.html' %} {% else %} Single Sign-On Login {% endif %}