{% extends "global/Page.html" %} {% load otree %} {% block title %} Results Summary {% endblock %} {% block content %}
| Round | Gamble and outcome |
|---|---|
| {{ p.round_number }} | You {% if p.option_choice_1 %} gambled and {% else %} did not gamble and {% endif %} you earned ${{ p.final }} |