{% 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 %}

{{ list_heading }}

{% include "core/base/table_template.html" %}
{% if update %}

{{ update_heading }}

{% else %}

{{ create_heading }}

{% endif %} {% include "core/base/form_template.html" %} {% endblock content %} {% block script %} {% include "core/base/digital_object_autocomplete.html" %} {% include "core/base/tag_manager.html" %} {% endblock script %}