{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
The Donation Task
Round {{ player.round_number }} / {{ Constants.num_rounds }}
{% endblock %} {% block content %}
Please stay alert, as each image is only displayed for {{ Constants.sec_per_matrix }} seconds.
You have {{ Constants.sec_to_answer }} seconds to fill in your estimate after the image disappears.
Donating to this project will cost you: $ {{ price_a }}

Would you like to donate to this project out of your ${{ Constants.endowment }} endowment?
{{ form.donation_A }}
10 pills mean your donation finances 1 dose of vitamin A

{% endblock %}