{{ block title }}

Shopping Day


{{ endblock }} {{ block content }}

Shopping Day {{ shopping_day }} and Month {{ month_number }}.

(There are 16 shopping days per month and 6 months total.)

Today you need to buy {{ good_to_buy }}

Please select the cheapest price for {{ good_to_buy }}.
 

IT IS NOW MONTH {{ 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 }}

Your Total Points Earned: {{ payoff_points_rounds }} points

{{ endblock }}