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

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

{% endblock %}