{# SPDX-FileCopyrightText: 2024 CERN. SPDX-License-Identifier: MIT #} {% extends config.THEME_ERROR_TEMPLATE %} {%- block message %}

{{_('Permission required')}}

{{_('The record was previously accessible to the public but is now restricted to users with access.')}}
{{_('The Digital Object Identifier (DOI) associated with this record remains active for reference.')}}

{%- if record.pids.doi %}

{{ _("Identifier:") }} {{ record.pids.doi.identifier }}

{%- endif %}
{% endblock message %}