{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Input simulaiton parameters {% endblock %} {% block content %}
Please provide the following details to help compute your student loan payments: {% formfield player.principal label="What is the loan amount?" %} {% formfield player.interest_rate label="What is the interest rate?" %} {% formfield player.income label="What is the initial income?" %} {% formfield player.growth label="What is the income growth rate?" %}