{% extends "global/Page.html" %} {% load otree %} {% block title %} Your choices {% endblock %} {% block content %} Choose the ingredients to use. {% formfields %} {% next_button %} {% if player.round_number > 1 %}
Previous rounds:
{% for p in player.in_previous_rounds %} {% endfor %}
Round Your choices Your profit
{{ p.round_number }} {{ p.choice1 }}, {{ p.choice2 }}, {{ p.choice3 }} {{ p.choicespayoff}}
{% endif %} {% endblock %}