{% load staticfiles %}
{% load i18n %}
oTree Payments
{% block head_content %}
{% include 'otree/HeadContent.html' %}
{% endblock %}
Accessed: {% now "DATE_FORMAT" %}
Session
| Session type |
{{ session_type }} |
| Session code |
{{ session_code }} |
| Time scheduled |
{{ session.time_scheduled|default_if_none:"" }} |
| Experimenter name |
{{ session.experimenter_name|default_if_none:"" }} |
Participants
| Participant code |
Participant label |
Fixed pay |
Variable pay |
Total pay |
Note |
{% for p in participants %}
| {{ p.code }} |
{{ p.label|default_if_none:"" }} |
{{ fixed_pay }} |
{{ p.payoff_from_subsessions_display }} |
{{ p.total_pay_display }} |
|
{% endfor %}
Summary
| Total payments |
{{ total_payments }} |
| Mean payment |
{{ mean_payment }} |
Notes/Signature