{{ block title }} Herd size / animals lost {{ 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 %}
You have {{avail_vacc}} vaccinated animals

{% if avail_vacc > 0 %}
{% for item in image_range %} Vaccinated Cow {% endfor %}
{% endif %}
{% if player.round_number > 1 and prev_rp > 0.5 %}
Moreover, there was an outbreak last period , you have lost {{animal_lost}} animals.
{% endif %} {% if player.round_number > 1 and prev_rp < 0.5 %}
Moreover, there was no outbreak last period , you have lost {{animal_lost}} non-vaccinated animals.
{% endif %}
{% if rp > 0.5 %} There is an outbreak in this period.
The risk of infection is {{rp}}.
Based on the risk of infection {{rp_nvacc}} out of {{avail_nvacc}} non -vaccinated animals will be sick.
Additionally, 1 out of the {{rp_nvacc}} sick animals will die when you move to the next period.
Lastly you will incur a sickness cost of {{sickness_cost}} points to take care of your sick animals. {% endif %} {% if rp < 0.5 %}
There is not an outbreak in this period.
The risk of infection is {{rp}}.
Based on the risk of infection {{rp_nvacc}} out of {{avail_nvacc}} non -vaccinated animals will be sick.
You will incur a sickness cost of {{sickness_cost}} points to take care of your sick animals.
{% endif %}
Thus, you have {{avail_nvacc}} non vaccinated animals.
{% if avail_nvacc > 0 %} {% for item in image_range_2 %} Vaccinated Cow {% endfor %}
{% endif %}
{{ formfields }} {{ next_button }} {{ endblock }}