{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {{experiment_name}} (Instructions) {% endblock %} {% block content %}
You are playing as Player {{ player.id_in_group }}
{% include Constants.instructions_template %} {% next_button %} {% endblock %}