{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %}
| Round | Wage Paid by the Restaurant | Total Compensation |
|---|---|---|
| {{ r.round_index }} | {{ r.wage }} tokens | {{ r.total }} tokens |
| Round | Wage Paid by the Restaurant | Service Charge Paid by the Customer | Total Compensation |
|---|---|---|---|
| {{ r.round_index }} | {{ r.wage }} tokens | {{ r.service_charge }} tokens | {{ r.total }} tokens |
| Round | Wage Paid by the Restaurant | Tip Paid by the Customer | Total Compensation |
|---|---|---|---|
| {{ r.round_index }} | {{ r.wage }} tokens | {{ r.tip_display }} tokens | {{ r.total }} tokens |
Please click ‘Next’ to continue.
{{ next_button }}