{% 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 duplicated %} {% endif %} {% if error %} {% endif %} {% if station %} {% endif %}

{% trans 'If you prefer, select the coordinates from the address:' %}

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

{% trans 'Or select coordinate from map:' %}

{% csrf_token %} {{ stationonmapform.as_p }}

{% trans 'And finally, enter your new station:' %}

{% csrf_token %} {{ newstationform.as_p }}
{% endblock %}