{% extends "base_view.html" %} {% load date_fmt %} {% block title %} meliza-lab : nest report {% endblock %} {% block content %}
{% for date in dates %} | {{ date|date:"SHORT_DATE_FORMAT" }} | {% endfor %} {% for nest in nest_data %}
---|---|
{{ nest.location.name }} | {% for day in nest.days %}
{{ day.animals.adult|url_list }}
{{ day.counts|count_summary }} |
{% endfor %}
Date | User | Comments | {% for check in nest_checks %}
---|---|---|
{{ check.datetime.date }} | {{ check.entered_by }} | {{ check.comments }} |