{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block content %} Thank you for completing the experiment. Please find the data on your final result below.

Your choice {% if choice == 0%} Option A {% else %} Option B {% endif %}
Your earning in the post-experiment task 2 {{ risk_earning }}
Your total earnings {{ bc_earning }}
{% endblock %}