{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
The Donation Task
Round {{ current_proj_number }} / {{ num_projects }}
{% endblock %} {% block content %}
Please stay alert, as each image is only displayed for {{ Constants.sec_per_matrix }} seconds.
{% if player.treatment == "ExAnte" %} You have {{ Constants.sec_to_answer }} seconds to fill in your estimate after the image disappears. {% endif %}
The price of donating to this project is: $ {{ price_a }}
The price of donating to this project is: $ {{ price_b }}
{% if player.treatment == "ExPost" %}
{% endif %}

Would you like to donate to any of these projects out of your ${{ Constants.endowment }}?
To the project on the left?
{{ form.donation_A }}
To the project on the right?
{{ form.donation_B }}
{% if player.treatment == "ExAnte" %}
{% endif %}
{% endblock %}