{% extends "global/Page.html" %} {% load otree static %} {% load otree static otree_tools %} {% block content %} {% tracking_time %} {% tracking_focus %}
You are matched with two participants; one from your own group and one from the other group.. Please enter the amounts you want to give to the other two (amounts can be anything from 0 INR to 100 INR).
{% csrf_token %}
{% for field in form %} {% cycle True True False as fillable_fields silent %} {% if fillable_fields %}
{{ field.label_tag }}
{{ field }}

{% cycle True False as even_row silent %} {% if even_row %}

+

{% endif %}
{% endif %} {% endfor %}
Total
INR

{% next_button %}
{% endblock %}