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

You decided to keep {{ player.kept }} for yourself. Your total payoff in Game 1 is {{ player.kept }} + {{ player.initial }} = {{ player.payoff }} {% next_button %}

{% include Constants.instructions_template %} {% endblock %}