{# -*- 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" %} {% block css %} {{ super() }} {{ webpack['invenio-app-rdm-requests-theme.css']}} {% endblock %} {% block javascript %} {{ super() }} {{ webpack['invenio-app-rdm-requests.js']}} {% endblock %} {% block request_topic %}

New submission
{{ request.topic.metadata.title }}


{% for item in request.topic.metadata.creators %}
{{ item.person_or_org.name }}
{% endfor %}
{% endblock request_topic %} {% block conversation %}
{{ super() }}
{% endblock conversation %}