{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2016-2020 CERN. Invenio 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 community you are trying to access was removed from {{sitename}}. The metadata of the community is kept for archival purposes. {% endtrans %}

{% if community and community.removal_reason %}

Reason for removal: {{community.removal_reason}}

{% endif %} {% endblock message %}