{% if request.country is defined ? request.country %}
<a target="_blank"
rel="nofollow"
href="https://{{ network is defined and network == 'tat' ? 'crm.tat.ua' : 'moituristy.com' }}/tf/tourscanner?a=&d={{ request.cityFrom is defined and geoS.regionCity[request.cityFrom] is defined ? geoS.regionCity[request.cityFrom] : '1544' }}&c={{ request.country is defined ? request.country }}&ca=b&da={{ request.dateFrom is defined ? request.dateFrom|date('d.m.y', "Europe/Bucharest") ~ '-'~request.dateTo|date('d.m.y', "Europe/Bucharest") }}&du={{ request.durationFrom is defined and request.durationFrom >0 ? ((request.durationFrom +1) ~ '-' ~ (request.durationTo +1)) : '6-7' }}&ad={{ request.adult is defined ? request.adult }}&ch={{ request.children is defined ? request.children }}&f=nkrk&t=7ps&ci=&h={{ request.hotel is defined ? request.hotel }}&p=&pa=1&s=&sh=&r=&cu=uah&o=&fl=yes&ho=yes,request&w=&l=&i=">
Знайти в Турсканері
</a>
{% endif %}