{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% if french == 1 %} Scénario {{ player.round_number }}/{{ bonus_num_rounds }} {% else %} Scenario {{ player.round_number }}/{{ bonus_num_rounds }} {% endif %} {% endblock %} {% block content %} {% if french == 1 %}
Le joueur bleu apparié devait choisir entre l'option A et l'option B comme indiqué ci-dessous.
{% else %}The blue player had to choose between Option A and Option B shown below.
{% endif %}| {% for ff, ft, p in fields %} |
{% if french == 0 %} Fields {% else %} Champs {% endif %} {{ ff }}-{{ ft }} ({{ p }}%) |
{% endfor %}
| Option A | {% for o, ff in oo_1 %}{{ o }} | {% endfor %}
| Option B | {% for o,ff in oo_2 %}{{ o }} | {% endfor %}