{% for algorithm in uploadAlgorithms %} {% set algo_interface_key = 'template_for_algo_' ~ (algorithm.id | string) %} {% set inputList=algorithmsInterface[algo_interface_key].get('inputList') %} {% set adapter_form=algorithmsInterface[algo_interface_key].get('adapter_form') %} {% set submitLink=algorithmsInterface[algo_interface_key].submitLink %}
{% with %} {% include 'flow/genericAdapterFormFields.html' %} {% endwith %}
Please be aware that large uploads might take some time and are not interruptible.
{% endfor %}