{% if params.showTheme is defined %}
{% set showTheme = params.showTheme %}
{% else %}
{% set showTheme = true %}
{% endif %}
{% if showTheme %}
{% set profile = findUserProfile(params.adv.created_by_id) %}
{% if profile.gsm_phone is not null %}
{% endif %}
{% if profile.office_phone is not empty %}
{% endif %}
{% if profile.land_phone is not empty %}