{% 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 {{Constants.num_rounds}}{% endblock %} {% block content %} {{ body_text }} {% include Constants.template_recap %} {% endblock %}