{% 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 Scientific Workflow {% else %} Create a Scientific Workflow {% endif %}


{% csrf_token %}
Name
Description

{% comment %} HERE IS THE GENERATED SVG CONTENT INSERTED {% endcomment %}
{% if edit_mode %} {% endif %}

{% for exe in executables %} {% endfor %}
ID Name Description
{{ exe.executable_id }} {{ exe.cwl.label }} {{ exe.cwl.doc }}
{% endblock content %} {% block script %} {% endblock script %}