{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果 {% endblock %} {% block content %}
{% if player.id_in_group == 1 %} あなたは {{ group.kept }}獲得しました。 {% else %} プレイヤー1が {{ group.kept }}を獲得することに決定したので、 あなたは{{ offer }}を獲得しました。 {% endif %} {% next_button %}
{% include Constants.instructions_template %} {% endblock %}