{% extends "SVO/Base.html" %} {% load otree static %} {% block title %} Questionnaire task - part 1 {% endblock %} {% block content %} {% include Constants.instructions_slider with type="discrete" %}
{% for item_number in slider_items %}
{{ item_number }}
You receive
VALUE N/A
VALUE N/A
VALUE N/A
Other receives
VALUE N/A
VALUE N/A
VALUE N/A
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}