{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %}
{% if cwl_execution_results %}
Tools, Workflows and Arbitrary CWL

{% for cwl_execution in cwl_execution_results %}

{{ cwl_execution.executable_id }} ({{ cwl_execution.get_type_display }})

{{ cwl_execution.cwl_json }}

{% endfor %}

{% endif %} {% if job_results %}
Jobs

{% for job in job_results %}

{{ job.label }} {% for project in job.projects.all %} (of Project {{ project }}) {% endfor %}

{{ job.description }}

based on {{ job.base_executable.cwl.label }} {{ job.base_executable.get_type_display }}

{% endfor %}

{% endif %}