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

Breeding Report


{% for date in dates %} {% endfor %} {% for pairing in pairs %} {% for day in pairing.counts %} {% endfor %} {% endfor %}
current location pair active{{ date|date:"D m/d/Y" }}
{{ pairing.location }} {{ pairing.pair.short_name }} {{ pairing.pair.began_on|date:"m/d/Y" }}{% if pairing.pair.ended_on %}-
{{ pairing.pair.ended_on|date:"m/d/Y" }}{% endif %}
{{ day|count_summary:"
" }}

Nest checks

{% for check in checks %} {% endfor %}
Date User Comments
{{ check.datetime|date:"D m/d/Y" }} {{ check.entered_by }} {{ check.comments }}

enter nest check for today

{% endblock %}