{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Lottery Results
{% endblock %}
{% block content %}
{% if player.household == 1 and player.coin_toss_result == 1 %}
You got {% if player.lottery_draw == 10 %} white with headset {% else %} black with bowl {% endif %}.
Your {% if player.male == 1 %} wife {% else %} husband {% endif %} automatically gets
{% if player.lottery_draw == 10 %} black with bowl {% else %} white with the headset {% endif %}.
{% elif player.household == 2 and player.coin_toss_result == 1 %}
You got {% if player.lottery_draw == 15 %} black with headset {% else %} white with bowl {% endif %}.
Your {% if player.male == 1 %} wife {% else %} husband {% endif %} automatically gets
{% if player.lottery_draw == 15 %} white with bowl {% else %} black with the headset {% endif %}.
{% endif %}
{% if player.household == 1 and player.coin_toss_result == 0 %}
Your {% if player.male == 1 %} wife {% else %} husband {% endif %} got to draw a piece of paper from the bag and got
{% if player.lottery_draw == 10 %} black with bowl {% else %} white with headset {% endif %}.
You automatically get {% if player.lottery_draw == 10 %} white with headset {% else %} black with bowl {% endif %}.
You will participate with the person in the other household who got the same color as you.
{% elif player.household == 2 and player.coin_toss_result == 0 %}
Your {% if player.male == 1 %} wife {% else %} husband {% endif %} got to draw a piece of paper from the bag and got
{% if player.lottery_draw == 15 %} white with bowl {% else %} black with headset {% endif %}.
You automatically get {% if player.lottery_draw == 15 %} black with headset {% else %} white with bowl {% endif %}.
You will participate with the person in the other household who got the same color as you.
{% endif %}
{% if player.matchID == 0 and player.matchID_pair == 0 and player.player_color_match == 1 and player.male == 1 %}
In the other household, the husband obtained {% if player.lottery_draw == 21 %} black with headset {% else %} black with
bowl {% endif %}. Therefore, you will be playing with the other husband. You will {% if player.lottery_draw == 21 %} pick the
bowl and the other man will choose a duration of sound {% else %} choose a duration of sound and the other man
will pick a bowl {% endif %}.
{% elif player.matchID == 0 and player.matchID_pair == 0 and player.player_color_match == 0 and player.male == 1 %}
In the other household, the husband obtained {% if player.lottery_draw == 10 %} white with bowl {% else %} white with
headset {% endif %}. Therefore, you will be playing with the other husband. You will {% if player.lottery_draw == 10 %} choose
a duration of sound and the other man will pick the bowl {% else %} pick the bowl and the other man
will choose a duration of sound {% endif %}.
{% elif player.matchID == 0 and player.matchID_pair == 1 and player.player_color_match == 1 and player.male == 0 %}
In the other household, the wife obtained {% if player.lottery_draw == 21 %} black with headset {% else %} black with
bowl {% endif %}. Therefore, you will be playing with the other wife. You will {% if player.lottery_draw == 21 %} pick the
bowl and the other woman will choose a duration of sound {% else %} choose a duration of sound and the other woman
will pick a bowl {% endif %}.
{% elif player.matchID == 0 and player.matchID_pair == 1 and player.player_color_match == 0 and player.male == 0 %}
In the other household, the wife obtained {% if player.lottery_draw == 10 %} white with bowl {% else %} white with
headset {% endif %}. Therefore, you will be playing with the other wife. You will {% if player.lottery_draw == 10 %} choose
a duration of sound and the other woman will pick the bowl {% else %} pick the bowl and the other woman
will choose a duration of sound {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 1 and player.male == 1 %}
In the other household, the wife obtained {% if player.lottery_draw == 21 %} black with headset {% else %} black with
bowl {% endif %}. Therefore, you will be playing with the other wife. You will {% if player.lottery_draw == 21 %} pick the
bowl and the other woman will choose a duration of sound {% else %} choose a duration of sound and the other woman
will pick a bowl {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 0 and player.male == 1 %}
In the other household, the wife obtained {% if player.lottery_draw == 10 %} white with bowl {% else %} white with
headset {% endif %}. Therefore, you will be playing with the other wife. You will {% if player.lottery_draw == 10 %} choose
a duration of sound and the other woman will pick the bowl {% else %} pick the bowl and the other woman
will choose a duration of sound {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 1 and player.male == 0 %}
In the other household, the husband obtained {% if player.lottery_draw == 21 %} black with headset {% else %} black with
bowl {% endif %}. Therefore, you will be playing with the other husband. You will {% if player.lottery_draw == 21 %} pick the
bowl and the other man will choose a duration of sound {% else %} choose a duration of sound and the other man
will pick a bowl {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 0 and player.male == 0 %}
In the other household, the husband obtained {% if player.lottery_draw == 10 %} white with bowl {% else %} white with
headset {% endif %}. Therefore, you will be playing with the other husband. You will {% if player.lottery_draw == 10 %} choose
a duration of sound and the other man will pick the bowl {% else %} pick the bowl and the other man
will choose a duration of sound {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 1 and player.male == 1 %}
In the other household, the wife obtained {% if player.lottery_draw == 21 %} black with headset {% else %} black with
bowl {% endif %}. Therefore, you will be playing with the other wife. You will {% if player.lottery_draw == 21 %} pick the
bowl and the other woman will choose a duration of sound {% else %} choose a duration of sound and the other woman
will pick a bowl {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 0 and player.male == 1 %}
In the other household, the wife obtained {% if player.lottery_draw == 10 %} white with bowl {% else %} white with
headset {% endif %}. Therefore, you will be playing with the other wife. You will {% if player.lottery_draw == 10 %} choose
a duration of sound and the other woman will pick the bowl {% else %} pick the bowl and the other woman
will choose a duration of sound {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 1 and player.male == 0 %}
In the other household, the husband obtained {% if player.lottery_draw == 21 %} black with headset {% else %} black with
bowl {% endif %}. Therefore, you will be playing with the other husband. You will {% if player.lottery_draw == 21 %} pick the
bowl and the other man will choose a duration of sound {% else %} choose a duration of sound and the other man
will pick a bowl {% endif %}.
{% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 0 and player.male == 0 %}
In the other household, the husband obtained {% if player.lottery_draw == 10 %} white with bowl {% else %} white with
headset {% endif %}. Therefore, you will be playing with the other husband. You will {% if player.lottery_draw == 10 %} choose
a duration of sound and the other man will pick the bowl {% else %} pick the bowl and the other man
will choose a duration of sound {% endif %}.
{% endif %}
English
{% if player.household == 1 and player.coin_toss_result == 1 %} আপনি পেয়েছেন {% if player.lottery_draw == 10 %} সাদা হেডফোন {% else %} কালো বাটি {% endif %}। আপনার {% if player.male == 1 %} স্ত্রী {% else %} স্বামী {% endif %} আপনা-আপনি {% if player.lottery_draw == 10 %} কালো বাটি {% else %} সাদা হেডফোন {% endif %} পাবে। {% elif player.household == 2 and player.coin_toss_result == 1 %} আপনি পেয়েছেন {% if player.lottery_draw == 15 %} কালো হেডফোন {% else %} সাদা বাটি {% endif %}। আপনার {% if player.male == 1 %} স্ত্রী {% else %} স্বামী {% endif %} আপনা-আপনি {% if player.lottery_draw == 15 %} সাদা বাটি {% else %} কালো হেডফোন {% endif %} পাবে। {% endif %}
{% if player.household == 1 and player.coin_toss_result == 0 %} আপনার {% if player.male == 1 %} স্ত্রী {% else %} স্বামী {% endif %} লটারি ব্যাগ থেকে একটি {% if player.lottery_draw == 10 %} কালো বাটি {% else %} সাদা হেডফোন {% endif %} তুলেছেন। আপনি তাহলে আপনা-আপনি {% if player.lottery_draw == 10 %} সাদা হেডফোন {% else %} কালো বাটি {% endif %} পেয়েছেন {% elif player.household == 2 and player.coin_toss_result == 0 %} আপনার {% if player.male == 1 %} স্ত্রী {% else %} স্বামী {% endif %} লটারি ব্যাগ থেকে একটি {% if player.lottery_draw == 15 %} সাদা বাটি {% else %} কালো হেডফোন {% endif %} তুলেছেন। আপনি তাহলে আপনা-আপনি {% if player.lottery_draw == 15 %} কালো হেডফোন {% else %} সাদা বাটি {% endif %} পেয়েছেন। {% endif %}
{% if player.matchID == 0 and player.matchID_pair == 0 and player.player_color_match == 1 and player.male == 1 %} অন্য গ্রামের অন্য পরিবারে স্বামী পেয়েছেন {% if player.lottery_draw == 21 %} কালো হেডফোন {% else %} কালো বাটি {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 21 %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমাণ বাছাই করবে {% else %} শব্দের সময় বাছাই করবেন এবং সে একটি খাবারের বাটি বাছাই করবে {% endif %}। {% elif player.matchID == 0 and player.matchID_pair == 0 and player.player_color_match == 0 and player.male == 1 %} অন্য গ্রামের অন্য পরিবারে স্বামী পেয়েছেন {% if player.lottery_draw == 10 %} সাদা বাটি {% else %} সাদা হেডফোন {% endif %}। যেহেতু আপনারা দুজন একই রঙের লটারি পেয়েছেন, আপনি তার সাথে এই জরিপে অংশগ্রহণ করবেন। আপনি {% if player.lottery_draw == 10 %} শব্দের পরিমান বাছাই করবেন এবং তিনি খাবারের বাটি বাছাই করবে {% else %} খাবারের বাটি বাছাই করবেন এবং তিনি শব্দের পরিমান বাছাই করবেন {% endif %}। {% elif player.matchID == 0 and player.matchID_pair == 1 and player.player_color_match == 1 and player.male == 0 %} অন্য গ্রামের অন্য পরিবারে, স্ত্রী পেয়েছেন {% if player.lottery_draw == 21 %} কালো হেডফোন {% else %} কালো বাটি {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 21 %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমাণ বাছাই করবে {% else %} শব্দের সময় বাছাই করবেন এবং অন্য মহিলা একটি খাবারের বাটি বাছাই করবেন {% endif %}। {% elif player.matchID == 0 and player.matchID_pair == 1 and player.player_color_match == 0 and player.male == 0 %} অন্য পরিবারে, স্ত্রী পেয়েছেন {% if player.lottery_draw == 10 %} সাদা বাটি {% else %} সাদা হেডফোন {% endif %}। যেহেতু আপনারা দুজন একই রঙের লটারি পেয়েছেন, আপনি তার সাথে এই জরিপে অংশগ্রহণ করবেন। আপনি {% if player.lottery_draw == 10 %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% else %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের সময় বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 1 and player.male == 1 %} অন্য পরিবারে, স্ত্রী পেয়েছেন {% if player.lottery_draw == 21 %} কালো হেডফোন {% else %} কালো বাটি {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 21 %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমাণ বাছাই করবে {% else %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 0 and player.male == 1 %} অন্য পরিবারে, স্ত্রী পেয়েছেন {% if player.lottery_draw == 10 %} সাদা বাটি {% else %} সাদা হেডফোন {% endif %}। যেহেতু আপনারা দুজন একই রঙের লটারি পেয়েছেন, আপনি তার সাথে এই জরিপে অংশগ্রহণ করবেন। আপনি {% if player.lottery_draw == 10 %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% else %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের সময়কাল বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 1 and player.male == 0 %} অন্য পরিবারে স্বামী পেয়েছেন {% if player.lottery_draw == 21 %} কালো হেডফোন {% else %} কালো বাটি {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 21 %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমাণ বাছাই করবেন {% else %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 0 and player.player_color_match == 0 and player.male == 0 %} অন্য গ্রামের অন্য পরিবারে স্বামী পেয়েছেন {% if player.lottery_draw == 10 %} সাদা বাটি {% else %} সাদা হেডফোন {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 10 %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% else %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমাণ বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 1 and player.male == 1 %} অন্য পরিবারে, স্ত্রী পেয়েছেন {% if player.lottery_draw == 21 %} কালো হেডফোন {% else %} কালো বাটি {% endif %}। যেহেতু আপনারা দুজন একই রঙের লটারি পেয়েছেন, আপনি তার সাথে এই জরিপে অংশগ্রহণ করবেন। আপনি {% if player.lottery_draw == 21 %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমান বাছাই করবেন {% else %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 0 and player.male == 1 %} অন্য পরিবারে, স্ত্রী পেয়েছেন {% if player.lottery_draw == 10 %} সাদা বাটি {% else %} সাদা হেডফোন {% endif %}। যেহেতু আপনারা দুজন একই রঙের লটারি পেয়েছেন, আপনি তার সাথে এই জরিপে অংশগ্রহণ করবেন। আপনি {% if player.lottery_draw == 10 %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% else %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমান বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 1 and player.male == 0 %} অন্য পরিবারে, স্বামী পেয়েছেন {% if player.lottery_draw == 21 %} কালো হেডফোন {% else %} কালো বাটি {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 21 %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমাণ বাছাই করবে {% else %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% endif %}। {% elif player.matchID == 1 and player.matchID_pair == 1 and player.player_color_match == 0 and player.male == 0 %} অন্য পরিবারে স্বামী পেয়েছেন {% if player.lottery_draw == 10 %} সাদা বাটি {% else %} সাদা হেডফোন {% endif %}। অতএব, আপনি তার সাথে জরীপে অংশ নিবেন। আপনি {% if player.lottery_draw == 10 %} শব্দের সময় বাছাই করবেন এবং সে খাবারের বাটি বাছাই করবেন {% else %} খাবারের বাটি বাছাই করবেন এবং সে শব্দের পরিমান বাছাই করবে {% endif %}। {% endif %}
{% next_button %} {% endblock %}