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

Active Pairings

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

{% for pairing in pairing_list %} {% endfor %}
Dates Sire Dam Kinship Location Eggs Laid Eggs Hatched Living Children Oldest Living Child Purpose Comment
{{ 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 }}
{% endblock %}