{% include 'header.html' %}
{% if comparison_hint_override is defined and comparison_hint_override is not none %}
{{ comparison_hint_override | safe }}
({{iteration}}/{{MIN_ITERATION_TO_CANCEL}})
{% else %} {{hint}} {{note}}: {{note_text}} {% endif %} {% if result_layout == "columns" or result_layout == "column-single" %}
{{algorithm}} [[ variantNames[algoIdx] ]]
{%elif result_layout == "rows" or result_layout == "row-single" %}
{{algorithm}} [[ variantNames[algoIdx] ]]
{% if result_layout == "rows" %} {% else %} {% endif %}
{%elif result_layout == "row-single-scrollable" %}
{{algorithm}} [[ variantNames[algoIdx] ]]
{%elif result_layout == "max-columns" %}
{{algorithm}} [[ variantNames[algoIdx] ]]
{% endif %}

{{like_nothing}} [[variantNames.at(0)]] {{significantly}} [[variantNames.at(0)]] {{slightly}} {{same}} [[variantNames.at(1)]] {{slightly}} [[variantNames.at(1)]] {{significantly}} {% if iteration < MIN_ITERATION_TO_CANCEL %} {{next}} {% else %} {{finish}} {% endif %}
{{ emit_assets('layoutshuffling','compare_algorithms.js') }} {% if footer_override is defined and footer_override is not none %}
{{ footer_override|safe }}
{% else %} {% include 'footer.html' %} {% endif %}