{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Instructions {% endblock %} {% block content %}
You are playing as Player {{ player.id_in_group }}
{% if player.role == 'Manager' %} {% include Constants.instructions_template_for_manager %} {% else %} {% include Constants.instructions_template_for_members %} {% endif %} {% next_button %} {% endblock %}