{% extends "svotree/Base.html" %}
{% load staticfiles otree_tags %}
{% block title %}
{% endblock %}
{% block content %}
Slider angle: {{ angle }}
Slider classification: {{ classification_slider }}
9-item TDM prosocial: {{ tdm_prosocial }}
9-item TDM individualistic: {{ tdm_individualistic }}
9-item TDM competitive: {{ tdm_competitive }}
9-item TDM classification: {{ classification_tdm }}
{% next_button %}
{% endblock %}