{% extends "global/Page.html" %} {% load otree %} {% block title %}Results for all rounds{% endblock title %} {% block content %}
You have finished all {{ Constants.num_rounds }} periods. Purchases for all periods are summarized below:
{% include 'lemon_market/HighChart.html' %}You are {{ player.role }}.
{% next_button %} {% endblock %}