{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %} {% if info_set >= 1 and info_set <= 30 %}

Round {{ subsession.round_number }}: Lottery 1 yields an outcome of 4 cents.

{% else %}

Round {{ subsession.round_number }}: Lottery 2 yields an outcome of 3 cents.

{% endif %} {% if tg == 3 %}

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

{% elif tg == 4 and history %}

History: {% for line in history %} {{ line }} {% endfor %}

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