{{ 'address'|trans }}:
{%- if person.lastAddress is not empty -%}{{ address._render(person.lastAddress, {'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 %}