{% 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 "Sonuçlar" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% blocktrans trimmed %} Aşağıdaki karar rastgele seçilmiştir: {% endblocktrans %}

{% if Constants.one_choice_per_page == True and Constants.large_pies == True %}
{% for i,f,p in choice_to_pay %} {% if option_to_pay == 'A' %} {% elif option_to_pay == 'B' %} {% endif %} {% endfor %}
{% 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 %}
{% else %}
{% if Constants.small_pies == True %} {% endif %} {% if Constants.small_pies == True %} {% endif %} {% for i,f,p in choice_to_pay %} {% if Constants.small_pies == True %} {% endif %} {% if Constants.small_pies == True %} {% endif %} {% endfor %}
{% trans "Seçenek A" %} {% trans "Seçenek B" %}
{% with j=i|stringformat:"s" %} {% with pies_a="pie_a_"|add:j %}
{% endwith %} {% endwith %}
{{ p }}{% trans " olasılıkla " %}{{ lottery_a_hi }} ,
{% trans "yoksa " %}{{ lottery_a_lo }}
{% if option_to_pay == 'A' %}
{% elif option_to_pay == 'B' %}
{% endif %}
{{ p }}{% trans " olasılıkla " %}{{ lottery_b_hi }} ,
{% trans "yoksa " %}{{ lottery_b_lo }}
{% 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 %}

{% next_button %} {% endblock %}