{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Decision {% endblock %} {% block content %}

This is round #{{player.subsession.round_number}}.

Now you have {{ Constants.endowment }}.

{% formfields %}

{% include Constants.instruction_template %}
{% next_button %} {% endblock %}