{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} {% endblock %} {% block content %}
{% if player.creativity_rating_see_names and names %}

The first text has been modified by {{ left_name }}.

The second text has been modified by {{ right_name }}.

{% endif %}

Once you have finished reading the texts, please select the one you prefer.

{{ text_left|safe }}
{{ text_right|safe }}
{{ form.creativity_rating.errors }}
{% endblock %}