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

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