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

CWL-Workflows

{% if workflows %}
{% csrf_token %} {% for flow in workflows %} {% endfor %}
ID Name Description
{{ flow.executable_id }} {{ flow.cwl.label }} {{ flow.cwl.doc }}
{% if flow.base_object.uses_files and not data_sources %} Add a Datasource before you can create a Job from this Workflow {% else %} Execute ({{ flow.job_count }}) {% endif %}
{% else %}
{% endif %} Create Workflow
{% endblock %}