{% extends "global/Page.html" %} {% load otree %} {% 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 %}
{% include Constants.instructions_template %} {% endblock %}