{% include "ddm_core/form_components/_basic_field.html" with field=form.upload_type %} {% include "ddm_core/form_components/_basic_field.html" with field=form.name %}

Nexted zip extraction

When enabled, any zip files found inside the uploaded zip are automatically extracted up to the extraction depth so their contents can be processed by Blueprints.

{% for field in form %} {% if field.name == 'extract_nested_zips' %}
{{ field.errors }}
{{ field }}
{% elif field.name == 'extraction_depth' %}
{{ field.label_tag }}
{{ field.errors }}
{{ field }}
{{ field.help_text }}
{% endif %} {% endfor %}