{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
{% if player.id_in_group == 1 %} You decided to keep {{ player.kept }} for yourself. Your total payoff in the game is {{ player.kept }} + {{ player.initial }} = {{ player.payoff }} {% else %} You are Participant 2 which should never happen {% endif %} {% next_button %}
{% include Constants.instructions_template %} {% endblock %}