{{ block title }} Selling decision {{ endblock }} {{ block content }} {% if player.round_number == 1 %} You are in stage one. This is round {{player.round_number}} with following parameters.
This is year zero, that is, the base year. {% endif %} {% if player.round_number == 2 %} You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 3, that is, it has been 3 years since the base year. {% endif %} {% if player.round_number == 3 %} You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 3.3, that is, it has been 3 years and 3 months since the base year. {% endif %} {% if player.round_number == 4 %} You are in stage two. This is round {{player.round_number}} with following parameters.
{% endif %} {% if player.round_number == 5 %} You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 3.9, that is, it has been 3 years and 9 months since the base year. {% endif %} {% if player.round_number == 6 %} You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 4, that is, it has been 4 years since the base year. {% endif %} {% if player.treat_A == 1 or player.treat_C == 1 %}
You can either choose to sell the animals in your herd or hold them for milk production.
Depending on the risk of infection some of the non-vaccinated animals may fall sick and/or die. {% endif %}
You have {{avail_vacc}} vaccinated animals
{% if avail_vacc > 0 %} {% for item in image_range %} Vaccinated Cow {% endfor %} {% endif %} {{ formfield 'Cows_sold_vacc' }}
The risk of infection is {{rp}}.
Based on the risk of infection there is a chance that {{chance}} out of 10 non -vaccinated cows may fall sick. {% if chance <= 3 %} Vaccinated Cow {% endif %} {% if chance <= 5 and chance > 3 %} Vaccinated Cow {% endif %} {% if chance <= 7 and chance > 5 %} Vaccinated Cow {% endif %} {% if chance > 7 %} Vaccinated Cow {% endif %}

You have {{avail_nvacc}} non vaccinated animals.
{% for item in image_range_2 %} Vaccinated Cow {% endfor %} {{ formfield 'Cows_sold_nvacc' }} {{ next_button }} {{ endblock }}