{% extends 'base.html' %} {% block body %} {% include 'export-modal.html' %}
{# loading spinner #}{{ App.Users.userData.email }}
{{ 'Displaying %d of %d attached files.'|trans|format(min(currentLimit, uploadsTotal), uploadsTotal) }} {{ 'Show all'|trans }} {{ 'List biggest files first'|trans }}
{% include 'filter-input-snippet.html' with {'target': 'attachedFilesTable'} %}| {{ 'File name'|trans }} | {{ 'Created'|trans }} | {{ 'Parent entry'|trans }} | {{ 'File size'|trans }} |
|---|---|---|---|
| {{ file.real_name }} {{ file.comment }} |
{{ file.entity_title }} | {{ file.filesize|default(0)|formatBytes }} |
{{ 'You can import data from a .eln archive or a .csv file. %sSee documentation %s%s.'|trans|format("", "", '')|raw }}
{{ 'This page allows you to export your data in different formats.'|trans }}