{% extends "global/Page.html" %} {% load otree %} {% block title %} Final Results {% endblock %} {% block content %}
The round selected for payment for the first group was round {{paying_round1}}.
The round selected for payment for the second group was round {{paying_round2}}
The round selected for payment for the third group was round {{paying_round3}}
Your total earnings for today's experiment, including the show-up fee, is {{payment}}
Please press "Next" to proceed to the post-experiment survey. {% next_button %}
{% endblock %}