{% import "components/nothing.html" as nothing with context %}
{% if files.length %} {%- for file in files -%} {%- endfor -%}
{{ _('Filename') }} {{ _('Size') }}
{{ file.name }} {{ size(file.size) }}
{% else %} {{ nothing.render('No file at current.') }} {% endif %}