{% extends "global/Page.html" %}
{% load otree %}
{% block styles %}
{% endblock %}
{% block scripts %}
{% endblock %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
{% if player.part == 1 %}
{% include 'impact_spectators_beliefs/GeneralInstructions.html' %}
{% elif player.part == 2 %}
{% include 'impact_spectators_beliefs/InstructionsPart2.html' %}
{% elif player.part == 3 %}
{% include 'impact_spectators_beliefs/InstructionsMPL.html' %}
{% endif %}
{% endblock %}