{% extends "../layouts/base-system.html" %} {% block title %}Server Error{% endblock %} {% block description %}We're experiencing technical difficulties. Please try again later.{% endblock %} {% block page_class %}page-error-500{% endblock %} {% block icon %}
{% endblock %} {% block status_code %}
500
{% endblock %} {% block page_title %}Something Went Wrong{% endblock %} {% block page_message %} We're experiencing technical difficulties. Our team has been notified and is working to fix the issue. Please try again in a few moments. {% endblock %} {% block action_buttons %} Try Again Go to Homepage {% endblock %} {% block additional_content %}

If this problem persists, please contact our support team:

{% if site_settings.company_email %} Email: {{ site_settings.company_email }} {% endif %}

Error Reference: {{ request.id|default('Unknown') }}
Timestamp: {{ request.timestamp|datetimeformat('%Y-%m-%d %H:%M:%S UTC') }}

{% endblock %}