{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}

Based on your and your group's decisions so far, your payoff for this task is {{ group.group_payoff }} points.

The members of your group currently have made the following decisions:

{% for p in others_in_group %} {% endfor %}
Player: Location: Sugar: Lemon: Payoff: Number of Clicks:
{{p.id_in_group}} {{p.maxLocation}} {{p.maxSugar}} {{p.maxLemon}}{{p.current_payoff}}{{p.numberOfClicks}}
{% next_button %} {% endblock %}