{% if params.showTheme is defined %} {% set showTheme = params.showTheme %} {% else %} {% set showTheme = true %} {% endif %} {% if showTheme and params.adv.show_phone_number.value %} {% set user = params.adv.created_by %} {% if user.gsm_phone is not null %}
{% endif %} {% if user.office_phone is not empty %}
{% endif %} {% if user.land_phone is not empty %}
{% endif %} {% endif %}