{% extends "base.html" %} {% block title %}{{ error_info.title if error_info else _('Server Error') }} - {{ app_name }}{% endblock %} {% block content %}

500

{{ error_info.title if error_info else _('Server Error') }}

{{ error_info.message if error_info else _('Something went wrong on our end. Please try again later.') }}

{{ _('Go to Dashboard') }}
{% endblock %}