{{ block title }} Vaccination decision {{ endblock }} {{ block content }} {% if player.treatment_A == 1 %} You have complete ownership of assets and complete control over flow of income
{% endif %} {% if player.treatment_B == 1 %} You have no ownership of assets but complete control over flow of income
{% endif %} {% if player.treatment_C == 1 %} You have complete ownership of assets and no complete control over flow of income
{% endif %} This is round {{player.round_number}} with following parameters. {% if player.treatment_A == 1 %} {% endif %} {% if player.treatment_B == 1 %} {% endif %} {% if player.treatment_C == 1 %} {% endif %}
Control over benefits of herd ownership (selling) Yes
Control over money that gets generated from milk production Yes
Control over benefits of herd ownership (selling) No
Control over money that gets generated from milk production Yes
Control over benefits of herd ownership (selling) Yes
Control over money that gets generated from milk production No
Endowment {{player.payoff_round_start}}
Calf crop {{player.herd_size_round_start}}
Vaccination Price per Calf {{Constants.fixed}}
Household expenses {{Constants.exp}}

There are a total of 10 calves in your herd.

{% for _ in calves %} Vaccinated Cow {% endfor %}
There is a {{rp_nvacc}} in 10 chance that a non-vaccinated animal will fall sick due to ECF.
{% if rp_nvacc <= 3 %} Vaccinated Cow {% endif %} {% if rp_nvacc <= 5 and rp_nvacc > 3 %} Vaccinated Cow {% endif %} {% if rp_nvacc <= 7 and rp_nvacc > 5 %} Vaccinated Cow {% endif %} {% if rp_nvacc > 7 %} Vaccinated Cow {% endif %}
The number of calves available to vaccinate in this round are {{player.available_vacc_round_start}}
{{ formfield 'Cows_vacc' }} {{ formfield 'why' }} {{ next_button }} {{ endblock }}