{% extends "svotree/Base.html" %} {% load staticfiles otree_tags %} {% block title %} {% 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 %}
TODO: MAYBE HIGHCHARTS? OTREE INCLUDES THAT (SEE TEMPLATES -> PLUGINS) {% endblock %} {% block scripts %} {% endblock %}