{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

{% blocktrans trimmed with n={{Constants.num_choices}} %} Vous venez de terminer le tour 30.


Cliquez sur suivant pour commencer la dernière tâche de l'expérience. {% endblocktrans %}

{% endblock %}