{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2016-2019 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. #} {%- macro preview_file(preview_endpoint, pid, filename, id='preview-iframe', width='100%', height='400' ) %} {%- endmacro %} {%- macro file_list(files) %}
{{_('Name')}} | {{_('Date')}} | {{_('Size')}} | {{_('Action')}} |
---|---|---|---|
{{ file.key }} | {{ file.date }} | {{ file.size }} | {{_('Download')}} |