{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round Feedback {% endblock %} {% block content %}
|
{% if player.id_in_group == 1 %}
In this round, you chose the blue bucket {{ group.blue_counter1 }} times. You were {{ group.get_select1_display }} and earned a total of {{ points_total1 }}. {% endif %} {% if player.id_in_group == 2 %}In this round, you chose the blue bucket {{ group.blue_counter2 }} times. You were {{ group.get_select2_display }} and earned a total of {{ points_total2 }}. {% endif %} {% if player.id_in_group == 3 %}In this round, you chose the blue bucket {{ group.blue_counter3 }} times. You were {{ group.get_select3_display }} and earned a total of {{ points_total3 }}. {% endif %} |