{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
| Points | |
|---|---|
| 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 %}