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

Tools

{% if tools %}
{% csrf_token %} {% for tool in tools %} {% endfor %}
ID Base Command Description
{{ tool.executable_id }} {{ tool.cwl.baseCommand }} {{ tool.cwl.label }}
{% else %}
{% endif %} Create Tool
{% endblock content %}