{% load otree %}
Generated: {% now "DATETIME_FORMAT" %}
| Session config | {{ session.config.name }} |
|---|---|
| Session code | {{ session.code }} |
| Experimenter name | {{ session.experimenter_name|default_if_none:"" }} |
| Payment round | {{ session.vars.paying_round }} |
| Participant code | Participant label | Progress | Participation fee | Payoff | Total (rounded) | Sliders |
|---|---|---|---|---|---|---|
| {{ p.code }} | {{ p.label|default_if_none:"" }} | {{ p.current_page_ }} | {{ participation_fee }} | {{ p.payoff_in_real_world_currency }} | €{{ p.vars.rounded_final_euro_payoff }} | {{ p.vars.final_sliders }} |