{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Decision Screen 7{% endblock title %}
{% block content %}
{% include Constants.decision_screen_instructions_template %}
{% include 'de_path_control/chart07i.html' %}
{% formfield player.inv_dec_07 %}
{% next_button %}
{% include Constants.control_latter_half_instructions_template %}
{% endblock %}