{% extends "propesqBundle::layout.html.twig" %}
{% if isShow %}
{% import "propesqBundle:Form:function.html.twig" as function %}
{% endif %}
{% block stylesheets %}
{% endblock %}
{% block content %}
{% if entity.id is defined and entity.id is not null %}
{{'cabecalho.alterar.acompanhamentocoletadados'|trans}}
{% set isEdit = true %}
{% else %}
{{'cabecalho.incluir.acompanhamentocoletadados'|trans}}
{% set isEdit = false %}
{% endif %}
{% if not isShow %}
{{ form_errors(form) }}
{% endif %}
{% if not isShow %}
{% endif %}