{% set id = id is defined ? id : '$$name$$' %}
{{ form_widget(formAreaPonto.geoPontoFormato,{'isShow': isShow, 'attr': {'class': '', 'cydata':'geoPontoFormato' ~ id} }) }} {{ form_widget(formAreaPonto.geoPonto,{ 'attr': {'class': 'insertaction hasfocus', 'cydata':'geoPonto' ~ id } }) }}
{% if not isShow %}
{% endif %}