{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if id_in_group_nn == 1 %} Deuxième Partie : Fin {% endif %} {% if id_in_group_nn == 2 %} Première Partie : Fin {% endif %} {% endblock %} {% block content %}
{% if player.id_in_group == 1 %}

Vous avez terminé la deuxième étape.
Vous allez maintenant commencer la troisième étape.

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

Vous avez terminé la première étape.
Vous allez maintenant commencer la deuxième étape.

{% endif %}

{% next_button %}

{% endblock %}