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

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

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

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

{% endif %}

{% next_button %}

{% endblock %}