{% extends "global/Page.html" %} {% load otree static %} {% block title %} Voting (Round {{round_number}} of {{num_rounds}}) {% endblock %} {% block content %} {% include "global/Preferences.html" %} Please rank the alternatives in the order you would like to eliminate them.

Alternative ranked first
Alternative ranked second
Alternative ranked third
{% next_button %}
{% endblock %}