{% extends "global/Page.html" %} {% load otree %} {% block title %} The experiment is finished {% endblock %} {% block content %}

Congratulations! You have successfully completed the experiment. You total earnings are {{total}} euro.

{% next_button %} {% endblock %}