{% extends "base_view.html" %} {% load widget_tweaks %} {% load date_fmt %} {% block title %} meliza-lab : nest check {% endblock %} {% block content %}
Instructions: This form is for entering data from the daily nest check. Count the eggs and chicks in each nest, update the values in the last column of the table, then click Submit. Note: if chicks die, you need to add events for the specific animals, then come back and complete the nest check. You may enter more than one nest check per day.
Date | User | Comments | {% for check in nest_checks %}
---|---|---|
{{ check.datetime.date }} | {{ check.entered_by }} | {{ check.comments }} |