{% extends "global/Page.html" %} {% load otree static %} {% block title %} Outcome (Round {{round_number}} of {{num_rounds}}) {% endblock %} {% block content %} {% include "global/Preferences.html" %} {% if numeric_collective_choice == 0 %} {% elif numeric_collective_choice == 1 %} {% elif numeric_collective_choice == 2 %} {% elif numeric_collective_choice == 3 %} {% endif %}
The implemented alternative is {{collective_choice}} {{collective_choice}} {{collective_choice}} {{collective_choice}}
Your payment is {{ earnings }}
{% next_button %}
{% endblock %}