4in1_ws_web/skin/files_list.twig

3 lines
88 B
Twig

{% for file in files %}
{% include 'files_file.twig' with {file: file} %}
{% endfor %}