var/cache/dev/twig/d7/d70bae48cc625406019e5b1722d79a56.php line 41

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* main/default/uretim.html.twig */
  14. class __TwigTemplate_990981a807299c061465261a9885d6ba extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'description' => [$this'block_description'],
  25.             'content' => [$this'block_content'],
  26.             'body_js' => [$this'block_body_js'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "main_base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""main/default/uretim.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""main/default/uretim.html.twig"));
  41.         $this->parent $this->loadTemplate("main_base.html.twig""main/default/uretim.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 2
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         echo "Production";
  57.         
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  59.         
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  61.     }
  62.     // line 3
  63.     public function block_description($context, array $blocks = [])
  64.     {
  65.         $macros $this->macros;
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  70.         echo "Elefante Production page";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.     }
  76.     // line 7
  77.     public function block_content($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  84.         // line 8
  85.         echo "    <style>
  86.         .navbar__section-links__wrapper :not(.PRODUCTION) {
  87.             opacity: 0.4 !important;
  88.         }
  89.         .navbar__section-logo__wrapper-img {
  90.             filter: brightness(0) invert(1) !important;
  91.         }
  92.         .production__section-sliders-slider-description {
  93.             margin-right: 10rem;
  94.         }
  95.         .navbar__section::before {
  96.             content: \"\";
  97.             position: absolute;
  98.             top: 0;
  99.             right: 0;
  100.             left: 0;
  101.             bottom: 0;
  102.             background: rgba(0, 0, 0, 0.4);
  103.             z-index: -1;
  104.         }
  105.         .navbar__section::after {
  106.             content: \"\";
  107.             background-image: url(\"";
  108.         // line 35
  109.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/main/images/navbar/navbar-bg-production.png"), "html"nulltrue);
  110.         echo "\");
  111.             background-position: center;
  112.             background-size: cover;
  113.             position: absolute;
  114.             top: 0;
  115.             right: 0;
  116.             left: 0;
  117.             bottom: 0;
  118.             z-index: -2;
  119.         }
  120.         .video__section {
  121.             margin-top: 0 !important;
  122.         }
  123.     </style>
  124.     <div id=\"production\">
  125.         ";
  126.         // line 55
  127.         $this->loadTemplate("main/default/loader.html.twig""main/default/uretim.html.twig"55)->display($context);
  128.         // line 56
  129.         echo "        ";
  130.         $this->loadTemplate("main/default/cookie.html.twig""main/default/uretim.html.twig"56)->display($context);
  131.         // line 57
  132.         echo "        <div class=\"main-container\">
  133.             <div class=\"production__section\">
  134.                 <div class=\"production__section-active__page\">
  135.                     <p>
  136.                         <a href=\"";
  137.         // line 61
  138.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_main_default");
  139.         echo "\">Elefante</a> /
  140.                         <a class=\"active\" href=\"\">Production</a>
  141.                     </p>
  142.                 </div>
  143.                 <div class=\"production__section-title\">
  144.                     ";
  145.         // line 66
  146.         $context['_parent'] = $context;
  147.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sayfa"]) || array_key_exists("sayfa"$context) ? $context["sayfa"] : (function () { throw new RuntimeError('Variable "sayfa" does not exist.'66$this->source); })()), 3, [], "array"falsefalsefalse66), "sayfabaslikDilleri", [], "any"falsefalsefalse66));
  148.         foreach ($context['_seq'] as $context["_key"] => $context["urunsayfasi"]) {
  149.             // line 67
  150.             echo "
  151.                         <h1>";
  152.             // line 68
  153.             echo twig_get_attribute($this->env$this->source$context["urunsayfasi"], "baslik", [], "any"falsefalsefalse68);
  154.             echo "</h1>
  155.                         <h2>";
  156.             // line 69
  157.             echo twig_get_attribute($this->env$this->source$context["urunsayfasi"], "title", [], "any"falsefalsefalse69);
  158.             echo "</h2>
  159.                     ";
  160.         }
  161.         $_parent $context['_parent'];
  162.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['urunsayfasi'], $context['_parent'], $context['loop']);
  163.         $context array_intersect_key($context$_parent) + $_parent;
  164.         // line 72
  165.         echo "                </div>
  166. ";
  167.         // line 77
  168.         echo "                ";
  169.         $context['_parent'] = $context;
  170.         $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->envtwig_array_filter($this->env, (isset($context["uretimlerDil"]) || array_key_exists("uretimlerDil"$context) ? $context["uretimlerDil"] : (function () { throw new RuntimeError('Variable "uretimlerDil" does not exist.'77$this->source); })()), function ($__r__) use ($context$macros) { $context["r"] = $__r__; return (twig_get_attribute($this->env$this->source, (isset($context["r"]) || array_key_exists("r"$context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.'77$this->source); })()), "del", [], "any"falsefalsefalse77) == 0); }), function ($__a__$__b__) use ($context$macros) { $context["a"] = $__a__$context["b"] = $__b__; return (twig_get_attribute($this->env$this->source, (isset($context["a"]) || array_key_exists("a"$context) ? $context["a"] : (function () { throw new RuntimeError('Variable "a" does not exist.'77$this->source); })()), "sira", [], "any"falsefalsefalse77) > twig_get_attribute($this->env$this->source, (isset($context["b"]) || array_key_exists("b"$context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.'77$this->source); })()), "sira", [], "any"falsefalsefalse77)); }));
  171.         $context['loop'] = [
  172.           'parent' => $context['_parent'],
  173.           'index0' => 0,
  174.           'index'  => 1,
  175.           'first'  => true,
  176.         ];
  177.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  178.             $length count($context['_seq']);
  179.             $context['loop']['revindex0'] = $length 1;
  180.             $context['loop']['revindex'] = $length;
  181.             $context['loop']['length'] = $length;
  182.             $context['loop']['last'] = === $length;
  183.         }
  184.         foreach ($context['_seq'] as $context["_key"] => $context["bolum"]) {
  185.             // line 78
  186.             echo "                    ";
  187.             $context["classNames"] = [=> "one"=> "two"=> "three"=> "four"];
  188.             // line 79
  189.             echo "                    ";
  190.             $context["idNames"] = [=> "weaving"=> "confection"=> "embroidery"=> "print"];
  191.             // line 80
  192.             echo "
  193.                     <div class=\"production__section-sliders ";
  194.             // line 82
  195.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["bolum"], "code", [], "any"falsefalsefalse82), "html"nulltrue);
  196.             echo "\"
  197.                          id=\"";
  198.             // line 83
  199.             echo twig_escape_filter($this->env, (((twig_get_attribute($this->env$this->source, ($context["idNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse83), [], "array"truetruefalse83) &&  !(null === twig_get_attribute($this->env$this->source, ($context["idNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse83), [], "array"falsefalsefalse83)))) ? (twig_get_attribute($this->env$this->source, ($context["idNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse83), [], "array"falsefalsefalse83)) : (twig_last($this->env, (isset($context["idNames"]) || array_key_exists("idNames"$context) ? $context["idNames"] : (function () { throw new RuntimeError('Variable "idNames" does not exist.'83$this->source); })())))), "html"nulltrue);
  200.             echo "\">
  201.                         <div class=\"production__section-sliders-slider-wrrapper\" id=\"";
  202.             // line 84
  203.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["bolum"], "code", [], "any"falsefalsefalse84), "html"nulltrue);
  204.             echo "\">
  205.                             <div class=\"swiper photoSwiper";
  206.             // line 85
  207.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse85), "html"nulltrue);
  208.             echo "\">
  209.                                 <div class=\"swiper-wrapper\">
  210.                                     ";
  211.             // line 87
  212.             $context['_parent'] = $context;
  213.             $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->envtwig_array_filter($this->envtwig_get_attribute($this->env$this->source$context["bolum"], "resimler", [], "any"falsefalsefalse87), function ($__r__) use ($context$macros) { $context["r"] = $__r__; return (twig_get_attribute($this->env$this->source, (isset($context["r"]) || array_key_exists("r"$context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.'87$this->source); })()), "del", [], "any"falsefalsefalse87) == 0); }), function ($__a__$__b__) use ($context$macros) { $context["a"] = $__a__$context["b"] = $__b__; return (twig_get_attribute($this->env$this->source, (isset($context["a"]) || array_key_exists("a"$context) ? $context["a"] : (function () { throw new RuntimeError('Variable "a" does not exist.'87$this->source); })()), "sira", [], "any"falsefalsefalse87) > twig_get_attribute($this->env$this->source, (isset($context["b"]) || array_key_exists("b"$context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.'87$this->source); })()), "sira", [], "any"falsefalsefalse87)); }));
  214.             foreach ($context['_seq'] as $context["_key"] => $context["resim"]) {
  215.                 // line 88
  216.                 echo "                                        <div class=\"production__section-swiper-slide  swiper-slide\">
  217.                                             <img
  218.                                                  src=\"";
  219.                 // line 90
  220.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/uretimler/bolum/" twig_get_attribute($this->env$this->source$context["resim"], "resim", [], "any"falsefalsefalse90))), "html"nulltrue);
  221.                 echo "\"
  222.                                                 >
  223.                                         </div>
  224.                                     ";
  225.             }
  226.             $_parent $context['_parent'];
  227.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['resim'], $context['_parent'], $context['loop']);
  228.             $context array_intersect_key($context$_parent) + $_parent;
  229.             // line 94
  230.             echo "                                </div>
  231.                             </div>
  232.                             <div class=\"slider__buttons\">
  233.                                 <button class=\"swiper-button-next-arrow swiper-button-next-arrow-";
  234.             // line 97
  235.             echo twig_escape_filter($this->env, (((twig_get_attribute($this->env$this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse97), [], "array"truetruefalse97) &&  !(null === twig_get_attribute($this->env$this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse97), [], "array"falsefalsefalse97)))) ? (twig_get_attribute($this->env$this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse97), [], "array"falsefalsefalse97)) : (twig_last($this->env, (isset($context["classNames"]) || array_key_exists("classNames"$context) ? $context["classNames"] : (function () { throw new RuntimeError('Variable "classNames" does not exist.'97$this->source); })())))), "html"nulltrue);
  236.             echo "\">
  237.                                     <img
  238.                                             src=\"";
  239.             // line 99
  240.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/main/images/main-page/right-arrow.svg"), "html"nulltrue);
  241.             echo "\"
  242.                                             alt=\"right-arrow\"></button>
  243.                                 <button class=\"swiper-button-prev-arrow swiper-button-prev-arrow-";
  244.             // line 101
  245.             echo twig_escape_filter($this->env, (((twig_get_attribute($this->env$this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse101), [], "array"truetruefalse101) &&  !(null === twig_get_attribute($this->env$this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse101), [], "array"falsefalsefalse101)))) ? (twig_get_attribute($this->env$this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse101), [], "array"falsefalsefalse101)) : (twig_last($this->env, (isset($context["classNames"]) || array_key_exists("classNames"$context) ? $context["classNames"] : (function () { throw new RuntimeError('Variable "classNames" does not exist.'101$this->source); })())))), "html"nulltrue);
  246.             echo "\">
  247.                                     <img
  248.                                             src=\"";
  249.             // line 103
  250.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/main/images/main-page/left-arrow.svg"), "html"nulltrue);
  251.             echo "\"
  252.                                             alt=\"left-arrow\"></button>
  253.                             </div>
  254.                         </div>
  255.                         <div class=\"production__section-sliders-slider-description\">
  256.                             <div class=\"our__story__section-quality__works-quality__work\">
  257.                                 <div class=\"our__story__section-quality__works-quality__work-mini__logo\">
  258.                                     <p>N</p>
  259.                                     <span>0:</span>
  260.                                 </div>
  261.                                 <div class=\"our__story__section-quality__works-quality__work-number__title\">
  262.                                     0";
  263.             // line 114
  264.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse114), "html"nulltrue);
  265.             echo "
  266.                                 </div>
  267.                                 <div class=\"our__story__section-quality__works-quality__work-title\">
  268.                                     ";
  269.             // line 117
  270.             $context['_parent'] = $context;
  271.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["bolum"], "diller", [], "any"falsefalsefalse117));
  272.             foreach ($context['_seq'] as $context["_key"] => $context["entity"]) {
  273.                 // line 118
  274.                 echo "                                        ";
  275.                 echo twig_get_attribute($this->env$this->source$context["entity"], "baslik", [], "any"falsefalsefalse118);
  276.                 echo "
  277.                                     ";
  278.             }
  279.             $_parent $context['_parent'];
  280.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['entity'], $context['_parent'], $context['loop']);
  281.             $context array_intersect_key($context$_parent) + $_parent;
  282.             // line 120
  283.             echo "                                </div>
  284.                                 <div class=\"our__story__section-quality__works-quality__work-description\">
  285.                                     ";
  286.             // line 124
  287.             $context['_parent'] = $context;
  288.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["bolum"], "diller", [], "any"falsefalsefalse124));
  289.             foreach ($context['_seq'] as $context["_key"] => $context["entity"]) {
  290.                 // line 125
  291.                 echo "                                        ";
  292.                 echo twig_get_attribute($this->env$this->source$context["entity"], "metin", [], "any"falsefalsefalse125);
  293.                 echo "
  294.                                     ";
  295.             }
  296.             $_parent $context['_parent'];
  297.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['entity'], $context['_parent'], $context['loop']);
  298.             $context array_intersect_key($context$_parent) + $_parent;
  299.             // line 127
  300.             echo "                                </div>
  301.                             </div>
  302.                         </div>
  303.                     </div>
  304.                 ";
  305.             ++$context['loop']['index0'];
  306.             ++$context['loop']['index'];
  307.             $context['loop']['first'] = false;
  308.             if (isset($context['loop']['length'])) {
  309.                 --$context['loop']['revindex0'];
  310.                 --$context['loop']['revindex'];
  311.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  312.             }
  313.         }
  314.         $_parent $context['_parent'];
  315.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bolum'], $context['_parent'], $context['loop']);
  316.         $context array_intersect_key($context$_parent) + $_parent;
  317.         // line 133
  318.         echo "
  319.             </div>
  320.         </div>
  321.         <div class=\"video__main__sectionr\">
  322.             <div class=\"video__main__section\">
  323.                 <section class=\"video__section video__section-items__wrapper\">
  324.                     <div class=\"video__section-items__wrapper\">
  325.                         ";
  326.         // line 143
  327.         echo twig_get_attribute($this->env$this->source, (isset($context["ayarlar"]) || array_key_exists("ayarlar"$context) ? $context["ayarlar"] : (function () { throw new RuntimeError('Variable "ayarlar" does not exist.'143$this->source); })()), "video", [], "any"falsefalsefalse143);
  328.         echo "
  329.                         <button class=\"video__section-items__wrapper-button gizle\">
  330.                         </button>
  331.                     </div>
  332.                 </section>
  333.             </div>
  334.         </div>
  335.     </div>
  336.     ";
  337.         // line 153
  338.         $this->loadTemplate("main/default/new-catalogue.html.twig""main/default/uretim.html.twig"153)->display($context);
  339.         
  340.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  341.         
  342.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  343.     }
  344.     // line 155
  345.     public function block_body_js($context, array $blocks = [])
  346.     {
  347.         $macros $this->macros;
  348.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_js"));
  350.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  351.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_js"));
  352.         // line 156
  353.         echo "    ";
  354.         $this->loadTemplate("main/default/scripts.html.twig""main/default/uretim.html.twig"156)->display($context);
  355.         // line 157
  356.         echo "
  357.     <script>
  358.         var swiper = new Swiper(\".photoSwiper1\", {
  359.             effect: \"fade\",
  360.             navigation: {
  361.                 nextEl: \".swiper-button-next-arrow-one\",
  362.                 prevEl: \".swiper-button-prev-arrow-one\",
  363.             },
  364.             loop: true,
  365.         });
  366.         var swiper = new Swiper(\".photoSwiper2\", {
  367.             effect: \"fade\",
  368.             navigation: {
  369.                 nextEl: \".swiper-button-next-arrow-two\",
  370.                 prevEl: \".swiper-button-prev-arrow-two\",
  371.             },
  372.             loop: true,
  373.         });
  374.         var swiper = new Swiper(\".photoSwiper3\", {
  375.             effect: \"fade\",
  376.             navigation: {
  377.                 nextEl: \".swiper-button-next-arrow-three\",
  378.                 prevEl: \".swiper-button-prev-arrow-three\",
  379.             },
  380.             loop: true,
  381.         });
  382.         var swiper = new Swiper(\".photoSwiper4\", {
  383.             effect: \"fade\",
  384.             navigation: {
  385.                 nextEl: \".swiper-button-next-arrow-four\",
  386.                 prevEl: \".swiper-button-prev-arrow-four\",
  387.             },
  388.             loop: true,
  389.         });
  390.     </script>
  391. ";
  392.         
  393.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  394.         
  395.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  396.     }
  397.     public function getTemplateName()
  398.     {
  399.         return "main/default/uretim.html.twig";
  400.     }
  401.     public function isTraitable()
  402.     {
  403.         return false;
  404.     }
  405.     public function getDebugInfo()
  406.     {
  407.         return array (  405 => 157,  402 => 156,  392 => 155,  382 => 153,  369 => 143,  357 => 133,  338 => 127,  329 => 125,  325 => 124,  319 => 120,  310 => 118,  306 => 117,  300 => 114,  286 => 103,  281 => 101,  276 => 99,  271 => 97,  266 => 94,  256 => 90,  252 => 88,  248 => 87,  243 => 85,  239 => 84,  235 => 83,  231 => 82,  227 => 80,  224 => 79,  221 => 78,  203 => 77,  200 => 72,  191 => 69,  187 => 68,  184 => 67,  180 => 66,  172 => 61,  166 => 57,  163 => 56,  161 => 55,  138 => 35,  109 => 8,  99 => 7,  80 => 3,  61 => 2,  38 => 1,);
  408.     }
  409.     public function getSourceContext()
  410.     {
  411.         return new Source("{% extends 'main_base.html.twig' %}
  412. {% block title %}Production{% endblock %}
  413. {% block description %}Elefante Production page{% endblock %}
  414. {% block content %}
  415.     <style>
  416.         .navbar__section-links__wrapper :not(.PRODUCTION) {
  417.             opacity: 0.4 !important;
  418.         }
  419.         .navbar__section-logo__wrapper-img {
  420.             filter: brightness(0) invert(1) !important;
  421.         }
  422.         .production__section-sliders-slider-description {
  423.             margin-right: 10rem;
  424.         }
  425.         .navbar__section::before {
  426.             content: \"\";
  427.             position: absolute;
  428.             top: 0;
  429.             right: 0;
  430.             left: 0;
  431.             bottom: 0;
  432.             background: rgba(0, 0, 0, 0.4);
  433.             z-index: -1;
  434.         }
  435.         .navbar__section::after {
  436.             content: \"\";
  437.             background-image: url(\"{{ asset('assets/main/images/navbar/navbar-bg-production.png') }}\");
  438.             background-position: center;
  439.             background-size: cover;
  440.             position: absolute;
  441.             top: 0;
  442.             right: 0;
  443.             left: 0;
  444.             bottom: 0;
  445.             z-index: -2;
  446.         }
  447.         .video__section {
  448.             margin-top: 0 !important;
  449.         }
  450.     </style>
  451.     <div id=\"production\">
  452.         {% include 'main/default/loader.html.twig' %}
  453.         {% include 'main/default/cookie.html.twig' %}
  454.         <div class=\"main-container\">
  455.             <div class=\"production__section\">
  456.                 <div class=\"production__section-active__page\">
  457.                     <p>
  458.                         <a href=\"{{ path('app_main_default') }}\">Elefante</a> /
  459.                         <a class=\"active\" href=\"\">Production</a>
  460.                     </p>
  461.                 </div>
  462.                 <div class=\"production__section-title\">
  463.                     {% for urunsayfasi in sayfa[3].sayfabaslikDilleri %}
  464.                         <h1>{{ urunsayfasi.baslik|raw }}</h1>
  465.                         <h2>{{ urunsayfasi.title|raw }}</h2>
  466.                     {% endfor %}
  467.                 </div>
  468. {#                 <section class=\"gallery__section__wgsap\">#}
  469. {#                                    <div class=\"gallery__section__wgsap-square\"></div>#}
  470. {#                                    <div class=\"gallery__section__wgsap-square2\"></div>#}
  471. {#                                </section>#}
  472.                 {% for bolum in uretimlerDil|filter(r => r.del == 0)|sort((a,b) => a.sira > b.sira) %}
  473.                     {% set classNames = ['one', 'two', 'three', 'four'] %}
  474.                     {% set idNames = ['weaving', 'confection', 'embroidery', 'print'] %}
  475.                     <div class=\"production__section-sliders {{ bolum.code }}\"
  476.                          id=\"{{ idNames[loop.index0] ?? idNames|last }}\">
  477.                         <div class=\"production__section-sliders-slider-wrrapper\" id=\"{{ bolum.code }}\">
  478.                             <div class=\"swiper photoSwiper{{ loop.index }}\">
  479.                                 <div class=\"swiper-wrapper\">
  480.                                     {% for resim in bolum.resimler|filter(r => r.del == 0)|sort((a,b) => a.sira > b.sira) %}
  481.                                         <div class=\"production__section-swiper-slide  swiper-slide\">
  482.                                             <img
  483.                                                  src=\"{{ asset('uploads/uretimler/bolum/' ~ resim.resim) }}\"
  484.                                                 >
  485.                                         </div>
  486.                                     {% endfor %}
  487.                                 </div>
  488.                             </div>
  489.                             <div class=\"slider__buttons\">
  490.                                 <button class=\"swiper-button-next-arrow swiper-button-next-arrow-{{ classNames[loop.index0] ?? classNames|last }}\">
  491.                                     <img
  492.                                             src=\"{{ asset('assets/main/images/main-page/right-arrow.svg') }}\"
  493.                                             alt=\"right-arrow\"></button>
  494.                                 <button class=\"swiper-button-prev-arrow swiper-button-prev-arrow-{{ classNames[loop.index0] ?? classNames|last }}\">
  495.                                     <img
  496.                                             src=\"{{ asset('assets/main/images/main-page/left-arrow.svg') }}\"
  497.                                             alt=\"left-arrow\"></button>
  498.                             </div>
  499.                         </div>
  500.                         <div class=\"production__section-sliders-slider-description\">
  501.                             <div class=\"our__story__section-quality__works-quality__work\">
  502.                                 <div class=\"our__story__section-quality__works-quality__work-mini__logo\">
  503.                                     <p>N</p>
  504.                                     <span>0:</span>
  505.                                 </div>
  506.                                 <div class=\"our__story__section-quality__works-quality__work-number__title\">
  507.                                     0{{ loop.index }}
  508.                                 </div>
  509.                                 <div class=\"our__story__section-quality__works-quality__work-title\">
  510.                                     {% for entity in bolum.diller %}
  511.                                         {{ entity.baslik|raw }}
  512.                                     {% endfor %}
  513.                                 </div>
  514.                                 <div class=\"our__story__section-quality__works-quality__work-description\">
  515.                                     {% for entity in bolum.diller %}
  516.                                         {{ entity.metin|raw }}
  517.                                     {% endfor %}
  518.                                 </div>
  519.                             </div>
  520.                         </div>
  521.                     </div>
  522.                 {% endfor %}
  523.             </div>
  524.         </div>
  525.         <div class=\"video__main__sectionr\">
  526.             <div class=\"video__main__section\">
  527.                 <section class=\"video__section video__section-items__wrapper\">
  528.                     <div class=\"video__section-items__wrapper\">
  529.                         {{ ayarlar.video|raw }}
  530.                         <button class=\"video__section-items__wrapper-button gizle\">
  531.                         </button>
  532.                     </div>
  533.                 </section>
  534.             </div>
  535.         </div>
  536.     </div>
  537.     {% include 'main/default/new-catalogue.html.twig' %}
  538. {% endblock %}
  539. {% block body_js %}
  540.     {% include 'main/default/scripts.html.twig' %}
  541.     <script>
  542.         var swiper = new Swiper(\".photoSwiper1\", {
  543.             effect: \"fade\",
  544.             navigation: {
  545.                 nextEl: \".swiper-button-next-arrow-one\",
  546.                 prevEl: \".swiper-button-prev-arrow-one\",
  547.             },
  548.             loop: true,
  549.         });
  550.         var swiper = new Swiper(\".photoSwiper2\", {
  551.             effect: \"fade\",
  552.             navigation: {
  553.                 nextEl: \".swiper-button-next-arrow-two\",
  554.                 prevEl: \".swiper-button-prev-arrow-two\",
  555.             },
  556.             loop: true,
  557.         });
  558.         var swiper = new Swiper(\".photoSwiper3\", {
  559.             effect: \"fade\",
  560.             navigation: {
  561.                 nextEl: \".swiper-button-next-arrow-three\",
  562.                 prevEl: \".swiper-button-prev-arrow-three\",
  563.             },
  564.             loop: true,
  565.         });
  566.         var swiper = new Swiper(\".photoSwiper4\", {
  567.             effect: \"fade\",
  568.             navigation: {
  569.                 nextEl: \".swiper-button-next-arrow-four\",
  570.                 prevEl: \".swiper-button-prev-arrow-four\",
  571.             },
  572.             loop: true,
  573.         });
  574.     </script>
  575. {% endblock %}""main/default/uretim.html.twig""/home/technoon/public_html/elefante/templates/main/default/uretim.html.twig");
  576.     }
  577. }