{{ block title }} Results {{ endblock }} {{ block content }}
{{ if player.id_in_group == 1 }}

You were selected as the proposer.

You decided to keep {{ player.group.proposer_amount|to2 }} points and give your opponent {{ matching_amount|to2 }} points.

Your opponent decided that he or she would not accept less than {{ player.group.responder_minimum|to2 }} points.

{{ endif }} {{ if player.id_in_group == 2 }}

You were selected as the receiver.

Your opponent decided to keep {{ player.group.proposer_amount|to2 }} points and give you {{ matching_amount|to2 }} points.

You decided that you would not accept less than {{ player.group.responder_minimum|to2 }} points.

{{ endif }}
{{ if player.agreement == 1 }}

The offer was accepted.

{{ endif }} {{ if player.agreement == 0 }}

The offer was rejected.

{{ endif }}

Your recorded outcome for this task is {{ player.ultimatum_earnings|to2 }} points.

{{ endblock }} {{ block styles }} {{ endblock }} {{ block scripts }} {{ endblock }}