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

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

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