{% trans %}Locations{% endtrans %} {% trans %}Libre Air location list{% endtrans %} {% for id, title in locations %} {{ title }} {% if forms.locations is defined and forms.locations[id] is defined and forms.locations[id] %} {{ form_start(forms.locations[id]) }} {{ form_row(forms.locations[id].title) }} {{ form_row(forms.locations[id].short) }} {{ form_row(forms.locations[id].address) }} {{ form_row(forms.locations[id].zipcode) }} {{ form_row(forms.locations[id].city) }} {{ form_row(forms.locations[id].latitude) }} {{ form_row(forms.locations[id].longitude) }} {{ form_row(forms.locations[id].hotspot) }} {{ form_row(forms.locations[id].submit) }} {# render csrf token etc .#} {{ form_end(forms.locations[id]) }} {% endif %} {% endfor %} {{ include('@RapsysAir/form/_toolbox.html.twig') }}
{{ title }} {% if forms.locations is defined and forms.locations[id] is defined and forms.locations[id] %} {{ form_start(forms.locations[id]) }} {{ form_row(forms.locations[id].title) }} {{ form_row(forms.locations[id].short) }} {{ form_row(forms.locations[id].address) }} {{ form_row(forms.locations[id].zipcode) }} {{ form_row(forms.locations[id].city) }} {{ form_row(forms.locations[id].latitude) }} {{ form_row(forms.locations[id].longitude) }} {{ form_row(forms.locations[id].hotspot) }} {{ form_row(forms.locations[id].submit) }} {# render csrf token etc .#} {{ form_end(forms.locations[id]) }} {% endif %}