{% extends "otree/Session.html" %} {% block content %} {{ super() }}

Session

Session config {{ session.config.name }}
Session code {{ session.code }}
Participation fee {{ participation_fee }}

Participants

{% for p in participants %} {% endfor %}
Code Label Progress Payoff (bonus) Total
{{ p.code }} {{ p.label || "" }} {{ p.current_page_() }} {{ p.payoff_in_real_world_currency() }} {{ p.payoff_plus_participation_fee() }}

Summary

Total payments {{ total_payments }}
Mean payment {{ mean_payment }}
{% endblock %}