{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Game is over
{% endblock %} {% block content %}
You have successfully played {{Constants.num_rounds}} rounds.
Thank you for your participation


{% endblock %}