{% extends "global/Page.html" %} {% block title %}Payoff summary{% endblock %} {% block content %}
({% if player.random_number_JP == 1 %} Round 1:school choice task {% elif player.random_number_JP == 2 %} Round 2:school choice task {% elif player.random_number_JP == 3 %} Round 2:belief task for A {% elif player.random_number_JP == 4 %} Round 2:belief task for B {% endif %}) is selected for your payment
Your payoff is {{ player.payoff }} + show-up fee
In the next page, you will be asked to complete a short survey.
{% next_button %} {% endblock %}