{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Make your choice {% endblock %} {% block content %}

Question {{ player.round_number }} of {{ Constants.num_rounds }}

{% include Constants.instructions_template %} {#
#} {# #} {#
#} {#
#} {% formfield player.answer label='Please choose an item that best fits the pattern:' %} {#
#} {#
#} {% next_button %} {#
#} {% endblock %}