{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% if french == 1 %} Décision {{ choice_number }}/{{number_choice}} {% else %} Decision {{ choice_number }}/{{number_choice}} {% endif %} {% endblock %} {% block content %} {% if french == 1 %}
Quelle option préférez-vous? {% else %}
Which option do you prefer? {% endif %}
| {% for ff, ft, p in fields %} |
{% if french == 0 %} Fields {% else %} Champs {% endif %}{{ ff }}-{{ ft }}
({{ p }}%) |
{% endfor %}
|
|
{% for o, ff in oo_1 %}
{{ o }} | {% endfor %}
|
|
{% for o,ff in oo_2 %}
{{ o }} | {% endfor %}