{% extends "stadt/stadt.html" %} {% load i18n %} {% load fence_utils %} {% block heading_title %}

{% trans "Toad Fence Visits" %}

{% endblock %} {% block content %}

{% trans "Inspections" %}

{% comment "see #13" %} {% endcomment %} {% for inspection in object_list %} {% comment "see #13" %} {% endcomment %} {% endfor %}
{% trans "Date" %}{% trans "Time" %}{% trans "Fence Site" %} {% trans "Number of Animals found" %} {% trans "Number of different Species identified" %}
{{ inspection.time.date }}{{ inspection.time.time }}{{ inspection.fence.site }} {{ inspection|inspection_animal_count }} {{ inspection|inspection_species_count }}
{% endblock %}