{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}
| You demanded | {{ player.request_amount }} |
|---|---|
| The other participant demanded | {{ player.other_player.request_amount }} |
| Sum of your demands | {{ sum }} |
| Thus you earn | {{ player.payoff }} |
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}