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

Edit a Tool

{% else %}

Create a Tool

{% endif %}
{% comment %} TOOL FORM IS INSERTED HERE {% endcomment %}
{% csrf_token %} {% if edit_mode %} {% else %} {% endif %}
Cancel
{% endblock content %} {% block script %} {% endblock script %}