{% load otree %} {% block title %} {% endblock %} {% block content %}

Total Compensation for this Session:

{% for participant_number in participants %} {% endfor %}
Participant Number
{{ participant_number }}
     {% for total_compensation in totalcomp %} {% endfor %}
Total Comp
{{ total_compensation }}
     {% for pay_period in payperiod %} {% endfor %}
Comp Period
{{ pay_period }}
 
{% endblock %} {% block styles %} {% endblock %}