{% extends "global/Page.html" %} {% load otree %} {% block title %} Round Results {% endblock %} {% block content %}
You gambled in the first round {{ player.option_choice_1 }}
You gambled in the second round {{ player.option_choice_2 }}
Your final outcome of this round is {{ player.final }}
{% next_button %} {% endblock %}