{# 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 %} {%- 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 %}