{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %} {% if player.Payoff_choice == 1 %}
You choose {{player.Choice}}, the other player choose {{other_player_choice }} but you choose to have a sure payoff then you won {{player.gain}}
{% endif %} {% if player.Payoff_choice == 0 %}You choose {{player.Choice}}, the other player choose {{other_player_choice }} and you choose to have the payoff of the task then you won {{player.gain}}
{% endif %} {% next_button %} {% endblock %}