{% extends "propesqBundle::layout.html.twig" %} {% import "propesqBundle:Form:function.html.twig" as form %} {% block stylesheets %} {% endblock %} {% block content %}

{{'cabecalho.detalhar.pessoafisica'|trans}}

{{'cabecalho.fieldset.pessoa.dadosbasicos'|trans}}
{{ form.show('entidade.pessoafisica.txtApelido',entity.txtApelido)}} {#
#}
{% for emailField in entity.txtsEmails %}
{% else %}
Não Informado
{% endfor %}
{% for telefoneField in entity.pessoaTelefone %}
{##}
{% endfor %}
{{'cabecalho.fieldset.pessoa.endereco'|trans}}
{% set markers = '' %} {% set entrou = true %} {% for formEndereco in entity.pessoaEndereco %}
{% set markers = markers~ '&markers=color:0x2d6987|label:'~loop.index~'|'~formEndereco.codTipoLogradouro.txtNome~' '~formEndereco.txtLogradouro~' - '~formEndereco.txtComplemento~' '~formEndereco.codMunicipio.txtNome~', '~formEndereco.codEstado.txtNome%}
{% else %} {% set entrou = false %}
Nenhuma informação fornecida
{% endfor %}
{% if entrou %}
{% endif %}
{{'cabecalho.fieldset.pessoa.socioeconomico'|trans}}
{% for formTemporal in temporal %}
{% for beneficioField in formTemporal.pessoaFisicaTemporalBeneficio %}
{% else %}
Nenhuma informação fornecida
{% endfor %}
{% for atividadeField in formTemporal.pessoaFisicaTemporalAtividadeEconomica %}
{% else %}
Nenhuma informação fornecida
{% endfor %}
{% endfor %}
{%if isEdit == true or isShow == true %}
{#{% if entity.datInclusaoMob is not null %}#} {#
#} {##} {#
#} {#{% endif %}#} {#{% if entity.datEdicaoMob is not null %}#} {#
#} {##} {#
#} {#{% endif %}#} {% if entity.codRespInclusao is not null %}
{% endif %} {% if entity.codRespEdicao is not null %}
{% endif %}
{%endif%}
{% if is_granted('ROLE_PESSOAFISICA_LIST') %} {{'acao.listar'|trans}} {% endif %} {% if is_granted('ROLE_PESSOAFISICA_EDIT') %} {{'acao.editar'|trans}} {% endif %} {% if is_granted('ROLE_PESSOAFISICA_DELETE') %} {{'acao.excluir'|trans}} {% endif %}
{% endblock %}