{{ 'address'|trans }}:
{%- if person.lastAddress is not empty -%}
{{ person.lastAddress|chill_entity_render_box({'with_valid_from': false}) }}
{% endif %}
{{ 'spokenLanguages'|trans }}:
{% for lang in person.spokenLanguages %}{{ lang.name|localize_translatable_string }}{% if not loop.last %},{% endif %}{% endfor %}
{{ 'contactInfo'|trans }}:
{% if person.contactInfo is not empty %}{{ person.contactInfo|nl2br }}{% endif %}