{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}
{% if player.lottery_selected == 1%} You chose gamble {{ player.choice }}. "Heads" occurred in the virtual coin flip. Your payoff is {{ player.payoff }}. {% else %} You chose gamble {{ player.choice }}. "Tails" occurred in the virtual coin flip. Your payoff is {{ player.payoff }}. {% endif %}
{% next_button %} {% endblock %}