Manage Collections & Metadata

Collections
{% if project.collections %} {% for _collection in project.collections %}
{% set collection = project.collections[_collection] %}
{% endfor %} {% else %}

No collections available.

{% endif %}
Details
{% include 'details/empty_container.html' %}
{% from "macros.html" import next_tab_row with context %} {{ next_tab_row(prev_tab='#tab-select-directories', next_tab='#tab-edit-other-files') }}