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

{{ for choice in form.CE_choice_1_aux}} {{ if forloop.counter == 1}} {{ else }} {{ if forloop.counter == 2}} {{ else }} {{ endif }} {{ endif}} {{ endfor }}
Scheda di scelta 1
Prodotto A Prodotto B Nessun prodotto
Imagine
Colore Verde Blu
Disegno
Prezzo €{{level1 }} €{{level2 }}
Io scelgo {{ choice }}{{ choice }}{{ choice }}

{% endblock %}