{% extends "global/Page.html" %} {% load staticfiles otree %} {% block scripts %} {% endblock %} {% block title %} Instructions - {{ mode }} {% endblock %} {% block content %} {% if mode == 'Public' %}

This section contains 3 periods. At the beginning of each period, you will be endowed with ${{ Constants.endowment }}. You will have the opportunity to donate some of your endowment to a charity organization. If one of your decisions in this section is chosen for payment AND:

{% elif mode == 'Private' %}

This section contains 3 periods. At the beginning of each period, you will be endowed with ${{ Constants.endowment }}. You will have the opportunity to donate some of your endowment to a charity organization. If one of your decisions in this section is chosen for payment AND:

{% endif %} {% next_button %} {% endblock %}