{% 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 | Location | Purpose | Eggs Laid | Progeny | Oldest Living Progeny | Comment | {% for pairing in pairing_list %}
---|---|---|---|---|---|---|---|---|
{{ pairing.began_on }} — {{ pairing.ended|default_if_none:"" }} | {{ pairing.sire.name }} | {{ pairing.dam.name }} | {{ pairing.last_location|default_if_none:"" }} | {{ pairing.purpose|default_if_none:"" }} | {{ pairing.n_eggs }} | {{ pairing.n_progeny }} | {{ pairing.oldest_living_progeny_age|ageorblank }} | {{ pairing.comment }} |