<div>
{{ form_row(forms.location.title) }}
- {{ form_row(forms.location.short) }}
+ {{ form_row(forms.location.description) }}
{{ form_row(forms.location.address) }}
{{ form_row(forms.location.longitude) }}
+ {{ form_row(forms.location.indoor) }}
+
{{ form_row(forms.location.hotspot) }}
{{ form_row(forms.location.submit) }}