{% extends "base_view.html" %} {% load bird_tags %} {% block title %} meliza-lab : breeding statistics {% endblock %} {% block content %}
Name | Sex | Age | Status | Inbreeding | Reserved | {% for animal in animal_list %}|
---|---|---|---|---|---|---|
{{ animal.name }} | {{ animal.sex }} | {{ animal.age|agestr }} | {{ animal.status }} | {{ inbreeding|item_at:animal.idx}} | {% if animal.reserved_by %}{{ animal.reserved_by }}{% endif %} |