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

Task {{ payoff_question }} was selected to determine your bonus payment.

{% if determine_payoff_later == True %}

Your bonus will be determined once all other participants have finished the study.

{% else %}

From that question, you earned {{ bonus }}.

Thus your total payoff is {{ total }}.

{% endif %} {% next_button %} {% endblock %}