{% extends "global/Page.html" %} {% load otree %} {% block title %}
Round {{ subsession.round_number }} of {{ Constants.num_rounds }}
{% endblock %} {% block content %} {% include Constants.instructions_template %}
{% next_button %}
{% endblock %}