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

Round {{ round_no }}: Option {{ which_option }} yields an outcome of {{ outcome_cents }} cents.

{% if tg == 3 %}

This amount of money is added to your earnings. Currently, you have {{ total_after }}.

{% elif tg == 4 %}

History {{ history|join:", " }}

{% endif %} {% next_button %} {% endblock %}