{% load descope %} {% load static %} Django Admin
{% if user.is_authenticated %}

You are authenticated as {{ user.email }}, but are not authorized to access this page. Would you like to login to a different account?

{% else %} {% descope_flow "sign-up-or-in" "/admin" %} {% endif %}