{% extends "global/Page.html" %} {% load otree %} {% block title %} Final Results {% endblock %} {% block content %}

Your profit in the first period is {{ player.profit_1}};
Your profit in the second period is {{ player.profit_2}};
Your profit in this experiment is {{ player.profit }}.
Your account has {{ player.account_2 }} now.
Thanks for participating!

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}