{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Decision {% endblock %} {% block content %}

Current price: {{ group.price }}

{% include Constants.instruction_template %} {% endblock %} {% block scripts %} {% include 'includes/decision_channel.js.html' %} {% endblock %}