{% extends "base_view.html" %} {% load bird_tags %} {% block title %} meliza-lab : breeding report {% endblock %} {% block content %}
current location | pair | active | {% for date in dates %}{{ date|date:"D m/d/Y" }} | {% endfor %} {% for pairing in pairs %}|
---|---|---|---|---|
{{ pairing.location.room|default_if_none:"" }} | {{ pairing.location.name }} | {{ 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 %} |
{% for day in pairing.counts %}
{{ day|count_summary:" " }} |
{% endfor %}
Date | User | Comments | {% for check in checks %}
---|---|---|
{{ check.datetime|date:"D m/d/Y" }} | {{ check.entered_by }} | {{ check.comments }} |