{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Payoff
{% endblock %}
{% block content %}
{{if player.selected_for_payment}}
Congratulations! Your decision from round {{player.round_paid}} was chosen to be payoff relevant. Your payoff in this round was {{payoff_relevant_round}}.
{{else}}
Unfortunately, you were not selected to receive a payoff.
{{endif}}
The experiment is over. Thank you for participating.
Please click the "Next" button to return to Prolific.
{% next_button %}
{% endblock %}