{% 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 %}
  • {% if disable_imports %}
  • Uploads are disabled for this project. The current project admin can enable them in Project - Basic Properties

  • {% endif %}
{% with %} {% include 'flow/genericAdapterFormFields.html' %} {% endwith %}
Please be aware that large uploads might take some time and are not interruptible.
{% endfor %}