{% extends "stadt/stadt.html" %} {% load i18n %} {% load fence_utils %} {% block heading_title %}
| {% trans "Date" %} | {% comment "see #13" %}{% trans "Time" %} | {% endcomment %}{% trans "Fence Site" %} | {% trans "Number of Animals found" %} | {% trans "Number of different Species identified" %} |
|---|---|---|---|---|
| {{ inspection.time.date }} | {% comment "see #13" %}{{ inspection.time.time }} | {% endcomment %}{{ inspection.fence.site }} | {{ inspection|inspection_animal_count }} | {{ inspection|inspection_species_count }} |