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

{% trans "Enter Data" %}

{% endblock %} {% block content %}

{% trans "Choose Inspection" %}

{% if show_all %}

{% trans "All existing inspections" %}:

{% else %}

{% trans "Suggestions" %}:

{% endif %} {% if show_all %}

{% trans "Show suggested inspections and events" %}

{% else %}

{% trans "The wanted date is not listed above?" %} {% trans "Show all inspections" %} | {% trans "Enter date manually" %}

{% endif %}

{% trans "Do you want to change previously reported animal findings?" %} {% trans "Contact the site operators." %}

{% endblock %}