{% 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 %}
| Round | Your choices | Your profit | {% for p in player.in_previous_rounds %}
| {{ p.round_number }} | {{ p.choice1 }}, {{ p.choice2 }}, {{ p.choice3 }} | {{ p.choicespayoff}} |