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

Question {{ player.round_number }} of {{ C.NUM_ROUNDS }}

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