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