{% extends "global/Page.html" %} {% load static otree %} {% block content %}
Giro di prova

{{ if participant.treatment_p < 9 }}

Clicca sul pulsante qui sotto e controlla se le tue previsioni saranno sostituite o no

{{ endif }} {{ if participant.treatment_p == 9 }}

Clicca sul pulsante qui sotto e controlla se le tue scelte saranno sostituite o no

{{ endif }}

{{ if participant.treatment_p == 3 or participant.treatment_p == 6 }} {{ endif }} {{ if participant.treatment_p == 4 or participant.treatment_p == 7 or participant.treatment_p == 9 }} {{ endif }} {{ if participant.treatment_p == 5 or participant.treatment_p == 8 }} {{ endif }}

{% endblock %}