{% if ingest_busy %} {% include "partials/ingest_progress.html" %} {% else %}

Drop files or folders here

or use the buttons below

Uploading...
{% endif %} {% if files %} {% for file in files %}
{{ file.file_name }}
{% endfor %} {% elif not ingest_busy %}
No files ingested in workspace "{{ workspace }}".
{% endif %}