{% extends "svotree/Base.html" %} {% load staticfiles otree_tags %} {% block title %} {% endblock %} {% block content %} {% include Constants.instructions_9tdm %}
PANEL TITLE
{% for decision in nine_item_tdm_decisions %}
{{ decision.number }} A B C
You receive {{ decision.A.self }} {{ decision.B.self }} {{ decision.C.self }}
Other receives {{ decision.A.other }} {{ decision.B.other }} {{ decision.C.other }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}