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

Session

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

Participants

{% if show_finished_status %} {% endif %} {% for p in participants %} {% if show_finished_status %} {% endif %} {% endfor %}
Code Label ProgressFinishedPayoff (bonus) Total
{{ p.code }} {{ p.label || "" }} {{ p.current_page_() }}{{ p._get_finished() ?? "1" :: "" }}{{ p.payoff_in_real_world_currency() }} {{ p.payoff_plus_participation_fee() }}

Summary

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