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

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

{% endblock %}