{{ block title }}

ΗΜΕΡΑ ΑΓΟΡΩΝ


{{ endblock }} {{ block content }}

Ημέρα Αγορών {{ shopping_day }} και Μήνας {{ month_number }}.

(Υπάρχουν 16 ημέρες αγορών το μήνα και 6 μήνες συνολικά.)

Σήμερα πρέπει να αγοράσετε το (αγαθού) {{ good_to_buy }}

Παρακαλώ επιλέξτε την φθηνότερη τιμή για το (αγαθού) {{ good_to_buy }}.
 

Τώρα είναι ο μήνας {{ month_number }}


{% for field in form %} {% for choice in field %} {% if forloop.counter <= 3 %} {% endif %} {% endfor %} {% endfor %} {% for field in form %} {% for choice in field %} {% if forloop.counter > 3 and forloop.counter <= 6 %} {% endif %} {% endfor %} {% endfor %} {% for field in form %} {% for choice in field %} {% if forloop.counter > 6 and forloop.counter <= 9 %} {% endif %} {% endfor %} {% endfor %} {% for field in form %} {% for choice in field %} {% if forloop.counter > 9 and forloop.counter <= 12 %} {% endif %} {% endfor %} {% endfor %}
Good Brand 1 Brand 2 Brand 3
A {{ choice }} {{ choice.label }}
B {{ choice }} {{ choice.label}}
C {{ choice }} {{ choice.label}}
D {{ choice }} {{ choice.label}}

{{ next_button }}

Το σύνολο των πόντων που έχετε κερδίσει: {{ payoff_points_rounds }} points

{{ endblock }}