{% extends "global/Page.html" %} {% load otree static %} {% block content %}
Result
{% if player.look_choice == 1 %}In this round, X is {{ player.x }} points. You chose to look.
{% else %}In this round, X is {{ player.x }} points. You chose to not look.
{% endif %} {% if player.com_tile_color == 2 %}Computer selected a Green Square tile.
{% elif player.com_tile_color == 1 %}Computer selected a Green Circular tile.
{% else %}Computer selected a Yellow Circular tile.
{% endif %} {% if player.hat_color == 1 %}Your got a Green hat.
{% else %}Your got a Yellow hat.
{% endif %}Therefore, your payoff is {{ player.payoff }}.
{% next_button %}