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