{% extends "global/Page.html" %} {% load otree static %} {% block title %} Intro Page {% endblock %} {% block content %}
This is the start page of round {{subsession.round_number}}/{{Constants.num_rounds}} of the experiment
TODO: add instructions here
{% next_button %} {% endblock %}