{% extends "base.html" %} {% load static %} {% block title %} Signing you in... {% endblock title %} {% block content %}
Please wait while you are being redirected to home.
{% elif error %}{{ error }}. Please try again.
{% elif totp %}We need one more thing before you are authenticated.
{% else %}Please wait while we sign you in.
{% endif %} {% if form %} {% endif %}