{% extends "global/Page.html" %} {% load otree %} {% block title %} The slider task {% endblock %} {% block styles %} {% endblock %} {% block content %}

Please move all sliders to the position 50. You can only continue with the experiment when all sliders have been repositioned correctly.

{{ slider_formset.management_form }} {% for chunk in slider_values_and_forms %} {% endfor %}
{% for offset, min, max, start, form in chunk %}
{{ min }} {{ max }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}