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

Generated: {% now "DATETIME_FORMAT" %}

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|default_if_none:"" }} {{ p.current_page_ }} {{ p.payoff_in_real_world_currency }} {{ p.payoff_plus_participation_fee }}

Summary

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

Notes




{% endblock %}