{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}

{{ if player.id_in_group == 1 }} You decided to keep {{ group.kept }} for yourself. {{ else }} Participant 1 decided to keep {{ group.kept }}, so you got {{ offer }}. {{ endif }}

{% next_button %} {% endblock %}