{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Invenio RDM Records 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.BASE_TEMPLATE %} {%- block css %} {{ super() }} {{ webpack['invenio-rdm-records-theme.css'] }} {%- endblock css %} {%- from "invenio_rdm_records/macros/files.html" import file_list_box, preview_file_box %} {%- from "invenio_rdm_records/macros/detail.html" import show_detail %} {%- set record = record|serialize_ui %} {%- set metadata = record.metadata %} {%- block page_body %}
{%- include "invenio_rdm_records/details/creators.html" %}
{%- include "invenio_rdm_records/details/contributors.html" %}
{%- include "invenio_rdm_records/details/keywords.html" %} {%- include "invenio_rdm_records/details/description.html" %} {%- include "invenio_rdm_records/details/licenses.html" %} {# files #} {%- if record.files and record|can_list_files %} {%- set files = record.files %} {{ preview_file_box(files|select_preview_file, pid) }} {{ file_list_box(files.dumps(), pid) }} {% endif %} {# More details #} {%- include "invenio_rdm_records/details/details.html" %}Upload infromation