{% extends "global/Page.html" %} {% load staticfiles 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 %}