{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Information Screen 8{% endblock title %}
{% block content %}
{% include Constants.info_screen_instructions_template %}
{% include 'de_control/chart08i.html' %}
{% next_button %}
{% include Constants.control_latter_half_instructions_template %}
{% endblock %}