templates/parts/crm-url.html.twig line 1

Open in your IDE?
  1. {% if request.country is defined ? request.country %}
  2.     <a target="_blank"
  3.        rel="nofollow"
  4.        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=">
  5.         Знайти в Турсканері
  6.     </a>
  7. {% endif %}