{% 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 %} {% load vendor_tags %} {% block content %} {% vendor_css "codemirror" %}

Arbitrary CWL

{% if arbitrary_cwls %}
{% csrf_token %} {% for arbitrary_cwl in arbitrary_cwls %} {% endfor %}
ID CWL Name Description
{{ arbitrary_cwl.executable_id }} {{ arbitrary_cwl.get_cwl_type_display.upper }} {{ arbitrary_cwl.cwl.label }} {{ arbitrary_cwl.cwl.doc }}
{% if update == False %}
{% else %}
{% endif %}
{% endif %}
{% if update == False %}

Add an Arbitrary CWL File

{% else %}

Update an Arbitrary CWL File

{% endif %}
{% csrf_token %}
{% if message %} {% endif %} {% if update == False %} {% else %} {% endif %}
Cancel
{% endblock content %} {% block script %} {% vendor_js "codemirror" %} {% vendor_js "js-yaml" %} {% vendor_js "jsonlint" %} {% endblock script %}