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

{% blocktrans trimmed %} You are waiting for other group members to arrive. {% endblocktrans %}

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

{% blocktrans trimmed with players_per_group=Constants.players_per_group num_rounds=Constants.num_rounds %} You will be grouped in {{ C.PLAYERS_PER_GROUP }} players. {{ C.NUM_ROUNDS }} rounds, you will play together with these players. {% endblocktrans %}


{% blocktrans trimmed %} If we won't be able match you in the following minutes, you will be redirected to the finish page and get paid for the fixed amount. {% endblocktrans %}
{% endblock %}