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