{% extends 'ChillMainBundle::layout.html.twig' %} {% block title %}{{ 'Edit my current location'|trans }}{% endblock %} {% block content -%}

{{ 'Edit my current location'|trans }}

{{ form_start(edit_form) }} {{ form_row(edit_form.currentLocation) }} {{ form_end(edit_form) }}
{% endblock %}