{% extends "global/Page.html" %} {% load otree static %} {% block title %} Voting (Round {{round_number}} of {{num_rounds}}) {% endblock %} {% block content %} {% include "global/Preferences.html" %} Please vote to eliminate one of the alternatives below.
The alternative that receives the greatest number of votes will be eliminated.

{% elif numeric_options.0 == 2 %} {{options.0}} {% elif numeric_options.0 == 3 %} {{options.0}} {% elif numeric_options.0 == 4 %} {{options.0}} {% endif %} {% elif numeric_options.1 == 2 %} {{options.1}} {% elif numeric_options.1 == 3 %} {{options.1}} {% elif numeric_options.1 == 4 %} {{options.1}} {% endif %} {% elif numeric_options.2 == 2 %} {{options.2}} {% elif numeric_options.2 == 3 %} {{options.2}} {% elif numeric_options.2 == 4 %} {{options.2}} {% endif %} {% elif numeric_options.3 == 2 %} {{options.3}} {% elif numeric_options.3 == 3 %} {{options.3}} {% elif numeric_options.3 == 4 %} {{options.3}} {% endif %}
Select the alternative you would like to vote to eliminate {% if numeric_options.0 == 1 %} {{options.0}} {% if numeric_options.1 == 1 %} {{options.1}} {% if numeric_options.2 == 1 %} {{options.2}} {% if numeric_options.3 == 1 %} {{options.3}}
{% next_button %}
{% endblock %}