{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}
Select:

{{ directory_name }}

{% for n in dir_content %}
{{ n.name }}
{% if n.size and not n.is_dir %}{{ n.size }}{% endif %} {% if n.mtime %}{{ n.mtime }}{% endif %}
{% 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 %}