{% load otree %}
Generated: {% now "DATETIME_FORMAT" %}
| Session config | {{ session.config.name }} |
|---|---|
| Session code | {{ session.code }} |
| Experimenter name | {{ session.experimenter_name|default_if_none:"" }} |
| Participant code | Participant label | Progress | Final Payoff (Pts) | Final Payoff + Part.Fee | Forced Time-Out? |
|---|---|---|---|---|---|
| {{ p.code }} | {{ p.label|default_if_none:"" }} | {{ p.current_page_ }} | {{ p.payoff }} | {{ final_payoff_plus_part_fee }} | {{ p.vars.forced_timeout }} |