{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.small_pies == True or Constants.large_pies == True %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Ekstra Aşama sonuçları" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
| {% trans "Seçenek A" %} | {% trans "Seçenek B" %} | ||
|---|---|---|---|
| {% with j=i|stringformat:"s" %} {% with pies_a="pie_a_"|add:j %} {% endwith %} {% endwith %} | {% with j=i|stringformat:"s" %} {% with pies_b="pie_b_"|add:j %} {% endwith %} {% endwith %} | ||
| {% elif option_to_pay == 'B' %} | {% endif %} |
| {% endif %} | {% trans "Option A" %} | {% trans "Option B" %} | {% if Constants.small_pies == True %}{% endif %} | |
|---|---|---|---|---|
| {% with j=i|stringformat:"s" %} {% with pies_a="pie_a_"|add:j %} {% endwith %} {% endwith %} | {% endif %}
{{ p }}{% trans " olasılıkla " %}{{ lottery_a_hi }} , {% trans "yoksa " %}{{ lottery_a_lo }} |
{% if option_to_pay == 'A' %}
|
{{ p }}{% trans " olasılıkla " %}{{ lottery_b_hi }} , {% trans "yoksa " %}{{ lottery_b_lo }} |
{% if Constants.small_pies == True %}
{% with j=i|stringformat:"s" %} {% with pies_b="pie_b_"|add:j %} {% endwith %} {% endwith %} | {% endif %}
{% blocktrans trimmed with option_to_pay=option_to_pay %} Yukarıda görüleceği gibi bu kararda {{ option_to_pay }} seçtiniz. Tercihinize göre, belirtilen kazancınız belirtilen olasılıklar doğrultusunda rastgele belirlenmiştir. {% endblocktrans %}
{% blocktrans trimmed with payoff=payoff %} Bu aşamadan kazancınız: {{ payoff }}. {% endblocktrans %}