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

The paying round was {{ paying_round }}.
Your monetary payoff is therefore $ {% for p in player_in_all_rounds %} {% if p.round_number == winning_round%} {{p.final}} {% endif %} {% endfor %}


Please show this screen to the lab assistant to claim your payment

{% for p in player_in_all_rounds %} {% endfor %}
Round Outcome
{{ p.round_number }} ${{ p.final }}
{% comment %} {% endcomment %} {% endblock %}