{% 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 %}
{% if player.id_in_group_nn == 1%}

You have completed the second part.
You will now begin the third part.

{% endif%} {% if player.id_in_group_nn == 2 %}

You have completed the first part.
You will now begin the second part.

{% endif%}

{% next_button %}

{% endblock %}