Collection(s) - Select Data

Choose folders containing TEI/XML documents.

{% set selectable_folders = project.get_selectable_folders() %} {% if selectable_folders|length == 0 %}
{% else %}
{% for folder in selectable_folders %}
{{ folder.name }}

{{ folder.relative_path }}

{% endfor %}
{% endif %}
{% from "macros.html" import next_tab_row with context %} {{ next_tab_row(prev_tab='#tab-import-data', prev_group=' #tab-group-project', next_tab='#tab-set-collections') }}