{% extends 'otree/WaitPage.html' %} {% load otree %} {% block title %}{{ title_text }}{% endblock %} {% block content %} {% load i18n %} {{ body_text }}

{% blocktrans trimmed %} Stai aspettando l'arrivo degli altri membri del gruppo. {% endblocktrans %}

{{ session.vars.num_waiting }} / {{ C.PLAYERS_PER_GROUP }}


{% blocktrans trimmed %} Se non riusciamo a formare un gruppo di {{ C.PLAYERS_PER_GROUP }} persone nei prossimi minuti, procederemo con un gruppo più piccolo. {% endblocktrans %}

If less than {{C.smaller_group}} people gather after {{C.matching_timeout_mins}} minutes, we will have to terminate the study. You will receive the hourly wage. If {{C.matching_timeout_mins}} min have passed and you are still on this page, we suggest trying to refresh it once.

{% endblock %}