{# Copyright (C) 2024-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% extends config.BASE_TEMPLATE %} {% block page_body %}

{{ _("An unexpected error occurred") }}

{% if config.OVERRIDE_SUPPORT_EMAIL %}

{{ _("Please contact our support to let us know about this error.").format(support_email=config.OVERRIDE_SUPPORT_EMAIL) }}

{% endif %}

{{ _("Please include the following error ID in your message:") }}

{{ error_id }}

{% endblock page_body %}