{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Question {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} {% formfield player.submitted_answer label=player.question %} {% if graphics_name_page != "None" %} Image Caption {% endif %} {% next_button %}

{% endblock %} {% block styles %} {% endblock %}