{% extends "base.html" %} {% load leaflet_tags %} {% load geojson_tags %} {% load i18n %} {% block extra_assets %} {% leaflet_js plugins="forms" %} {% leaflet_css plugins="forms" %} {% endblock %} {% block content %} {% if invalid %} {% endif %} {% if error %} {% endif %} {% if success %} {% endif %}

{% trans 'If you are observing from a regular site select coordinates from your stations:' %}

{% csrf_token %} {{ stationform.as_p }}

{% trans 'Or if you prefer select coordinate from address:' %}

{% csrf_token %} {{ nominatimform.as_p }}

{% trans 'If still necessary, select the coordinates from the map and then complete uploading your image:' %}

{% csrf_token %} {{ form.as_p }} {{ timeelapsedform.as_p }}
{% endblock %}