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