{% extends "global/Page.html" %} {% load otree static %} {% block title %} Transfer Response Practice {% endblock %} {% block content %}
English {% if participant.vars.game_role == 1 %} You can also choose to assign the other player an amount of taka between 0 to 100 {% else %} The other player can also choose to assign you an amount of taka between 0 to 100 {% endif %}
{% if participant.vars.game_role == 1 %} আপনি অন্য খেলোয়াড়কে ০ থেকে ১০০ টাকা পর্যন্ত দিতে পারবেন। {% else %} অন্য খেলোয়াড়টি আপনাকে ০ থেকে ১০০ টাকা পর্যন্ত দিতে পারবে। {% endif %}

{% endblock %}