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

Your initial endowment is {{ player.initial }} and your partner's endowment is {{ player.partner }}. Your endowment is yours to keep, and likewise for your partner.

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