{% extends "global/Page.html" %} {% block content %}

Investment Results - Round {{ round_number }}

You made an investment decision for opportunity {{ decision_id }}.

Realized Graph for Decision {{ decision_id }}

Realized Return: {{ realized_return }}%

Total Outcome: {{ total_outcome }}

{# Hidden submit button to allow form submission from footer #} {% endblock %} {% block footer_buttons %} {% endblock %}