{% extends "base_view.html" %} {% load date_fmt %} {% block title %} meliza-lab : pairing : {{ pairing }} {% endblock %} {% block content %}
{% if pairing.active %}
end this pairing (separate or return to group housing)
{% else %}
start a new clutch with this pair
{% endif %}
edit this pairing (admin)
create a new pairing from scratch
show all pairings
show active pairings only
This table shows all of the events involving the sire, dam, and progeny (including eggs) during the pairing interval.
Animal | Status | Date | Location | Comments | {% for event in event_list %}
---|---|---|---|---|
{{ event.animal.name }} | {{ event.status }} | {{ event.date }} | {{ event.location }} | {{ event.description }} |
Dates | Purpose | Eggs Laid | Progeny | Comment | {% for pairing in pairing_list %}
---|---|---|---|---|
{{ pairing.began }} — {{ pairing.ended|default_if_none:"" }} | {{ pairing.purpose }} | {{ pairing.eggs.count }} | {{ pairing.progeny.count }} | {{ pairing.comment }} |