{# SPDX-FileCopyrightText: 2024 CERN. SPDX-License-Identifier: MIT #} {% extends config.THEME_ERROR_TEMPLATE %} {%- set title = _("Draft not found") + " | " + config.THEME_SITENAME -%} {%- set record_link = record_id %} {%- block message %}
{{_('This record has already been published and is not currently being edited, so no draft exists.')}}
{{ _('Go to published record') }} {% endblock message %}