{% for path in paths %} {% if loop.last %}
{{ path.0 }}
{% elif loop.first and not loop.last %}
{{ path.0 }}
{% else %}
{{ path.0 }}
{% endif %}
/
{% endfor %}
{% for file in files %}
{% if file.path_type == "Dir" %}
{% elif file.path_type == "File" %}
{% elif file.path_type == "SymlinkDir" %}
{% else %}
{% endif %}
{{ file.name }}
{% endfor %}