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

Lottery {{ paying_gamble }} was chosen to be paid; in that lottery your draw was ${{ player.risk_payoff }}. This will be added to your earnings.

{% next_button %} {% endblock %} {% block app_styles %} {% endblock %}