{% extends "global/Page.html" %} {% load otree %} {% block title %} 生産量の決定 {% endblock %} {% block content %}
{{ round_num }}ラウンド、{{ turn_num }}ターン目です。
あなたの現在の所持枠数は{{ player.waku_num }}です。
現在の所持金は{{ player.shojikin }}です。
{% if player.invest == 'はい' %}また、技術革新チケットをもっています。
{% endif %}生産の意思決定を行ってください。
| 必要枠数 | チケット使用時の必要枠数 | 売上金 | |
|---|---|---|---|
| ①拡大生産 | {{ Constants.expand_need }}枠 | {{ Constants.expand_need_ticket }}枠 | {{ Constants.expand_profit }}円 |
| ②通常生産 | {{ Constants.normal_need }}枠 | {{ Constants.normal_need_ticket }}枠 | {{ Constants.normal_profit }}円 |
| ③縮小生産 | {{ Constants.shrink_need }}枠 | {{ Constants.shrink_need_ticket }}枠 | {{ Constants.shrink_profit }}円 |
| ④生産しない | {{ Constants.non_need }}枠 | {{ Constants.non_need_ticket }}枠 | {{ Constants.non_profit }}円 |