{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results of Investment Decision {% endblock %} {% block content %}

Investment Decision You Made

Inputs You Entered
Principal: ${{principal}}
Interest Rate: {{interest_rate}}
Maturity Period: {{maturity_period}}
.
Results
Expected Final {{final_returns}}

Click next to move to next page.
{% next_button %} {% endblock %}