Current: {{ current_path }} {% if request.query_params.get('selectionType') == 'dir' %} {% endif %}
{% if parent_path %} .. (Up) {% endif %} {% for item in items %} {% if item.type == 'dir' %} {{ item.name }} {% else %} {{ item.name }} {% endif %} {% endfor %}