{% extends 'base.html' %} {% block body %} {{ include('failed-attempt.html') }}
{% if App.Session.has('team_selection_required') %}
{% elseif App.Request.server.get(App.Config.configArr.extauth_remote_user) %}
{% else %}
{% if showLocal %}
{{ "Don't have an account? %sRegister%s now!"|trans|format( "", "")|raw }}
{% endif %} {% if App.Config.configArr.saml_toggle %}