{% extends "global/Page.html" %} {% block title %} {{ Lexicon.investment_title | safe }} {{ round_number }} {% endblock %} {% block content %} Investment Graph for Decision {{ decision_id }}

{% if show_form %}
{{ form.return_expectation }} %
{% if show_allocation %}
{% endif %} {% if show_allocation %} {% endif %} {% endif %} {# Front-end validation #} {# Hidden submit button to allow form submission from footer #}
{% endblock %} {% block footer_buttons %} {% if lang == 'fr' %} {% else %} {% endif %} {% endblock %}