{% extends "global/Page.html" %} {% load otree static %} {% block title %} Thank you for participating! {% endblock %} {% block content %}
In the first round, you received {{ player.payoffB }}. In the second round, you received {{ player.payoffC }}. Based on your results, you will receive {{ player.payoff }} in total. Your completion code is {{ completion_code }}.
Your results have been saved, you can close the tab now.
{% endblock %}