{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %}
As a Customer, you have earned a total of {{ cumulative_payoff }} tokens in {{ round_number }} round(s).
| Round | Base Payoff | Satisfaction from the Worker’s Service | Total Payoff |
|---|---|---|---|
| {{ r.round_index }} | {{ r.base }} tokens | {{ r.satisfaction }} tokens | {{ r.total }} tokens |
| Round | Base Payoff | Satisfaction from the Worker’s Service | Service Charge Paid to the Worker | Total Payoff |
|---|---|---|---|---|
| {{ r.round_index }} | {{ r.base }} tokens | {{ r.satisfaction }} tokens | {{ r.service_charge }} tokens | {{ r.total }} tokens |
| Round | Base Payoff | Satisfaction from the Worker’s Service | Tip Paid to the Worker | Total Payoff |
|---|---|---|---|---|
| {{ r.round_index }} | {{ r.base }} tokens | {{ r.satisfaction }} tokens | {{ r.tip }} tokens | {{ r.total }} tokens |
Please click ‘Next’ to continue.
{{ next_button }}