{% extends "base.html" %} {% load static %} {% block title %} Signing you in... {% endblock title %} {% block content %}
{% if app.app_logo %}
{{ app.app_name }} Logo
{% endif %} {% if success %}

You are signed in!

Please wait while you are being redirected to home.

{% elif error %}

Something went wrong!

{{ error }}. Please try again.

{% elif totp %}

Almost there...

We need one more thing before you are authenticated.

{% else %}

Signing you in...

Please wait while we sign you in.

{% endif %} {% if form %} {% endif %}
{% endblock content %}