{% extends config.THEME_ERROR_TEMPLATE %} {% block page_body %}

{{ _("Gone") }}

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

{% block tombstone_content %} {% if tombstone %} {% for key, value in tombstone.items() %} {% if key and value %} {% endif %} {% endfor %}
{{ _(key) }}: {% if key == "URL" %} {{ value }} {% else %} {{ value }} {% endif %}
{% else %}

No tombstone (e.g. removal reason, note) available.

{% endif %} {% endblock tombstone_content %}
{% endblock page_body %}