{% extends "global/Page.html" %} {% load otree static %} {% load otree_tools %} {% block title %} Results of Period {{ subsession.round_number }}/{{ Constants.num_rounds }} {% endblock %} {% block content %} {% tracking_focus %} {% tracking_time %}

You made the following choices in this period:
Location: {{ player.get_location_display }}
Sugar Content: {{ player.sugar }}
Lemon Content: {{ player.lemon }}
Lemonade Color: {{ player.get_color_display }}
Price of one cup: {{ player.price }} thaler

Your profit: {{ player.profit|floatformat:"1" }} thaler.

Your Feedback: {{player.feedback}}

{% if player.round_number == Constants.num_rounds %} {% button "Continue" %} {% else %} {% button "Next period" %} {% endif %} {% endblock %}