{% extends "global/Page.html" %} {% load otree %} {% block title %} Section 1: Rating {% endblock %} {% block content %} {% if player.cp_error %} {% include 'exp_receiver/components/error_modal.html' with message=message %} {% endif %} {% include Constants.instructions_template %}

To proceed to the study, please click the button below.

{% next_button %}

{% endblock %} {% load otree %}