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

{% trans "New Animal Finding" %}

{% endblock %} {% block content %} {% if messages %}
{% endif %}

{% trans "Inspection Overview" %}

{% trans "Inspection" %}: {{ inspection.time }}

{% if current_findings %} {% trans "Reported animal findings" %}:

{% else %} {% trans "No animal findings were reported, yet." %} {% endif %}

{% trans "Enter Animal Finding" %}

{% csrf_token %} {{ form }}

{% endblock %}