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