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

The randomly selected round is: {{round_selected}}
Your endowment during this round was {{dot1_select}} ECUs.
The value of S was {{s1_select}}.
The value of G was {{g1_select}}.

You chose to keep {{keep_select}} POINTs and give {{sent_select}} POINTs to player 2.

Your gain is {{gain_dgm}} POINTs ({{gain_dgm_eur}} EUROs).
The player 2 gain is {{gain_joueur2}} POINTs ({{gain_joueur2_eur}} EUROs).

{% next_button %}

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