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

Your payment from this experiment consists of the following parts:
Show up fee: € {{show_up}}
Urn game: € {{Urn}}
IQ game: € {{IQ}}

{% endblock %}