{{ item.value if item is mapping else item }}
{% if item is mapping and item.get('confidence') %}
{{ "%.0f"|format(item.confidence * 100) }}%
{% endif %}
{% endfor %}
{% endif %}
{% if profile.phones %}
◈ PHONE NUMBERS
{% for item in profile.phones[:20] %}
{{ item.value if item is mapping else item }}
{% if item is mapping and item.get('type') %}
{{ item.type }}
{% endif %}