{% set profile = findUserProfile(adv.created_by_id) %} {% if profile.gsm_phone is not null %} {{ trans('visiosoft.module.advs::field.click_phone') }} {% if profile.gsm_phone is not null %}

{{ trans("visiosoft.module.profile::field.gsm_phone.name") }}: {{ profile.gsm_phone }}

{% endif %} {% if profile.office_phone is not empty %}

{{ trans("visiosoft.module.profile::field.office_phone.name") }}: {{ profile.office_phone }}

{% endif %} {% if profile.land_phone is not empty %}

{{ trans("visiosoft.module.profile::field.office_phone.name") }}: {{ profile.office_phone }}

{% endif %}
{% endif %}