{% extends "global/Base.html" %} {% load i18n %} {% load staticfiles otree %} {% block content %}

{% blocktrans trimmed %} Decision {% endblocktrans %}

{% blocktrans trimmed %}You receive:{% endblocktrans %}
{% blocktrans trimmed %}Other receives:{% endblocktrans %}

{% next_button %}
{{ form.input_other_1.errors }} {{ form.input_other_2.errors }} {{ form.input_other_3.errors }} {{ form.input_other_4.errors }} {{ form.input_other_5.errors }} {{ form.input_other_6.errors }} {{ form.input_other_7.errors }} {{ form.input_other_8.errors }} {{ form.input_other_9.errors }} {{ form.input_other_10.errors }} {{ form.input_other_11.errors }} {{ form.input_other_12.errors }} {{ form.input_other_13.errors }} {{ form.input_other_14.errors }} {{ form.input_other_15.errors }} {{ form.input_self_1.errors }} {{ form.input_self_2.errors }} {{ form.input_self_3.errors }} {{ form.input_self_4.errors }} {{ form.input_self_5.errors }} {{ form.input_self_6.errors }} {{ form.input_self_7.errors }} {{ form.input_self_8.errors }} {{ form.input_self_9.errors }} {{ form.input_self_10.errors }} {{ form.input_self_11.errors }} {{ form.input_self_12.errors }} {{ form.input_self_13.errors }} {{ form.input_self_14.errors }} {{ form.input_self_15.errors }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}