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