{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if current_path is defined %}
root
{% set split_path = current_path.strip(SEP).split(SEP) %}
{% if split_path[0] != '' %}
{% for i in range(split_path | length) %}
→
{{split_path[i]}}
{% endfor %}
{% endif %}
{% if dir is defined %}
{{dir.child_files | length}} file{{dir.child_files | length | pluralize()}}
{{dir.child_dirs | length}} child director{{dir.child_dirs | length | pluralize("y", "ies")}}
{% endif %}