{% if entity.id is defined and entity.id is not null %}
{{ 'cabecalho.alterar.localidade'|trans }}
{% if entity.id is defined and entity.codSisPCSPA is not null %}
{% set isEstavelSisPCSPA = true %}
{% endif %}
{% set isEdit = true %}
{% else %}
{{ 'cabecalho.incluir.localidade'|trans }}
{% set isEstavelSisPCSPA = false %}
{% set isEdit = false %}
{% endif %}