{% extends 'otree/WaitPage.html' %} {% load static otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Please wait" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

{% if Constants.role_fixed %} {% blocktrans trimmed %} You were assigned the role of player B.
Please wait until player A has made his/her decisions. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Please wait until the second player has made his/her decisions. {% endblocktrans %} {% endif %}

{% endblock %}