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

Generated: {% now "DATETIME_FORMAT" %}

Session

Session config {{ session.config.name }}
Session code {{ session.code }}
Experimenter name {{ session.experimenter_name|default_if_none:"" }}

Participants

{% for p in participants %} {% endfor %}
Participant code Participant label Progress Participation fee Payoff (bonus) Total Note
{{ p.code }} {{ p.label|default_if_none:"" }} {{ p.current_page_ }} {{ participation_fee }} {{ p.payoff_in_real_world_currency }} {{ p.payoff_plus_participation_fee }}

Summary

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

Notes/Signature




{% endblock %}