templates/modul/hizmetler_ic.html.twig line 1

Open in your IDE?
  1. {% extends 'siteBase.html.twig' %}
  2. {% block dil %}{{ app.session.get('dil')['kisa'] }}{% endblock %} {# tr or en #}
  3. {% block title %}{{ icerik.sayfabasligi|html_entity_decode|raw }}{% endblock %}
  4. {% block keywords %}{{ icerik.anahtarkelimeler|html_entity_decode|raw }}{% endblock %}
  5. {% block description %}{{ icerik.sayfaaciklamasi|html_entity_decode|raw }}{% endblock %}
  6. {% block title2 %}{{ icerik.sayfabasligi|html_entity_decode|raw }}{% endblock %}
  7. {% block description2 %}{{ icerik.sayfaaciklamasi|html_entity_decode|raw }}{% endblock %}
  8. {% block image_alt %}{{ icerik.sayfabasligi|html_entity_decode|raw }}{% endblock %}
  9. {% block title3 %}{{ icerik.sayfabasligi|html_entity_decode|raw }}{% endblock %}
  10. {% block description3 %}{{ icerik.sayfaaciklamasi|html_entity_decode|raw }}{% endblock %}
  11. {% block image %}{{ 'siteYolu'|ayarlar~'storage/' }}{{ resimler[0]|default(icerik.resim|default('logo.webp')) }}{% endblock %}
  12. {% block image2 %}{{ 'siteYolu'|ayarlar~'storage/' }}{{ resimler[0]|default(icerik.resim|default('logo.webp')) }}{% endblock %}
  13.     {% block body %}
  14.     {% include 'siteBase/breadcrumbs.html.twig' %}
  15.   <!-- services-details-area -->
  16. <section class="services__details-area section-py-140">
  17.     <div class="container">
  18.         <div class="row">
  19.             <div class="col-xl-9 col-lg-8 order-0 order-lg-2">
  20.                 <div class="services__details-wrap">
  21.                     <div class="services__details-thumb">
  22.                         {{ icerik.resim|imgOlustur(450,10)|raw }}
  23.                     </div>
  24.                     <div class="services__details-content">
  25.                         {% set baslik = (icerik['adı'] is defined ? icerik['adı'] : (icerik.adi|default(''))) %}
  26.                         {% if baslik is not empty %}
  27.                             <h2 class="title">{{ baslik|html_entity_decode|raw }}</h2>
  28.                         {% endif %}
  29.                         {% if icerik.metin is defined and icerik.metin is not empty %}
  30.                             {{ icerik.metin|html_entity_decode|raw }}
  31.                         {% endif %}
  32.                     </div>
  33.                 </div>
  34.             </div>
  35.             <div class="col-xl-3 col-lg-4">
  36.                 <aside class="services__sidebar">
  37.                     {% if solMenuler is defined and solMenuler is iterable and solMenuler|length > 0 %}
  38.                         <div class="sidebar__widget">
  39.                             <div class="sidebar__cat-list">
  40.                                 <ul class="list-wrap">
  41.                                     {% for m in solMenuler %}
  42.                                         {% set isActive = false %}
  43.                                         {% if icerik is defined %}
  44.                                             {% if icerik.link is defined and icerik.link and m.link is defined and m.link and icerik.link == m.link %}
  45.                                                 {% set isActive = true %}
  46.                                             {% elseif icerik.seourl is defined and icerik.seourl and m.link is defined and m.link and icerik.seourl == m.link %}
  47.                                                 {% set isActive = true %}
  48.                                             {% endif %}
  49.                                         {% endif %}
  50.                                         <li{% if isActive %} class="active"{% endif %}>
  51.                                             <a href="{{ m.link|default('#') }}">
  52.                                                 {{ m.adi|default('') }}
  53.                                                 <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
  54.                                                     <path d="M0.943836 13C0.685616 13 0.45411 12.9021 0.276027 12.724C0.0979452 12.5459 0 12.3055 0 12.0562C0 11.8068 0.0979452 11.5664 0.276027 11.3884L9.76781 1.88767H2.02123C1.49589 1.88767 1.0774 1.46027 1.0774 0.943836C1.0774 0.427397 1.50479 0 2.03014 0H12.0562C12.1274 0 12.1986 0.00890411 12.2788 0.0267123L12.4034 0.0623288L12.537 0.133562C12.5637 0.15137 12.5993 0.178082 12.626 0.19589C12.6973 0.249315 12.7507 0.30274 12.7952 0.356164C12.8219 0.391781 12.8575 0.427397 12.8842 0.489726L12.9555 0.641096L12.9822 0.721233C13 0.792466 13.0089 0.872603 13.0089 0.943836V10.9699C13.0089 11.4952 12.5815 11.9137 12.0651 11.9137C11.5486 11.9137 11.1212 11.4863 11.1212 10.9699V3.22329L1.62055 12.724C1.44247 12.9021 1.20205 13 0.943836 13Z" fill="currentColor" />
  55.                                                 </svg>
  56.                                             </a>
  57.                                         </li>
  58.                                     {% endfor %}
  59.                                 </ul>
  60.                             </div>
  61.                         </div>
  62.                     {% endif %}
  63.                     <div class="sidebar__widget sidebar__contact">
  64.                         <div class="sidebar__contact-content">
  65.                             <h2 class="title">İletişim</h2>
  66.                             <p>Detaylı bilgi ve teklif için bizimle iletişime geçebilirsiniz.</p>
  67.                             <div class="sidebar__contact-list">
  68.                                 {% set tel = ('telefon'|site_iletisimBilgileri) %}
  69.                                 {% if tel is defined and tel is not empty %}
  70.                                     <a href="tel:{{ tel|striptags|replace({' ':''}) }}">
  71.                                         <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  72.                                             <path d="M15.9718 12.4817V14.5893C15.9726 14.7849 15.9325 14.9786 15.8542 15.1578C15.7758 15.3371 15.6608 15.498 15.5167 15.6303C15.3725 15.7626 15.2023 15.8633 15.0169 15.9259C14.8316 15.9886 14.6352 16.0119 14.4403 15.9943C12.2786 15.7594 10.202 15.0207 8.37757 13.8376C6.68016 12.7589 5.24105 11.3198 4.16244 9.62243C2.97517 7.78969 2.2363 5.70306 2.0057 3.53156C1.98815 3.33729 2.01123 3.1415 2.0735 2.95664C2.13576 2.77178 2.23583 2.60191 2.36734 2.45785C2.49885 2.31378 2.65891 2.19868 2.83734 2.11986C3.01577 2.04105 3.20866 2.00025 3.40372 2.00007H5.51128C5.85222 1.99671 6.18275 2.11744 6.44126 2.33976C6.69976 2.56208 6.86861 2.87081 6.91633 3.20841C7.00528 3.88287 7.17025 4.54511 7.40809 5.18249C7.50261 5.43394 7.52307 5.70721 7.46704 5.96993C7.41101 6.23265 7.28084 6.4738 7.09196 6.66481L6.19976 7.55701C7.19983 9.31581 8.65609 10.7721 10.4149 11.7721L11.3071 10.8799C11.4981 10.6911 11.7392 10.5609 12.002 10.5049C12.2647 10.4488 12.538 10.4693 12.7894 10.5638C13.4268 10.8016 14.089 10.9666 14.7635 11.0556C15.1048 11.1037 15.4164 11.2756 15.6392 11.5386C15.862 11.8015 15.9804 12.1372 15.9718 12.4817Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
  73.                                         </svg>
  74.                                         {{ tel|raw }}
  75.                                     </a>
  76.                                 {% endif %}
  77.                             </div>
  78.                         </div>
  79.                     </div>
  80.                 </aside>
  81.             </div>
  82.         </div>
  83.     </div>
  84. </section>
  85. <!-- services-details-area-end -->
  86.                     
  87.                     {% endblock %}
  88. {% block javascripts %}{% endblock %}