{% extends "global/Page.html" %} {% load static otree %} {% block content %} {{ if participant.treatment_p > 1 }}
{{progress}}%

{{ endif }}
Parte 2 - Le tue previsioni

Come determiniamo il compenso monetario che guadagnarai?

{{ if participant.treatment_p < 6 }}
Ci sono 3 fasi che ti illustreremo ora..
{{ endif }} {{ if participant.treatment_p > 5 }}
Ci sono 2 fasi che ti illustreremo ora..
{{ endif }}
{% endblock %}