{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Start of the Game {% endblock %} {% block content %}

You are in Group {% if group_id == 1 %} A {% endif %}{% if group_id == 2 %} B {% endif %}{% if group_id == 0 %} C {% endif %}.

Your cost of donation is {{ cost }}.

{% next_button %} {% endblock %}