{% block google_maps_widget %} {% if jquery %} {% endif %}


{{ form_row(form.lat) }} {{ form_row(form.lng) }} {% if city %} {{ form_row(form.city) }} {% endif %} {% if address %} {{ form_row(form.address) }} {% endif %}

{% if map_template %} {% if map_template == 'night' %} {% elseif map_template == 'styled' %} {% elseif map_template == 'custom' %} {% endif %} {% endif %} {% endblock google_maps_widget %}