{% extends "base_view.html" %} {% load bird_tags %} {% load widget_tweaks %} {% block title %} meliza-lab : pairings {% endblock %} {% block content %}
This report shows active pairings. Click on the dates of any pairing to see details or to break up the pair.
create a new pairing from scratch
show all pairings
Dates | Sire | Dam | Kinship | Location | Eggs Laid | Eggs Hatched | Living Children | Oldest Living Child | Purpose | Comment | {% for pairing in pairing_list %}
---|---|---|---|---|---|---|---|---|---|---|
{{ pairing.began_on }} — {{ pairing.ended|default_if_none:"" }} | {{ pairing.sire.name }} | {{ pairing.dam.name }} | {{ kinships|item_at:pairing|stringformat:".3g" }} | {{ pairing.last_location|default_if_none:"" }} | {{ pairing.n_eggs }} | {{ pairing.n_hatched }} | {{ pairing.n_living }} | {{ pairing.oldest_living_progeny_age|ageorblank }} | {{ pairing.purpose|default_if_none:"" }} | {{ pairing.comment }} |