{% extends "admin/errors/base.html" %} {% block icon %}⚙️{% endblock %} {% block title %}500 - Server Error{% endblock %} {% block content %}
⚙️
500
Internal Server Error
Something went wrong on our end. Our team has been notified and is working to fix the issue.
Error Code: {{ error_code }}
Go to Dashboard Retry
{% if show_debug %}

🔧 Debug Information (Admin Only)

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