{% extends 'otree/WaitPage.html' %}
{% load otree %}
{% block title %}
{%if is_wrong_role%}
{%if is_waiting_for_supervisor_info_choice_employee%}
Please wait for your supervisor to decide what information to buy.
{%else%}
Please wait for the other participant in your company.
{%endif%}
{%else%}
{{ title_text }}
{%endif%}
This is period {{subsession.round_number}} of {{C.NUM_ROUNDS}}{% endblock %}
{% block content %}
{{ body_text }}
{% include C.TEMPLATE_RECAP %}
{% endblock %}