{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Decision Screen 1{% endblock title %}
{% block content %}
{% include Constants.decision_screen_instructions_template %}
{% include 'de_control/chart01d.html' %}
{% formfield player.inv_dec_01 %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}