{% 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 and p.option_choice_2 %} gambled twice and {% elif p.option_choice_1 or p.option_choice_2 %} gambled once and {% else %} did not gamble and {% endif %} earned {% if p.final < p.w0 %} ${{ p.final }}0 {% elif p.final > p.w0 %} ${{ p.final }}0 {% else %} ${{ p.final }}0 {% endif %} |