{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %} (I need to make all of these, including "results_dec" better instead of the shortcuts I took on that page) You chose to see {{player.dec_number}} balls. The number of red balls in the box to start with is {{player.urn}} Because you chose to see this many balls, your potential earnings were {{player.potential_earnings}} Your judgment call was chosen for payment. This was chosen for payment: You received this many tickets (for a belief) The random number chosen for the belief payment was Your payment (for a the belief) is (0 or the potential earnings) Your judgment call was (correct or incorrect) You earned (0 or potential earnings) for your judgment call {% next_button %} {% endblock %}