{% extends "global/Page.html" %} {% load static otree %} {% block content %}
Previsioni

{{ if participant.treatment_p < 6 }}
Scheda di scelta {{player.round_number}}
Prodotto A Prodotto B Nessun prodotto
Imagine {{ if product_1 == 1 }} {{ endif }} {{ if product_1 == 2 }} {{ endif }} {{ if product_1 == 3 }} {{ endif }} {{ if product_1 == 4 }} {{ endif }} {{ if product_1 == 5 }} {{ endif }} {{ if product_1 == 6 }} {{ endif }} {{ if product_2 == 1 }} {{ endif }} {{ if product_2 == 2 }} {{ endif }} {{ if product_2 == 3 }} {{ endif }} {{ if product_2 == 4 }} {{ endif }} {{ if product_2 == 5 }} {{ endif }} {{ if product_2 == 6 }} {{ endif }}
Prezzo
€{{level1 }}
€{{level2 }}
Io prevedo (su {{group_size}} partecipanti) (su {{group_size}} partecipanti) (su {{group_size}} partecipanti)

{{ endif }} {{ if participant.treatment_p > 5}}

{{ endif }} {% endblock %}