{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Copyright (C) 2020 Graz University of Technology invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. origin: invenio-rdm-records/record_landing_page.html #} {%- 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 %} {%- block page_body %}
{%- include "invenio_rdm_records/details/creators.html" %}
{%- if record.contributors %}{%- include "invenio_rdm_records/details/contributors.html" %}
{%- endif %}No associated files.
{% endif %} {# More details #} {%- endblock record_body %}