{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if player.id_in_group == 1 %} Third Part : End {% endif %} {% if player.id_in_group == 2 %} Second Part : End {% endif %} {% endblock %} {% block content %}
You have completed the third part.
You will now begin the fourth part.
You have completed the second part.
You will now begin the third part.
{% next_button %}
{% endblock %}