{% extends "base_view.html" %} {% load bird_tags %} {% block title %} meliza-lab : breeding statistics {% endblock %} {% block content %}

Breeding statistics

{% for animal in animal_list %} {% endfor %}
Name Sex Age Status Inbreeding Reserved
{{ animal.name }} {{ animal.sex }} {{ animal.age|agestr }} {{ animal.status }} {{ inbreeding|item_at:animal.idx}} {% if animal.reserved_by %}{{ animal.reserved_by }}{% endif %}
{% endblock %}