{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final result {% endblock %} {% block content %}
Chosen round: {{ round }}
You get: {{ final_earning }}
{% next_button %} {% endblock %}