{% 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.name }} (of Project {{ job.project }})

{{ job.description }}

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

{% endfor %}

{% endif %}