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

{% trans "Upload Animal Findings" %}

{% endblock %} {% block content %}

{% trans "Upload of Animal Findings" %}

{% trans "Overview" %}

{% blocktrans %}Collections of animal findings can be uploaded via CSV files. The following details are relevant:{% endblocktrans %}

{% trans "Format Instructions" %}

{% trans "The format of the uploaded file is strictly verified. It must follow these requirements:" %}

{% trans "Example File" %}

{% static 'examples/animal_findings_upload.ods' as example_url %}

{% blocktrans %}The import example file may be a good start for your first upload.{% endblocktrans %}

{% endblock %}