{% extends "global/Page.html" %} {% load otree %} {% block title %} Please enter the sum of the red numbers in this round
{% endblock %} {% block content %} {% form.load_guess %}
{% next_button %}
{% endblock %} {% block styles %} {% endblock %}