{# Copyright (C) 2024 CERN. Invenio App RDM 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 %} {%- 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 %}