{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% load heliport %} {% block content %}
Select:
{% if digital_object_breadcrumbs|length > 1 %} {% include "core/digital_object/breadcrumb.html" %} {% endif %}

{{ directory.as_text }}

{% for child in contents %}
{{ child.as_text }}
{% for key, value in child.info.items %}{{ value }}{% endfor %}
{% endfor %}
{% endblock content %} {% block script %} {% include "core/base/digital_object_autocomplete.html" %} {% comment %} required by tag_manager.html {% endcomment %} {% include "core/base/tag_manager.html" %} {% endblock script %}