{% extends "global/Page.html" %} {% load otree %} {% block title %} Payoff Summary {% endblock %} {% block content %}

You got {{ exp_payoff }} from the previous task, and {{ lottery_bonus }} from your lottery choice. Your final payoff is {{ total_payoff }}.

{% next_button %} {% endblock %}