{% extends "admin/errors/base.html" %} {% block icon %}🔐{% endblock %} {% block title %}401 - Authentication Required{% endblock %} {% block content %}
🔐
401
Authentication Required
You need to be authenticated to access this admin resource.
Error Code: {{ error_code }}
Log In Dashboard
{% if show_debug %}

🔧 Debug Information (Admin Only)

Path: {{ path }}
Error Code: {{ error_code }}
{% if details %}
Details:
{{ details | tojson(indent=2) }}
{% endif %}
{% endif %} {% endblock %}