{% extends "global/Page.html"%} {% load staticfiles otree_tags%} {% block title %} Input Math Problem {%endblock%} {% block content %}

Math Problem:

24+9*2

{% formfield player.input_answer with label="Answer:" %} {% next_button %} {# {% include Constants.instructions_template %} #} {% endblock %}