{% extends "layouts/full_base.html" %} {% load static %} {% block title %}Server Error - 500{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock %} {% block content %}

500

Internal Server Error

Oops! Something went wrong on our servers. Our team has been notified and is working to fix this issue. Please try again in a few moments.

System Status: Under Maintenance
{% if user.is_staff or user.is_superuser %}
Technical Details (Admin Only)
Error Information:
  • Timestamp:
  • URL: {{ request.build_absolute_uri }}
  • Method: {{ request.method }}
  • User: {{ user.username|default:"Anonymous" }}
Recommended Actions:
  • Check server logs for detailed error information
  • Verify database connectivity
  • Check application dependencies
  • Review recent code changes
{% endif %}
What can you do?
Wait a moment
The issue might resolve automatically
Refresh the page
Try loading the page again
Try later
Come back in a few minutes
Get help
Contact our support team
{% endblock content %} {% block extra_js %} {% endblock extra_js %}