{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %} {{ if player.id_in_group == 1 }}
You offered {{ group.amount_offered }}. The other person requested at least {{ group.amount_requested }}.
{{ else }}You requested at least {{ group.amount_requested }}. The other person offered {{ group.amount_offered }}.
{{ endif }}Therefore, you get {{ player.payoff }}.
Please click Next to go to the next round.
{% next_button %} {% endblock %}