{% trans %}Modify{% endtrans %}
	{{ form_start(forms.location) }}
		
			{{ form_row(forms.location.title) }}
			{{ form_row(forms.location.short) }}
			{{ form_row(forms.location.address) }}
			{{ form_row(forms.location.zipcode) }}
			{{ form_row(forms.location.city) }}
			{{ form_row(forms.location.latitude) }}
			{{ form_row(forms.location.longitude) }}
			{{ form_row(forms.location.hotspot) }}
			{{ form_row(forms.location.submit) }}
		
		{# render csrf token etc .#}
		
	{{ form_end(forms.location) }}