{{ block title }} 結果画面 {{ endblock }} {{ block content }}


あなたの役割 {{ if player.is_buyer }}企業{{ else }}労働者{{ endif }}


取引価格 {{ player.prices }} 合計金額 {{ player.money }}


{{ if player.is_buyer }}
生産量 {{ player.num_items }} 生産性 {{ player.break_even_point }}
{{ else }}
非労働所得 {{ player.endowment }} 所得 {{ player.money }}
基礎控除 {{ group.Income }}
税率 {{ group.Tax }}
課税額 {{ player.payment_tax }}


余暇 {{ player.num_items }} 余暇価値 {{ player.break_even_point }}
余暇 × 余暇価値 {{ player.utility_leisure}}
{{ endif }}

{{ if player.is_buyer }} {{ elif player.payment_tax < 0.0}} {{ else }} {{ endif }}
このラウンドの結果 {{ player.current_result }}   =  1000  +  {{ player.num_items }}  × {{ player.break_even_point }}  -  {{ player.money }}   = {{ player.money }}  + {{ player.num_items }}  × {{ player.break_even_point }}  = {{ player.money }} ー {{ player.payment_tax}} + {{ player.utility_leisure}}


{{ include 'double_auction/chart.html' }} {{next_button}}
{{ endblock }}