{%if entity.id is defined and entity.id is not null and isShow %}
{{'cabecalho.detalhar.unidadeprodutiva'|trans ~ ' ' ~ entity.txtTipoNome }}
{%elseif entity.id is defined and entity.id is not null and not isShow %}
{{'cabecalho.alterar.unidadeprodutiva'|trans ~ ' ' ~ entity.txtTipoNome }}
{%if entity.id is defined and entity.codSisPCSPA is not null%}
{% set isEstavelSisPCSPA = true %}
{% endif %}
{% set isEdit = true %}
{%else%}
{{'cabecalho.incluir.unidadeprodutiva'|trans ~ ' ' ~ entity.txtTipoNome }}
{% set isEstavelSisPCSPA = false %}
{% set isEdit = false %}
{%endif%}
{{ form_errors(form) }}
{% if tipo != 'parelha' %}
{% raw %}
{% endraw %}
{% endif %}
{% endblock %}