{# Copyright (C) 2024 Graz University of Technology. invenio-theme-iform 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.THEME_ERROR_TEMPLATE %} {% block message %}
{{ _( 'Please contact our support to let us know about this error.' ).format(support_email=config.THEME_IFORM_SUPPORT_EMAIL) }}
{# TODO: provide g.sentry_event_id here once sentry is configured, cf. invenio_theme/500.html #} {% endblock message %}