{% extends 'layout2.html' %} {% block content %}
{% include 'file_upload.html' %}
{% for item in project.list_files_and_folder() %} {% include 'file_tree.html' %} {% endfor %}
{% for c in project.collections %} {% set collection_config = project.collections[c]['config'] %}
{% endfor %}
{% include 'publish.html' %}
{% for item in project.nextcloud.nxc_list_files_and_folders() %} {% include 'file_tree.html' %} {% endfor %}
{% endblock %}