{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}
{% if subsession.round_number in Constants.breaks %}
You have completed Part {{ break_num }} of {{ num_parts }}.
Press ENTER to continue.
{% endif %}
{% if subsession.round_number in Constants.breaks %} {% else %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}