{% 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 %}
Vous avez terminé la troisième étape.
Vous allez maintenant commencer la quatrième étape.
Vous avez terminé la deuxième étape.
Vous allez maintenant commencer la troisième étape.
{% next_button %}
{% endblock %}