{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
| Offered Wage | Effort Level | You Received |
|---|---|---|
| {{ group.principal_wage_offer }} | {{ group.effort_agent }} | {{ player.payoff }} |
Your total payoff is {{ total_payoff }}.
{% if player.role == 'agent' %}
[wage offer] - [effort² * 0.13]
{% else %}
[1.5 * effort] - [wage offer]
{% endif %}
{% next_button %}
{% endblock %} {{ form.errors }}