{# Copyright (C) 2019 CERN. Copyright (C) 2019 Northwestern University. 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. #} {# This is a basic-basic page. Since much of the data model has not been confirmed, we don't display it. #} {%- extends config.BASE_TEMPLATE %} {%- from "invenio_previewer/macros.html" import preview_file %} {%- macro file_list(files) %}
{{_('Name')}} | {{_('Size')}} | {{_('Action')}} |
---|---|---|
{{ file.key }} |
{{ file.size | filesizeformat }} | {{_('Download')}} |
{{record.description|safe}}
No associated files.
{% endif %}