{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Period {{subsession.round_number}} of {{Constants.num_rounds}} {% endblock %} {% block content %} {% for color_family in Colors %}

{{forloop.counter}}

Easy

Chosen Color

Target Color

Hard

Chosen Color

Target Color

{%endfor%} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}