{% 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 %} Workflows {% if edit_mode %} {{ workflow.cwl.label }} {% else %} New {% endif %}

{% if edit_mode %}Edit a Scientific Workflow{% else %}Create a Scientific Workflow{% endif %}


{% csrf_token %}
Name
Description

{% if edit_mode %} {% endif %}

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