{% extends "svotree/Base.html" %} {% load staticfiles otree_tags %} {% block title %} PART 1 - Instructions and decisions {% endblock %} {% block content %}

Instructions

{% include Constants.instructions_slider with type="continuous" %}



Your decisions

{% 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 %}