{{ person|chill_entity_render_box({ 'render': 'label', 'addInfo': true, 'addAge': true, 'addId': true, 'hLevel': 1 }) }}
{{ include('@ChillPerson/Person/banner_custom.html.twig') }}
{% if person.phonenumber %} {{ person.phonenumber|chill_format_phonenumber }} {% endif %} {% if person.mobilenumber %} {{ person.mobilenumber|chill_format_phonenumber }} {% endif %} {% if person.email %} {{ person.email }} {% endif %} {% set address = null %} {%- if person.currentHouseholdAddress is not empty -%} {% set address = person.currentHouseholdAddress %} {%- elseif person.lastAddress is not empty -%} {% set address = person.lastAddress %} {%- endif -%} {%- if address is not null -%} {{ address|chill_entity_render_box({ 'render': 'inline', 'multiline': false, 'with_picto': true, 'with_delimiter': true }) }} {%- endif -%}