{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2016-2022 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 "invenio_requests/details/index.html" %} {%- from "invenio_app_rdm/records/macros/creatibutors.html" import show_creatibutors %} {% set active_dashboard_menu_item = 'requests' %} {% set active_community_header_menu_item = 'requests' %} {%- block request_header %}

{{ request.title }} {% if draft_is_accepted %} {{ _("View record") }} {% endif %}

{% if record %}
{{ show_creatibutors(record.metadata.creators) }}
{% endif %}
{% block request_actions %} {{ super() }} {% endblock request_actions %}
{%- endblock request_header %} {% block request_timeline %}
{{ super() }}
{% if record %} {% endif %}
{% endblock request_timeline %}