{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Decision Screen 4{% endblock title %}
{% block content %}
{% include Constants.decision_screen_instructions_template %}
{% include 'de_draft_three/chart04d.html' %}
{% formfield player.inv_dec_04 %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}