{# -*- coding: utf-8 -*- Copyright (C) 2021 Graz University of Technology. Invenio-Records-Marc21 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 %} {%- set title = _("Tombstone") + " | " + config.THEME_SITENAME -%} {% block message %}

{{_('Gone')}}

{% trans sitename=config.THEME_SITENAME %} The record you are trying to access was removed from {{sitename}}. The metadata of the record is kept for archival purposes. {% endtrans %}

{% if record and record.removal_reason %}

Reason for removal: {{record.removal_reason}}

{% endif %} {% endblock message %}