{%if entity.id is defined and entity.id is not null%}
{{'cabecalho.alterar.blocoestatistico'|trans}}
{%else%}
{{'cabecalho.incluir.blocoestatistico'|trans}}
{%endif%}
{{ form_errors(form) }}
{% endblock %}
{% block webgis %}
{% if not isShow %}
{% include 'propesqBundle:BlocoEstatistico/GeoInformacao:ferramenta.html.twig' with {} %}
{% endif %}
{% endblock %}