{% 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 %}
Projects {% if project.label %}{{ project.label }}{% else %}New Project{% endif %} {{ list_heading }}

{{ list_heading }}

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

{{ update_heading }}

{% else %}

{{ create_heading }}

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