{% extends "global/Page.html" %} {% load otree %} {% block title %}Decision Sequence{% endblock title %} {% block content %}
The following graph is generated with the same process as the asset you just saw. Please decide if you would like to sell or hold the share.
{% include 'graph_nine/chart2.html' %}Would you like to sell or hold your share of the asset?
{% formfield player.inv_dec label="Would you like to sell or hold the asset?" %} {% next_button %} {% endblock %}