{% extends "global/Page.html" %}{% load otree %} {% load staticfiles otree_tags %} {% block title %}EA 4 M{% endblock %} {% block content %} {% if group.be01 == 1 %}
The woman chose the bad plate for you
{% else %}The woman chose the good plate for you
{% endif %}Now please draw a bead from the bag. [Enumerator: What colored bead did the respondent draw?]
{% if group.be01 == 1 %}মহিলাটি আপনার জন্য খারাপ প্লেট বাছাই করেছেন।
{% else %}মহিলাটি আপনার জন্য ভাল প্লেট বাছাই করেছেন।
{% endif %}এখন এই প্যাকেটটি থেকে একটা পুঁতি তুলুন – দয়া করে তোলার সময় অন্য দিকে তাকিয়ে কিংবা চোখ বন্ধ করে তুলবেন
{% formfield group.be03 %} {{ form.errors }} {% next_button %} {% endblock %}