{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {{experiment_name}} (Instructions) {% endblock %} {% block content %}
You are playing as Player {{ player.id_in_group }}
{% if player.id_in_group == 4 %} {% include Constants.instructions_template_for_manager %} {% else %} {% include Constants.instructions_template_for_workers %} {% endif %} {% next_button %} {% endblock %}