{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} {%if subsession.round_number == 1%}{% include Constants.instructions_template %}{% endif %} {%if subsession.round_number == 2%}{% include Constants.instructions_template2 %}{% endif %} {% next_button %} {% endblock %}