{{ 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_3 %} Vaccinated Cow {% endfor %} {% endif %}
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_4 %} Vaccinated Cow {% endfor %} {{ formfields }} {{ next_button }} {{ endblock }}