{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% 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 %}