{% extends "global/Page.html" %} {% load otree %} {% block title %}結果{% endblock %} {% block content %}
あなたの請求額 {{ player.claim }}
もう1人の旅行者の請求額 {{ other_player_claim }}
支払われる(低い方の)請求額 {{ group.lower_claim }}
報酬もしくはペナルティ {{ player.adjustment }}
支払われた合計金額 {{ player.payoff }}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}