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

The paying round was {{ paying_round }}.
Your monetary payoff would be $ {% for p in player_in_all_rounds %} {% if p.round_number == winning_round%} {{p.final}}0 {% 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 }}0
{% endblock %}