{% extends "global/Page.html" %} {% load otree static %} {% load otree_tools %} {% block title %} Year End Summary (Period {{ period1 }} to {{ period4 }}) {% endblock %} {% block content %} {% tracking_focus %} {% tracking_time %} {% if player.treatment == 'O' %}

The {{ year }} year is over. Below, you find your individual summary of the past four periods.

Period:{{ period1 }} {{ period2 }} {{ period3 }} {{ period4 }}
Your profit (in francs): {{ profit1|floatformat:"2" }} {{ profit2|floatformat:"2" }} {{ profit3|floatformat:"2" }} {{ profit4|floatformat:"2"}}

{% endif %} {% if player.treatment == 'P' %}

The {{ year }} year is over. Below, you find your individual summary of the past four periods.

Period:{{ period1 }} {{ period2 }} {{ period3 }} {{ period4 }}
Location: {{ location1 }} {{ location2 }} {{ location3 }} {{ location4 }}
Sugar content (in %): {{ sugar1 }} {{ sugar2 }} {{ sugar3 }} {{ sugar4 }}
Lemon content (in %): {{ lemon1 }} {{ lemon2 }} {{ lemon3 }} {{ lemon4 }}
Lemonade color: {{ color1 }} {{ color2 }} {{ color3 }} {{ color4 }}
Price: {{ price1 }} {{ price2 }} {{ price3 }} {{ price4 }}

{% endif %} {% if player.treatment == 'C' %}

The {{ year }} year is over.

{% endif %} {% formfields %} {% button "Continue to the next year" %} {% endblock %}