{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Copyright (C) 2021 Graz University of Technology. Copyright (C) 2021 TU Wien. 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. #} {%- macro preview_file(preview_endpoint, pid_value, filename, id='preview-iframe', width='100%', height='400' ) %} {%- endmacro %} {% macro preview_file_box(file, pid) %}
{{_('Name')}} | {{_('Size')}} | |
---|---|---|
{{ file.key }}
{{ file.checksum }} |
{{ file.size|filesizeformat }} | {% if with_preview and file_type is previewable %} {{_("Preview")}} {% endif %} {{_('Download')}} |