{% extends "global/Page.html" %} {% load otree static %} {% block title %} Post-Experimental Task 2 {% endblock %} {% block content %} {{form.errors}} Please input the amount you would like to invest {% formfield form.risk_choice with label="" %} {% next_button %} {% endblock %}