{% if properties.company.Entity.Contacts.address %}
$[properties.company.Entity.Contacts.address]
{% endif %}
{% if properties.phone %}
{% endif %}
{% if properties.email %}
{% endif %}
{% if properties.alias %}
{% endif %}
{% if properties.url %}
{% for url in properties.arrUrl %}
{% endfor %}
{% endif %}