{% extends "global/Page.html" %} {% load otree %} {% block title %} Results Summary {% endblock %} {% block content %} {% for p in player_in_all_rounds %} {% endfor %}
Round Gamble and outcome
{{ p.round_number }} You {% if p.option_choice_1 %} gambled and     {% else %} did not gamble and {% endif %} earned ${{ p.final }}0
{% if subsession.round_number == Constants.num_rounds %} {% else %} {% endif %} {% endblock %}