{% for part in [algorithms[:((algorithms | length)/2) | int], algorithms[((algorithms | length)/2) | int :]] %}

Choose Algorithm

{% for algorithm in part %}
{{ algorithm.displayname }} {% if showOnlineHelp and algorithm.description is not none %} {% endif %}
{{ algorithm.form | safe }}
{% endfor %}
{% endfor %}