{# SPDX-FileCopyrightText: 2021 CERN. SPDX-License-Identifier: MIT #} {% extends config.THEME_ERROR_TEMPLATE %} {%- set title = _("Tombstone") + " | " + config.THEME_SITENAME -%} {% block message %}
{% 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 %}