{% extends "global/Page.html" %} {% load otree static %} {% block title %} Gamble Result {% endblock %} {% block content %}

Your virtual coin shows {{ player.event }}
Your payoff this round is {{ player.gain }}.

{% next_button %} {% endblock %}