{% extends "global/Page.html" %} {% load otree %} {% block title %} Часть 1: Вложение в общий счет (Период {{ player.round_number }} из {{ Constants.num_rounds }}) {% endblock %} {% block inner_content %}
Начальная сумма: {{ player.endowment }}
{% formfield player.contribution with label=label %} {% next_button %} {% if view.round_number > 1 %}
{% endif %} {% include Constants.instructions_template %} {{ block.super }} {% endblock %} {% block scripts %} {% endblock %}