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