{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Leader Search Task {% endblock %} {% block content %}
The members of your group made the following decisions in the previous round:
| Player: | Dimension 1: | Dimension 2: | Dimension 3: | Payoff: | Number of Clicks: |
|---|---|---|---|---|---|
| {{p.id_in_group}} | {{p.dimension_1}} | {{p.dimension_2}} | {{p.dimension_3}} | {{p.current_payoff}} | {{p.numberOfClicks}} |
| {% formfield player.dimension_1 label="Location:" %} | {% formfield player.dimension_2 label="Sugar Content:" %} | {% formfield player.dimension_3 label="Lemon Content:" %} | {% formfield player.value label="Value:" %} |