{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %}
{% for value in p.value_list %}
{% if p.type == "string" %} {% elif p.type == "long" %} {% elif p.type == "int" %} {% elif p.type == "double" %} {% elif p.type == "float" %} {% elif p.type == "boolean" %} {% elif p.type == "File" %} {% if data_sources %} {% else %} No Data Sources found {% endif %} {% elif p.type == "Directory" %} {% if data_sources %} {% else %} No Data Sources found {% endif %} {% elif p.type == "HELIPORTToken" %} HELIPORT API Token is provided automatically {% else %} Unsupported Type {% endif %} {% if p.count != "" %} {% endif %}
{% endfor %} {% if p.addable %} {% endif %} {% if p.count == "[]" %} {% if p.type == "File" or p.type == "Directory" %}

Get values for this parameter by querying for objects having tags:

{% endif %}
{% for tag in p.tag_list %} {% if tag == "default" %} <job name> input {% else %} {{ tag.name }} {% endif %} {% endfor %}
{% if p.type == "File" or p.type == "Directory" %}
{% if "default" not in p.tag_list %} {% endif %}
{% endif %} {% endif %}