var/cache/dev/twig/7f/7f93f58e69820ad28564dd820de5a189.php line 487

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* content/home.html.twig */
  16. class __TwigTemplate_9019ecefc71b5600c58bed3e47ebf2ec extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'content' => [$this'block_content'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  32.     {
  33.         // line 1
  34.         return "layout/layout.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/home.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/home.html.twig"));
  43.         $this->parent $this->loadTemplate("layout/layout.html.twig""content/home.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 5
  51.     /**
  52.      * @return iterable<null|scalar|\Stringable>
  53.      */
  54.     public function block_content(array $context, array $blocks = []): iterable
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  61.         // line 6
  62.         yield "
  63. \t";
  64.         // line 8
  65.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'8$this->source); })()), "request", [], "any"falsefalsefalse8), "locale", [], "any"falsefalsefalse8) == "en")) {
  66.             // line 9
  67.             yield "\t\t";
  68.             $context["weblink"] = "en";
  69.             // line 10
  70.             yield "\t";
  71.         } else {
  72.             // line 11
  73.             yield "\t\t";
  74.             $context["weblink"] = "ar";
  75.             // line 12
  76.             yield "\t";
  77.         }
  78.         // line 13
  79.         yield "
  80. \t<!--Start Main Slider-->
  81. \t<!-- class added autoplay-banner-section -->
  82. \t<section class=\"main-slider-section autoplay-banner-section main-home-slider-banner\">
  83. \t\t<div class=\"container container-lg\">
  84. \t\t\t<div class=\"custom-slider singal-slider main-slider\">
  85. \t\t\t\t";
  86.         // line 20
  87.         $context['_parent'] = $context;
  88.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["home_slider"]) || array_key_exists("home_slider"$context) ? $context["home_slider"] : (function () { throw new RuntimeError('Variable "home_slider" does not exist.'20$this->source); })()));
  89.         $context['loop'] = [
  90.           'parent' => $context['_parent'],
  91.           'index0' => 0,
  92.           'index'  => 1,
  93.           'first'  => true,
  94.         ];
  95.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  96.             $length count($context['_seq']);
  97.             $context['loop']['revindex0'] = $length 1;
  98.             $context['loop']['revindex'] = $length;
  99.             $context['loop']['length'] = $length;
  100.             $context['loop']['last'] = === $length;
  101.         }
  102.         foreach ($context['_seq'] as $context["_key"] => $context["slide"]) {
  103.             // line 21
  104.             yield "\t\t\t\t\t<div class=\"slide\">
  105. \t\t\t\t\t\t<div class=\"slide-media slide-media-desktop\">
  106. \t\t\t\t\t\t\t";
  107.             // line 23
  108.             if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_video", [], "any"falsetruefalse23), "data", [], "any"falsetruefalse23), "data", [], "any"truetruefalse23)) {
  109.                 // line 24
  110.                 yield "\t\t\t\t\t\t\t\t<video poster=\"";
  111.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_image", [], "any"falsefalsefalse24), "data", [], "any"falsefalsefalse24), "html"nulltrue);
  112.                 yield "\" autoplay loop muted playsinline preload=\"auto\">
  113. \t\t\t\t\t\t\t\t\t<source src=\"";
  114.                 // line 25
  115.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_video", [], "any"falsefalsefalse25), "data", [], "any"falsefalsefalse25), "data", [], "any"falsefalsefalse25), "html"nulltrue);
  116.                 yield "\" type=\"video/mp4\">Your browser does not support the video tag.
  117. \t\t\t\t\t\t\t\t</video>
  118. \t\t\t\t\t\t\t";
  119.             } else {
  120.                 // line 28
  121.                 yield "\t\t\t\t\t\t\t\t<video
  122. \t\t\t\t\t\t\t\t\tposter=\"";
  123.                 // line 29
  124.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_image", [], "any"falsefalsefalse29), "data", [], "any"falsefalsefalse29), "html"nulltrue);
  125.                 yield "\">
  126. \t\t\t\t\t\t\t\t\t";
  127.                 // line 31
  128.                 yield "\t\t\t\t\t\t\t\t\tYour browser does not support the video tag.
  129. \t\t\t\t\t\t\t\t</video>
  130. \t\t\t\t\t\t\t\t<img src=\"";
  131.                 // line 33
  132.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_image", [], "any"falsefalsefalse33), "data", [], "any"falsefalsefalse33), "html"nulltrue);
  133.                 yield "\" alt=\"\">
  134. \t\t\t\t\t\t\t";
  135.             }
  136.             // line 35
  137.             yield "
  138. \t\t\t\t\t\t</div>
  139. \t\t\t\t\t\t<div class=\"slide-media slide-media-mobile\">
  140. \t\t\t\t\t\t\t";
  141.             // line 38
  142.             if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_video", [], "any"falsetruefalse38), "data", [], "any"falsetruefalse38), "data", [], "any"truetruefalse38)) {
  143.                 // line 39
  144.                 yield "\t\t\t\t\t\t\t\t<video poster=\"";
  145.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_image_mobile", [], "any"falsefalsefalse39), "data", [], "any"falsefalsefalse39), "html"nulltrue);
  146.                 yield "\" autoplay loop muted playsinline preload=\"auto\">
  147. \t\t\t\t\t\t\t\t\t<source src=\"";
  148.                 // line 40
  149.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_video_mobile", [], "any"falsefalsefalse40), "data", [], "any"falsefalsefalse40), "data", [], "any"falsefalsefalse40), "html"nulltrue);
  150.                 yield "\" type=\"video/mp4\">Your browser does not support the video tag.
  151. \t\t\t\t\t\t\t\t</video>
  152. \t\t\t\t\t\t\t";
  153.             } else {
  154.                 // line 43
  155.                 yield "\t\t\t\t\t\t\t\t<video
  156. \t\t\t\t\t\t\t\t\tposter=\"";
  157.                 // line 44
  158.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "slider_image_mobile", [], "any"falsefalsefalse44), "data", [], "any"falsefalsefalse44), "html"nulltrue);
  159.                 yield "\">
  160. \t\t\t\t\t\t\t\t\t";
  161.                 // line 46
  162.                 yield "\t\t\t\t\t\t\t\t\tYour browser does not support the video tag.
  163. \t\t\t\t\t\t\t\t</video>
  164. \t\t\t\t\t\t\t";
  165.             }
  166.             // line 49
  167.             yield "\t\t\t\t\t\t</div>
  168. \t\t\t\t\t\t<div class=\"silde-content-box \">
  169. \t\t\t\t\t\t\t<div class=\"slide-content\">
  170. \t\t\t\t\t\t\t\t";
  171.             // line 53
  172.             if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse53) == 100)) {
  173.                 // line 54
  174.                 yield "\t\t\t\t\t\t\t\t\t<img src=\"/static/assets/images/ZADK-HomeSlider_logo.png\" alt=\"\">
  175. \t\t\t\t\t\t\t\t\t<h3 class=\"my-lg-5 my-4\">";
  176.                 // line 55
  177.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Presents"), "html"nulltrue);
  178.                 yield "</h3>
  179. \t\t\t\t\t\t\t\t";
  180.             }
  181.             // line 57
  182.             yield "\t\t\t\t\t\t\t\t<h1>
  183. \t\t\t\t\t\t\t\t\t";
  184.             // line 58
  185.             if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse58) == 1)) {
  186.                 // line 59
  187.                 yield "\t\t\t\t\t\t\t\t\t<span class=\"title-lg d-block Slide1stHome\">";
  188.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse59), "data", [], "any"falsefalsefalse59), "getLocalizedValue", ["heading"], "method"falsefalsefalse59), "html"nulltrue);
  189.                 yield "</span>
  190. \t\t\t\t\t\t\t\t\t<span class=\"title-sm underline-end\">";
  191.                 // line 60
  192.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse60), "data", [], "any"falsefalsefalse60), "getLocalizedValue", ["heading1"], "method"falsefalsefalse60), "html"nulltrue);
  193.                 yield "</span>
  194. \t\t\t\t\t\t\t\t\t";
  195.             } else {
  196.                 // line 62
  197.                 yield "\t\t\t\t\t\t\t\t\t<span class=\"title-sm d-block\">";
  198.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse62), "data", [], "any"falsefalsefalse62), "getLocalizedValue", ["heading"], "method"falsefalsefalse62), "html"nulltrue);
  199.                 yield "</span>
  200. \t\t\t\t\t\t\t\t\t<span class=\"title-lg underline-end\">";
  201.                 // line 63
  202.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse63), "data", [], "any"falsefalsefalse63), "getLocalizedValue", ["heading1"], "method"falsefalsefalse63), "html"nulltrue);
  203.                 yield "</span>
  204. \t\t\t\t\t\t\t\t\t";
  205.             }
  206.             // line 65
  207.             yield "\t\t\t\t\t\t\t\t\t
  208. \t\t\t\t\t\t\t\t\t";
  209.             // line 68
  210.             yield "\t\t\t\t\t\t\t\t</h1>
  211. \t\t\t\t\t\t\t\t";
  212.             // line 69
  213.             if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse69), "data", [], "any"falsefalsefalse69), "getLocalizedValue", ["url"], "method"falsefalsefalse69))) {
  214.                 // line 70
  215.                 yield "\t\t\t\t\t\t\t\t\t\t";
  216.                 if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse70) == 1)) {
  217.                     // line 71
  218.                     yield "\t\t\t\t\t\t\t\t\t\t\t";
  219.                     $context["user"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'71$this->source); })()), "session", [], "any"falsefalsefalse71), "get", ["loginUserName"], "method"falsefalsefalse71);
  220.                     // line 72
  221.                     yield "\t\t\t\t\t\t\t\t\t\t\t";
  222.                     if ( !(null === (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'72$this->source); })()))) {
  223.                         // line 73
  224.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/";
  225.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse73), "data", [], "any"falsefalsefalse73), "getLocalizedValue", ["url"], "method"falsefalsefalse73), "html"nulltrue);
  226.                         yield "\" target=\"_blank\" class=\"btn btn-custom btn-lg-o-yellow-white ";
  227.                         yield (((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse73) == 1)) ? ("mt-5") : (""));
  228.                         yield "\">
  229. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  230.                         // line 74
  231.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Explore the Q2 Summer Newsletter"), "html"nulltrue);
  232.                         yield "
  233. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  234. \t\t\t\t\t\t\t\t\t\t\t";
  235.                     } else {
  236.                         // line 77
  237.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" onclick=\"storePdfForLater('";
  238.                         yield (((is_string($_v0 CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse77), "data", [], "any"falsefalsefalse77), "getLocalizedValue", ["url"], "method"falsefalsefalse77)) && is_string($_v1 "/") && str_starts_with($_v0$_v1))) ? ("") : ("/"));
  239.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse77), "data", [], "any"falsefalsefalse77), "getLocalizedValue", ["url"], "method"falsefalsefalse77), "html"nulltrue);
  240.                         yield "')\" class=\"btn btn-custom btn-lg-o-yellow-white ";
  241.                         yield (((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse77) == 1)) ? ("mt-5") : (""));
  242.                         yield "\">
  243. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  244.                         // line 78
  245.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Explore the Q2 Summer Newsletter"), "html"nulltrue);
  246.                         yield "
  247. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  248. \t\t\t\t\t\t\t\t\t\t\t";
  249.                     }
  250.                     // line 81
  251.                     yield "\t\t\t\t\t\t\t\t\t\t
  252. \t\t\t\t\t\t\t\t\t\t";
  253.                 } else {
  254.                     // line 83
  255.                     yield "\t\t\t\t\t\t\t\t\t\t\t<a href=\"/";
  256.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'83$this->source); })()), "request", [], "any"falsefalsefalse83), "locale", [], "any"falsefalsefalse83), "html"nulltrue);
  257.                     yield "/";
  258.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["slide"], "localizedfields", [], "any"falsefalsefalse83), "data", [], "any"falsefalsefalse83), "getLocalizedValue", ["url"], "method"falsefalsefalse83), "html"nulltrue);
  259.                     yield "\" class=\"btn btn-custom btn-lg-o-yellow-white ";
  260.                     yield (((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse83) == 1)) ? ("mt-5") : (""));
  261.                     yield "\">
  262. \t\t\t\t\t\t\t\t\t\t\t\t";
  263.                     // line 84
  264.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Start Your Journey"), "html"nulltrue);
  265.                     yield "
  266. \t\t\t\t\t\t\t\t\t\t\t</a>
  267. \t\t\t\t\t\t\t\t\t\t";
  268.                 }
  269.                 // line 87
  270.                 yield "\t\t\t\t\t\t\t\t\t\t";
  271.                 // line 88
  272.                 yield "
  273. \t\t\t\t\t\t\t";
  274.             }
  275.             // line 90
  276.             yield "\t\t\t\t\t\t</div>
  277. \t\t\t\t\t</div>
  278. \t\t\t\t</div>
  279. \t\t\t";
  280.             ++$context['loop']['index0'];
  281.             ++$context['loop']['index'];
  282.             $context['loop']['first'] = false;
  283.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  284.                 --$context['loop']['revindex0'];
  285.                 --$context['loop']['revindex'];
  286.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  287.             }
  288.         }
  289.         $_parent $context['_parent'];
  290.         unset($context['_seq'], $context['_key'], $context['slide'], $context['_parent'], $context['loop']);
  291.         $context array_intersect_key($context$_parent) + $_parent;
  292.         // line 94
  293.         yield "\t\t</div>
  294. \t</div>
  295. </section>
  296. <!--End Main Slider-->
  297. <!--Start Brands Tab Section-->
  298. <section class=\"BrandSectionNew\">
  299. \t<div class=\"container container-lg\">
  300. \t\t<div class=\"brandTabs\">
  301. \t\t\t<div class=\"brandTitleMain\">
  302. \t\t\t\t";
  303.         // line 105
  304.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Our Brands"), "html"nulltrue);
  305.         yield "
  306. \t\t\t</div>
  307. \t\t\t<div class=\"brandLinks\">
  308. \t\t\t\t<ul>
  309. \t\t\t\t\t";
  310.         // line 109
  311.         $context['_parent'] = $context;
  312.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["brands"]) || array_key_exists("brands"$context) ? $context["brands"] : (function () { throw new RuntimeError('Variable "brands" does not exist.'109$this->source); })()));
  313.         $context['loop'] = [
  314.           'parent' => $context['_parent'],
  315.           'index0' => 0,
  316.           'index'  => 1,
  317.           'first'  => true,
  318.         ];
  319.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  320.             $length count($context['_seq']);
  321.             $context['loop']['revindex0'] = $length 1;
  322.             $context['loop']['revindex'] = $length;
  323.             $context['loop']['length'] = $length;
  324.             $context['loop']['last'] = === $length;
  325.         }
  326.         foreach ($context['_seq'] as $context["_key"] => $context["brand"]) {
  327.             // line 110
  328.             yield "\t\t\t\t\t<li class=\"tabBrand-";
  329.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse110), "html"nulltrue);
  330.             yield "\">
  331. \t\t\t\t\t\t<img class=\"colored\" src=\"";
  332.             // line 111
  333.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "ColoredImage", [], "any"falsefalsefalse111), "html"nulltrue);
  334.             yield "\" alt=\"";
  335.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "name", [], "any"falsefalsefalse111), "html"nulltrue);
  336.             yield "\">
  337. \t\t\t\t\t\t<img class=\"white-colored\" src=\"";
  338.             // line 112
  339.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "WhiteColoredImage", [], "any"falsefalsefalse112), "html"nulltrue);
  340.             yield "\" alt=\"";
  341.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "name", [], "any"falsefalsefalse112), "html"nulltrue);
  342.             yield "-color\">
  343. \t\t\t\t\t</li>
  344. \t\t\t\t\t";
  345.             ++$context['loop']['index0'];
  346.             ++$context['loop']['index'];
  347.             $context['loop']['first'] = false;
  348.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  349.                 --$context['loop']['revindex0'];
  350.                 --$context['loop']['revindex'];
  351.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  352.             }
  353.         }
  354.         $_parent $context['_parent'];
  355.         unset($context['_seq'], $context['_key'], $context['brand'], $context['_parent'], $context['loop']);
  356.         $context array_intersect_key($context$_parent) + $_parent;
  357.         // line 115
  358.         yield "\t\t\t\t</ul>
  359. \t\t\t</div>
  360. \t\t</div>
  361. \t\t<div class=\"brandWrapper\">
  362. \t\t\t";
  363.         // line 119
  364.         $context['_parent'] = $context;
  365.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["brands"]) || array_key_exists("brands"$context) ? $context["brands"] : (function () { throw new RuntimeError('Variable "brands" does not exist.'119$this->source); })()));
  366.         $context['loop'] = [
  367.           'parent' => $context['_parent'],
  368.           'index0' => 0,
  369.           'index'  => 1,
  370.           'first'  => true,
  371.         ];
  372.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  373.             $length count($context['_seq']);
  374.             $context['loop']['revindex0'] = $length 1;
  375.             $context['loop']['revindex'] = $length;
  376.             $context['loop']['length'] = $length;
  377.             $context['loop']['last'] = === $length;
  378.         }
  379.         foreach ($context['_seq'] as $context["_key"] => $context["brand"]) {
  380.             // line 120
  381.             yield "\t\t\t<div class=\"brandTabContent-";
  382.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse120), "html"nulltrue);
  383.             yield " brandTabContent\">
  384. \t\t\t\t<div class=\"brandImg\">
  385. \t\t\t\t\t<img src=\"";
  386.             // line 122
  387.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "bannerSliderImage", [], "any"falsefalsefalse122), "html"nulltrue);
  388.             yield "\" alt=\"\">
  389. \t\t\t\t</div>
  390. \t\t\t\t<div class=\"brandContent\">
  391. \t\t\t\t\t<div class=\"imgLogo\">
  392. \t\t\t\t\t\t<img src=\"";
  393.             // line 126
  394.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "WhiteColoredImage", [], "any"falsefalsefalse126), "html"nulltrue);
  395.             yield "\" alt=\"\">
  396. \t\t\t\t\t</div>
  397. \t\t\t\t\t<span class=\"subTitle\">
  398. \t\t\t\t\t\t";
  399.             // line 129
  400.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Our Brands"), "html"nulltrue);
  401.             yield "
  402. \t\t\t\t\t</span>
  403. \t\t\t\t\t<h2 class=\"brandTitle\">
  404. \t\t\t\t\t\t";
  405.             // line 132
  406.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "name", [], "any"falsefalsefalse132), "html"nulltrue);
  407.             yield "
  408. \t\t\t\t\t</h2>
  409. \t\t\t\t\t<p class=\"brandDesc\">
  410. \t\t\t\t\t\t";
  411.             // line 135
  412.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "homeBannerDescription", [], "any"falsefalsefalse135), "html"nulltrue);
  413.             yield "
  414. \t\t\t\t\t</p>
  415. \t\t\t\t\t<a href=\"/";
  416.             // line 137
  417.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'137$this->source); })()), "request", [], "any"falsefalsefalse137), "locale", [], "any"falsefalsefalse137), "html"nulltrue);
  418.             yield "/brand/";
  419.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["brand"], "url", [], "any"falsefalsefalse137), "html"nulltrue);
  420.             yield "\" class=\"btn btn-custom btn-lg-o-black\">
  421. \t\t\t\t\t\t";
  422.             // line 138
  423.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Explore The Range"), "html"nulltrue);
  424.             yield "
  425. \t\t\t\t\t</a>
  426. \t\t\t\t</div>
  427. \t\t\t</div>
  428. \t\t\t";
  429.             ++$context['loop']['index0'];
  430.             ++$context['loop']['index'];
  431.             $context['loop']['first'] = false;
  432.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  433.                 --$context['loop']['revindex0'];
  434.                 --$context['loop']['revindex'];
  435.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  436.             }
  437.         }
  438.         $_parent $context['_parent'];
  439.         unset($context['_seq'], $context['_key'], $context['brand'], $context['_parent'], $context['loop']);
  440.         $context array_intersect_key($context$_parent) + $_parent;
  441.         // line 143
  442.         yield "\t\t</div>
  443. \t</div>
  444. </section>
  445. <section class=\"brands-section\">
  446. \t<div class=\"container container-lg\">
  447. \t\t<!--Start Brands Tab Content-->
  448. \t\t<div class=\"tab-content brands-section-content \" id=\"nav-tabContent\">
  449. \t\t\t<h2 class=\"heading categories__tag\">";
  450.         // line 153
  451.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Our Categories"), "html"nulltrue);
  452.         yield "</h2>
  453. \t\t\t<!--Start Brand Recipes-->
  454. \t\t\t\t<div class=\"brand-recipes\">
  455. \t\t\t\t\t<div class=\"custom-slider brand-recipes-slider\">
  456. \t\t\t\t\t\t";
  457.         // line 157
  458.         $context['_parent'] = $context;
  459.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'157$this->source); })()));
  460.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  461.             // line 158
  462.             yield "\t\t\t\t\t\t";
  463.             // line 159
  464.             yield "\t\t\t\t\t\t";
  465.             if ((CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse159) && CoreExtension::getAttribute($this->env$this->source$context["category"], "description", [], "any"falsefalsefalse159))) {
  466.                 // line 160
  467.                 yield "\t\t\t\t\t  <div class=\"slide\">
  468. \t\t\t\t\t\t<div class=\"card\">
  469. \t\t\t\t\t\t\t<h3>";
  470.                 // line 162
  471.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse162), "html"nulltrue);
  472.                 yield "</h3>
  473. \t\t\t\t\t\t\t<div class=\"category_short_desc\">
  474. \t\t\t\t\t\t\t\t<p>";
  475.                 // line 164
  476.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "description", [], "any"falsefalsefalse164), "html"nulltrue);
  477.                 yield "</p>
  478. \t\t\t\t\t\t\t</div>
  479. \t\t\t\t\t\t\t<div class=\"i_imgbox\">
  480. \t\t\t\t\t\t\t\t<figure>
  481. \t\t\t\t\t\t\t\t\t";
  482.                 // line 169
  483.                 if (CoreExtension::getAttribute($this->env$this->source$context["category"], "cat_image", [], "any"falsefalsefalse169)) {
  484.                     // line 170
  485.                     yield "\t\t\t\t\t\t\t\t\t\t";
  486.                     // line 171
  487.                     yield "\t\t\t\t\t\t\t\t\t\t";
  488.                     yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["category"], "cat_image", [], "any"falsefalsefalse171), "thumbnail", ["194x150"], "method"falsefalsefalse171), "getHTML", [["imgAttributes" => ["class" => """alt" => CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse171)]]], "method"falsefalsefalse171);
  489.                     yield "
  490. \t\t\t\t\t\t\t\t\t";
  491.                 }
  492.                 // line 174
  493.                 yield "\t\t\t\t\t\t\t\t</figure>
  494. \t\t\t\t\t\t\t</div>
  495. \t\t\t\t\t\t\t<div class=\"btn__action__area\">
  496. \t\t\t\t\t\t\t\t";
  497.                 // line 177
  498.                 if (CoreExtension::getAttribute($this->env$this->source$context["category"], "url", [], "any"truetruefalse177)) {
  499.                     // line 178
  500.                     yield "\t\t\t\t\t\t\t\t\t<a href=\"/";
  501.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'178$this->source); })()), "request", [], "any"falsefalsefalse178), "locale", [], "any"falsefalsefalse178), "html"nulltrue);
  502.                     yield "/products/";
  503.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "url", [], "any"falsefalsefalse178), "html"nulltrue);
  504.                     yield "\" class=\"btn btn-custom btn-lg-o-black\">";
  505.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Know More"), "html"nulltrue);
  506.                     yield "</a>
  507. \t\t\t\t\t\t\t\t";
  508.                 }
  509.                 // line 180
  510.                 yield "\t\t\t\t\t\t\t</div>
  511. \t\t\t\t\t\t</div>
  512. \t\t\t\t\t  </div>
  513. \t\t\t\t\t  ";
  514.             }
  515.             // line 184
  516.             yield "\t\t\t\t\t  ";
  517.         }
  518.         $_parent $context['_parent'];
  519.         unset($context['_seq'], $context['_key'], $context['category'], $context['_parent']);
  520.         $context array_intersect_key($context$_parent) + $_parent;
  521.         // line 185
  522.         yield "\t\t\t\t  
  523. \t\t\t\t\t  <!-- Duplicate the block above for more slides -->
  524. \t\t\t\t\t  
  525. \t\t\t\t\t</div>
  526. \t\t\t\t  </div>
  527. \t\t\t\t  
  528. \t\t\t<!--End Brand Recipes-->
  529. \t\t</div>
  530. \t\t<!--End Brands Tab Content-->
  531. \t</div>
  532. </section>
  533. <!--End Brands Tab Section-->
  534. <!--Start Featured Section-->
  535. <section class=\"featured-section featured-section-home featured-products-home-section\">
  536. \t<div class=\"container container-lg\">
  537. \t\t<h2 class=\"heading\">";
  538.         // line 203
  539.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Featured Products"), "html"nulltrue);
  540.         yield "</h2>
  541. \t\t<div class=\"featured-slider\">
  542. \t\t\t";
  543.         // line 205
  544.         $context['_parent'] = $context;
  545.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["featured_products"]) || array_key_exists("featured_products"$context) ? $context["featured_products"] : (function () { throw new RuntimeError('Variable "featured_products" does not exist.'205$this->source); })()));
  546.         $context['loop'] = [
  547.           'parent' => $context['_parent'],
  548.           'index0' => 0,
  549.           'index'  => 1,
  550.           'first'  => true,
  551.         ];
  552.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  553.             $length count($context['_seq']);
  554.             $context['loop']['revindex0'] = $length 1;
  555.             $context['loop']['revindex'] = $length;
  556.             $context['loop']['length'] = $length;
  557.             $context['loop']['last'] = === $length;
  558.         }
  559.         foreach ($context['_seq'] as $context["_key"] => $context["featured_product"]) {
  560.             // line 206
  561.             yield "\t\t\t\t<div class=\"slide\">
  562. \t\t\t\t\t";
  563.             // line 207
  564.             yield from $this->loadTemplate("/includes/product-card.html.twig""content/home.html.twig"207)->unwrap()->yield(CoreExtension::merge($context, ["featured_product" =>             // line 208
  565. $context["featured_product"], "LikedId" =>             // line 209
  566. (isset($context["LikedId"]) || array_key_exists("LikedId"$context) ? $context["LikedId"] : (function () { throw new RuntimeError('Variable "LikedId" does not exist.'209$this->source); })())]));
  567.             // line 211
  568.             yield "\t\t\t\t</div>
  569. \t\t\t";
  570.             ++$context['loop']['index0'];
  571.             ++$context['loop']['index'];
  572.             $context['loop']['first'] = false;
  573.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  574.                 --$context['loop']['revindex0'];
  575.                 --$context['loop']['revindex'];
  576.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  577.             }
  578.         }
  579.         $_parent $context['_parent'];
  580.         unset($context['_seq'], $context['_key'], $context['featured_product'], $context['_parent'], $context['loop']);
  581.         $context array_intersect_key($context$_parent) + $_parent;
  582.         // line 213
  583.         yield "\t\t</div>
  584. \t</div>
  585. </section>
  586. <!--End Featured Section-->
  587. <!--Start Info Media-->
  588. <section class=\"info-media info-media-video homeTuna position-bg-img d-none\">
  589. \t<div class=\"container container-sm\">
  590. \t\t<div class=\"info-section\">
  591. \t\t\t<h3>";
  592.         // line 222
  593.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'222$this->source); })()), "recipes", [], "any"falsefalsefalse222), 0, [], "array"falsefalsefalse222), "name", [], "any"falsefalsefalse222), "html"nulltrue);
  594.         yield "</h3>
  595. \t\t\t<p>";
  596.         // line 223
  597.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'223$this->source); })()), "recipes", [], "any"falsefalsefalse223), 0, [], "array"falsefalsefalse223), "short_description", [], "any"falsefalsefalse223), "html"nulltrue);
  598.         yield "</p>
  599. \t\t\t<ul class=\"list-unstyled recipe-info\"> 
  600. \t\t\t\t<li class=\"orders\">";
  601.         // line 225
  602.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("No. Of "), "html"nulltrue);
  603.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(" Serving"), "html"nulltrue);
  604.         yield "
  605. \t\t\t\t\t";
  606.         // line 226
  607.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'226$this->source); })()), "recipes", [], "any"falsefalsefalse226), 0, [], "array"falsefalsefalse226), "serves", [], "any"falsefalsefalse226), "html"nulltrue);
  608.         yield "</li>
  609. \t\t\t\t<li class=\"time\">";
  610.         // line 227
  611.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'227$this->source); })()), "recipes", [], "any"falsefalsefalse227), 0, [], "array"falsefalsefalse227), "typeofmeal", [], "any"falsefalsefalse227)), "html"nulltrue);
  612.         yield "</li>
  613. \t\t\t</ul>
  614. \t\t\t<div class=\"btn-holder\">
  615. \t\t\t\t<div class=\"btn-button\">
  616. \t\t\t\t\t<a href=\"";
  617.         // line 231
  618.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["weblink"]) || array_key_exists("weblink"$context) ? $context["weblink"] : (function () { throw new RuntimeError('Variable "weblink" does not exist.'231$this->source); })()), "html"nulltrue);
  619.         yield "/all-recipes/";
  620.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'231$this->source); })()), "recipes", [], "any"falsefalsefalse231), 0, [], "array"falsefalsefalse231), "url", [], "any"falsefalsefalse231), "html"nulltrue);
  621.         yield "\" class=\"btn btn-custom btn-green\">";
  622.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Discover More"), "html"nulltrue);
  623.         yield "</a>
  624. \t\t\t\t</div>
  625. \t\t\t\t<div class=\"btn-button-2\">
  626. \t\t\t\t\t<a href=\"";
  627.         // line 234
  628.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["weblink"]) || array_key_exists("weblink"$context) ? $context["weblink"] : (function () { throw new RuntimeError('Variable "weblink" does not exist.'234$this->source); })()), "html"nulltrue);
  629.         yield "/recipes\" class=\"btn btn-custom btn-p-outline-blue\">";
  630.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Search Recipes"), "html"nulltrue);
  631.         yield "</a>
  632. \t\t\t\t</div>
  633. \t\t\t</div>
  634. \t\t</div>
  635. \t\t<div class=\"media-section media-section-01\">
  636. \t\t\t";
  637.         // line 240
  638.         if (Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'240$this->source); })()), "recipes", [], "any"falsefalsefalse240), 0, [], "array"falsefalsefalse240), "banner_video", [], "any"falsefalsefalse240))) {
  639.             // line 241
  640.             yield "\t\t\t\t<video poster=\"";
  641.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'241$this->source); })()), "recipes", [], "any"falsefalsefalse241), 0, [], "array"falsefalsefalse241), "featured_image", [], "any"falsefalsefalse241), "html"nulltrue);
  642.             yield "\"></video>
  643. \t\t\t";
  644.         } else {
  645.             // line 243
  646.             yield "\t\t\t\t<video poster=\"";
  647.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'243$this->source); })()), "recipes", [], "any"falsefalsefalse243), 0, [], "array"falsefalsefalse243), "featured_image", [], "any"falsefalsefalse243), "html"nulltrue);
  648.             yield "\" preload=\"auto\" loop=\"true\" autoplay=\"true\" muted=\"true\">
  649. \t\t\t\t\t<source src=\"";
  650.             // line 244
  651.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["trendingrecipes"]) || array_key_exists("trendingrecipes"$context) ? $context["trendingrecipes"] : (function () { throw new RuntimeError('Variable "trendingrecipes" does not exist.'244$this->source); })()), "recipes", [], "any"falsefalsefalse244), 0, [], "array"falsefalsefalse244), "banner_video", [], "any"falsefalsefalse244), "data", [], "any"falsefalsefalse244), "html"nulltrue);
  652.             yield "\" type=\"video/mp4\">
  653. \t\t\t\t\tYour browser does not support the video tag.
  654. \t\t\t\t</video>
  655. \t\t\t";
  656.         }
  657.         // line 248
  658.         yield "\t\t</div>
  659. \t</div>
  660. \t";
  661.         // line 252
  662.         yield from $this->loadTemplate("layout/baseimage.html.twig""content/home.html.twig"252)->unwrap()->yield($context);
  663.         // line 253
  664.         yield "</section>
  665. <!--End Info Media-->
  666. ";
  667.         // line 256
  668.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"areablock""content", ["allowed" => ["our-culinary-champions"], "sorting" => ["our-culinary-champions"]]);
  669.         // line 261
  670.         yield "
  671. <!--Start Featured Recipes Section-->
  672. <section class=\"featured-recipes-section featured-recipes-section-home recipes-two-home\">
  673. \t<div class=\"container container-sm\">
  674. \t\t<h2 class=\"heading\">";
  675.         // line 266
  676.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Featured Recipes"), "html"nulltrue);
  677.         yield "</h2>
  678. \t\t<div class=\"featured-recipes\">
  679. \t\t\t<div class=\"custom-slider featured-recipes-slider home_recipe__slider\">
  680. \t\t\t\t";
  681.         // line 270
  682.         $context['_parent'] = $context;
  683.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["featured_recipes"]) || array_key_exists("featured_recipes"$context) ? $context["featured_recipes"] : (function () { throw new RuntimeError('Variable "featured_recipes" does not exist.'270$this->source); })()));
  684.         foreach ($context['_seq'] as $context["_key"] => $context["featured_recipe"]) {
  685.             // line 271
  686.             yield "\t\t\t\t\t<div class=\"slide\">
  687. \t\t\t\t\t\t<div class=\"slide-holder\">
  688. \t\t\t\t\t\t\t<a href=\"";
  689.             // line 273
  690.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["weblink"]) || array_key_exists("weblink"$context) ? $context["weblink"] : (function () { throw new RuntimeError('Variable "weblink" does not exist.'273$this->source); })()), "html"nulltrue);
  691.             yield "/all-recipes/";
  692.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "url", [], "any"falsefalsefalse273), "html"nulltrue);
  693.             yield "\">
  694. \t\t\t\t\t\t\t\t<a href=\"";
  695.             // line 274
  696.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["weblink"]) || array_key_exists("weblink"$context) ? $context["weblink"] : (function () { throw new RuntimeError('Variable "weblink" does not exist.'274$this->source); })()), "html"nulltrue);
  697.             yield "/all-recipes/";
  698.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "url", [], "any"falsefalsefalse274), "html"nulltrue);
  699.             yield "\">
  700. \t\t\t\t\t\t\t\t\t<figure
  701. \t\t\t\t\t\t\t\t\t\tclass=\"slide-img\">
  702. \t\t\t\t\t\t\t\t\t\t";
  703.             // line 278
  704.             yield "\t\t\t\t\t\t\t\t\t\t";
  705.             if (CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "featured_image", [], "any"falsefalsefalse278)) {
  706.                 // line 279
  707.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  708.                 yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "featured_image", [], "any"falsefalsefalse279), "thumbnail", ["354x244"], "method"falsefalsefalse279), "getHTML", [["imgAttributes" => ["class" => """alt" => CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "name", [], "any"falsefalsefalse279)]]], "method"falsefalsefalse279);
  709.                 yield "
  710. \t\t\t\t\t\t\t\t\t\t";
  711.             }
  712.             // line 282
  713.             yield "
  714. \t\t\t\t\t\t\t\t\t\t";
  715.             // line 283
  716.             if (CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "banner_video", [], "any"falsefalsefalse283)) {
  717.                 // line 284
  718.                 yield "\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-play-circle\"></i>
  719. \t\t\t\t\t\t\t\t\t\t";
  720.             }
  721.             // line 286
  722.             yield "\t\t\t\t\t\t\t\t\t</figure>
  723. \t\t\t\t\t\t\t\t</a>
  724. \t\t\t\t\t\t\t\t<div class=\"slide-content\">
  725. \t\t\t\t\t\t\t\t\t<a href=\"";
  726.             // line 289
  727.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["weblink"]) || array_key_exists("weblink"$context) ? $context["weblink"] : (function () { throw new RuntimeError('Variable "weblink" does not exist.'289$this->source); })()), "html"nulltrue);
  728.             yield "/all-recipes/";
  729.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "url", [], "any"falsefalsefalse289), "html"nulltrue);
  730.             yield "\">
  731. \t\t\t\t\t\t\t\t\t\t<h3>";
  732.             // line 290
  733.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "name", [], "any"falsefalsefalse290), "html"nulltrue);
  734.             yield "</h3>
  735. \t\t\t\t\t\t\t\t\t</a>
  736. \t\t\t\t\t\t\t\t\t<p>";
  737.             // line 292
  738.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "short_description", [], "any"falsefalsefalse292), "html"nulltrue);
  739.             yield "</p>
  740. \t\t\t\t\t\t\t\t\t<ul
  741. \t\t\t\t\t\t\t\t\t\tclass=\"list-unstyled recipe-info\">
  742. \t\t\t\t\t\t\t\t\t\t";
  743.             // line 296
  744.             yield "\t\t\t\t\t\t\t\t\t\t<li class=\"orders\">";
  745.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("No. Of"), "html"nulltrue);
  746.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Serving"), "html"nulltrue);
  747.             yield "
  748. \t\t\t\t\t\t\t\t\t\t\t";
  749.             // line 297
  750.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "serves", [], "any"falsefalsefalse297), "html"nulltrue);
  751.             yield "</li>
  752. \t\t\t\t\t\t\t\t\t\t<li class=\"time\">";
  753.             // line 298
  754.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "typeofmeal", [], "any"falsefalsefalse298)), "html"nulltrue);
  755.             yield "</li>
  756. \t\t\t\t\t\t\t\t\t</ul>
  757. \t\t\t\t\t\t\t\t</div>
  758. \t\t\t\t\t\t\t\t<div class=\"btn-holder\">
  759. \t\t\t\t\t\t\t\t\t<a href=\"/";
  760.             // line 302
  761.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'302$this->source); })()), "request", [], "any"falsefalsefalse302), "locale", [], "any"falsefalsefalse302), "html"nulltrue);
  762.             yield "/all-recipes/";
  763.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["featured_recipe"], "url", [], "any"falsefalsefalse302), "html"nulltrue);
  764.             yield "\" class=\"btn btn-custom btn-lg-o-black\">";
  765.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("View Recipe"), "html"nulltrue);
  766.             yield "</a>
  767. \t\t\t\t\t\t\t\t</div>
  768. \t\t\t\t\t\t\t</div>
  769. \t\t\t\t\t\t</div>
  770. \t\t\t\t\t";
  771.         }
  772.         $_parent $context['_parent'];
  773.         unset($context['_seq'], $context['_key'], $context['featured_recipe'], $context['_parent']);
  774.         $context array_intersect_key($context$_parent) + $_parent;
  775.         // line 308
  776.         yield "
  777. \t\t\t\t</div>
  778. \t\t\t</div>
  779. \t\t</div>
  780. \t</section>
  781. \t<!--End Featured Recipes Section-->
  782. \t<!--Start GFS Loyalty Program-->
  783. \t";
  784.         // line 317
  785.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"areablock""content-loyalty", ["allowed" => ["loyalty-banner"]]);
  786.         // line 322
  787.         yield "
  788. \t<section class=\"info-media loyalty-program loyalty-program-home loyalty-program-inner d-none\">
  789. \t\t<div class=\"container container-sm\">
  790. \t\t\t<div class=\"info-section\">
  791. \t\t\t\t<h5>";
  792.         // line 327
  793.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Loyalty Program"), "html"nulltrue);
  794.         yield "</h5>
  795. \t\t\t\t<h4>";
  796.         // line 328
  797.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["loyaltybanner"]) || array_key_exists("loyaltybanner"$context) ? $context["loyaltybanner"] : (function () { throw new RuntimeError('Variable "loyaltybanner" does not exist.'328$this->source); })()), "sliders", [], "any"falsefalsefalse328), 0, [], "array"falsefalsefalse328), "localizedfields", [], "any"falsefalsefalse328), "data", [], "any"falsefalsefalse328), "getLocalizedValue", ["heading"], "method"falsefalsefalse328), "html"nulltrue);
  798.         yield "</h4>
  799. \t\t\t\t<h3>";
  800.         // line 329
  801.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["loyaltybanner"]) || array_key_exists("loyaltybanner"$context) ? $context["loyaltybanner"] : (function () { throw new RuntimeError('Variable "loyaltybanner" does not exist.'329$this->source); })()), "sliders", [], "any"falsefalsefalse329), 0, [], "array"falsefalsefalse329), "localizedfields", [], "any"falsefalsefalse329), "data", [], "any"falsefalsefalse329), "getLocalizedValue", ["heading1"], "method"falsefalsefalse329), "html"nulltrue);
  802.         yield "</h3>
  803. \t\t\t\t<p>";
  804.         // line 330
  805.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["loyaltybanner"]) || array_key_exists("loyaltybanner"$context) ? $context["loyaltybanner"] : (function () { throw new RuntimeError('Variable "loyaltybanner" does not exist.'330$this->source); })()), "sliders", [], "any"falsefalsefalse330), 0, [], "array"falsefalsefalse330), "localizedfields", [], "any"falsefalsefalse330), "data", [], "any"falsefalsefalse330), "getLocalizedValue", ["description"], "method"falsefalsefalse330), "html"nulltrue);
  806.         yield "</p>
  807. \t\t\t\t<div class=\"btn-holder\">
  808. \t\t\t\t\t<div class=\"btn-border\">
  809. \t\t\t\t\t\t<a href=\"/";
  810.         // line 335
  811.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'335$this->source); })()), "request", [], "any"falsefalsefalse335), "locale", [], "any"falsefalsefalse335), "html"nulltrue);
  812.         yield "/loyalty-program\" class=\"btn btn-custom btn-green\">";
  813.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Discover More"), "html"nulltrue);
  814.         yield "</a>
  815. \t\t\t\t\t</div>
  816. \t\t\t\t\t<div class=\"newsletter-subscribe\">
  817. \t\t\t\t\t\t<h4>\"";
  818.         // line 338
  819.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Coming Soon"), "html"nulltrue);
  820.         yield "\"</h4>
  821. \t\t\t\t\t</div>
  822. \t\t\t\t\t";
  823.         // line 341
  824.         if ((null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'341$this->source); })()), "session", [], "any"falsefalsefalse341), "get", ["loginUserName"], "method"falsefalsefalse341))) {
  825.             // line 342
  826.             yield "\t\t\t\t\t\t<div class=\"btn-border btn-border-black d-none\">
  827. \t\t\t\t\t\t\t<a href=\"/";
  828.             // line 343
  829.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'343$this->source); })()), "request", [], "any"falsefalsefalse343), "locale", [], "any"falsefalsefalse343), "html"nulltrue);
  830.             yield "/signup\" class=\"btn btn-custom btn-lg-o-black\">";
  831.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Sign-up Now!"), "html"nulltrue);
  832.             yield "</a>
  833. \t\t\t\t\t\t</div>
  834. \t\t\t\t\t";
  835.         }
  836.         // line 346
  837.         yield "\t\t\t\t</div>
  838. \t\t\t</div>
  839. \t\t\t<div class=\"media-section\">
  840. \t\t\t\t<img src=\"";
  841.         // line 350
  842.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["loyaltybanner"]) || array_key_exists("loyaltybanner"$context) ? $context["loyaltybanner"] : (function () { throw new RuntimeError('Variable "loyaltybanner" does not exist.'350$this->source); })()), "sliders", [], "any"falsefalsefalse350), 0, [], "array"falsefalsefalse350), "slider_image", [], "any"falsefalsefalse350), "data", [], "any"falsefalsefalse350), "html"nulltrue);
  843.         yield "\" alt=\"loyaltybanner banner\">
  844. \t\t\t</div>
  845. \t\t</div>
  846. \t</section>
  847. \t<!--End GFS Loyalty Program-->
  848. \t<!--Start Training Today Section-->
  849. \t<section class=\"start-training start-training-home home-start-training-section-edited\">
  850. \t\t<div class=\"container container-lg\">
  851. \t\t\t<div class=\"media-box slide-media-desktop\">
  852. \t\t\t\t<img src=\"/static/assets/images/training.jpg\" alt=\"training dextop image\">
  853. \t\t\t</div>
  854. \t\t\t<div class=\"media-box slide-media-mobile\">
  855. \t\t\t\t<img src=\"/static/assets/images/Home_page_training.jpg\" alt=\"training mobile image\">
  856. \t\t\t</div>
  857. \t\t\t<div class=\"start-training-info\">
  858. \t\t\t\t<h5 class=\"text-white\">";
  859.         // line 369
  860.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Training"), "html"nulltrue);
  861.         yield "</h5>
  862. \t\t\t\t<h3 class=\"text-white\">";
  863.         // line 370
  864.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Get Tips, Craft Skills and Master Techniques"), "html"nulltrue);
  865.         yield ".</h3>
  866. \t\t\t\t<p>";
  867.         // line 371
  868.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Training_home_page_desc"), "html"nulltrue);
  869.         yield "</p>
  870. \t\t\t\t<div class=\"btn-border\">
  871. \t\t\t\t\t<a href=\"/";
  872.         // line 374
  873.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'374$this->source); })()), "request", [], "any"falsefalsefalse374), "locale", [], "any"falsefalsefalse374), "html"nulltrue);
  874.         yield "/professional-training\" class=\"btn btn-custom btn-lg-o-black\">";
  875.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Start Training Today!"), "html"nulltrue);
  876.         yield "</a>
  877. \t\t\t\t</div>
  878. \t\t\t<hr class=\"customHr\" />
  879. \t\t\t\t<ul class=\"list-unstyled info-list\">
  880. \t\t\t\t\t<li><span><img src=\"/static/assets/images/chef_hat_fill.svg\" class=\"img-fluid\" alt=\"\" /></span> ";
  881.         // line 378
  882.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("For Chefs"), "html"nulltrue);
  883.         yield "</li>
  884. \t\t\t\t\t<li><span><img src=\"/static/assets/images/staff.svg\" class=\"img-fluid\" alt=\"\" /></span> ";
  885.         // line 379
  886.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("For Staff"), "html"nulltrue);
  887.         yield "</li>
  888. \t\t\t\t\t<li><span><img src=\"/static/assets/images/owner.svg\" class=\"img-fluid\" alt=\"\" /></span> ";
  889.         // line 380
  890.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("For Owners"), "html"nulltrue);
  891.         yield "</li>
  892. \t\t\t\t\t<li><span><img src=\"/static/assets/images/user_setting_fill.svg\" class=\"img-fluid\" alt=\"\" /></span> ";
  893.         // line 381
  894.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("For Managers"), "html"nulltrue);
  895.         yield "</li>
  896. \t\t\t\t</ul>
  897. \t\t\t</div>
  898. \t\t</div>
  899. \t</section>
  900. \t<!--End Training Today Section-->
  901. \t<!--Start Resources Section-->
  902. \t<section class=\"info-media info-resources info-resources-home info__HomeResouce resources__info-home\">
  903. \t\t<div class=\"container container-sm resources-container\">
  904. \t\t\t<div class=\"info-section\">
  905. \t\t\t\t<h5>";
  906.         // line 393
  907.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Resources"), "html"nulltrue);
  908.         yield "</h5>
  909. \t\t\t\t<h3>";
  910.         // line 394
  911.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["homearticle"]) || array_key_exists("homearticle"$context) ? $context["homearticle"] : (function () { throw new RuntimeError('Variable "homearticle" does not exist.'394$this->source); })()), "name", [], "any"falsefalsefalse394), "html"nulltrue);
  912.         yield "</h3>
  913. \t\t\t\t<p>";
  914.         // line 395
  915.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""resource_dec_1");
  916.         yield "</p>
  917. \t\t\t\t<div class=\"btn-holder\">
  918. \t\t\t\t\t<div class=\"btn-border\">
  919. \t\t\t\t\t\t<a href=\"/";
  920.         // line 398
  921.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'398$this->source); })()), "request", [], "any"falsefalsefalse398), "locale", [], "any"falsefalsefalse398), "html"nulltrue);
  922.         yield "/resource/";
  923.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["homearticle"]) || array_key_exists("homearticle"$context) ? $context["homearticle"] : (function () { throw new RuntimeError('Variable "homearticle" does not exist.'398$this->source); })()), "url", [], "any"falsefalsefalse398), "html"nulltrue);
  924.         yield "\" class=\"btn btn-custom btn-green\">";
  925.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Read More"), "html"nulltrue);
  926.         yield "</a>
  927. \t\t\t\t\t</div>
  928. \t\t\t\t\t<div class=\"btn-border btn-border-black\">
  929. \t\t\t\t\t\t<a href=\"/";
  930.         // line 401
  931.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'401$this->source); })()), "request", [], "any"falsefalsefalse401), "locale", [], "any"falsefalsefalse401), "html"nulltrue);
  932.         yield "/resources\" class=\"btn btn-custom btn-blue-brd\">";
  933.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Discover More"), "html"nulltrue);
  934.         yield "</a>
  935. \t\t\t\t\t</div>
  936. \t\t\t\t</div>
  937. \t\t\t</div>
  938. \t\t\t<div
  939. \t\t\t\tclass=\"media-section\">
  940. \t\t\t\t";
  941.         // line 407
  942.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["homearticle"]) || array_key_exists("homearticle"$context) ? $context["homearticle"] : (function () { throw new RuntimeError('Variable "homearticle" does not exist.'407$this->source); })()), "image", [], "any"falsefalsefalse407)) {
  943.             // line 408
  944.             yield "\t\t\t\t\t";
  945.             yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["homearticle"]) || array_key_exists("homearticle"$context) ? $context["homearticle"] : (function () { throw new RuntimeError('Variable "homearticle" does not exist.'408$this->source); })()), "image", [], "any"falsefalsefalse408), "thumbnail", ["858x592"], "method"falsefalsefalse408), "getHTML", [["imgAttributes" => ["class" => """alt" => "Home Article Image"]]], "method"falsefalsefalse408);
  946.             yield "
  947. \t\t\t\t";
  948.         }
  949.         // line 410
  950.         yield "\t\t\t</div>
  951. \t\t</div>
  952. \t</section>
  953. \t<!--End Resources Section-->
  954. \t<!--Start Technologies -->
  955. \t<section class=\"technolgies-section technolgies-section-home technology__homBox\">
  956. \t\t<div class=\"container container-sm\">
  957. \t\t\t<div class=\"tech-info home__infoList\">
  958. \t\t\t\t<h5>";
  959.         // line 422
  960.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Tools"), "html"nulltrue);
  961.         yield "</h5>
  962. \t\t\t\t<h3>";
  963.         // line 423
  964.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""toos_heading");
  965.         yield "</h3>
  966. \t\t\t\t<p>";
  967.         // line 424
  968.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""toos_desc");
  969.         yield "</p>
  970. \t\t\t\t<div class=\"newsletter-subscribe\">
  971. \t\t\t\t\t<h4>\"";
  972.         // line 426
  973.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Coming Soon"), "html"nulltrue);
  974.         yield "\"</h4>
  975. \t\t\t\t</div>
  976. \t\t\t\t<div class=\"btn-holder btn-border d-none\">
  977. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white\">";
  978.         // line 429
  979.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Coming soon"), "html"nulltrue);
  980.         yield "</a>
  981. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white d-none\">Discover More</a>
  982. \t\t\t\t</div>
  983. \t\t\t\t<div class=\"pattran_img\">
  984. \t\t\t\t\t<img src=\"/static/assets/images/pattran_img.png\" alt=\"pattran image\">
  985. \t\t\t\t</div>
  986. \t\t\t</div>
  987. \t\t\t<ul class=\"list-unstyled tech-list\">
  988. \t\t\t\t<li>
  989. \t\t\t\t\t<a href=\"#\">
  990. \t\t\t\t\t<img src=\"/static/assets/images/menu-builder.svg\" alt=\"menu builder image\">
  991. \t\t\t\t\t<h5>";
  992.         // line 442
  993.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Menu Builder"), "html"nulltrue);
  994.         yield "</h5>
  995. \t\t\t\t</a>
  996. \t\t\t\t</li>
  997. \t\t\t\t<li>
  998. \t\t\t\t\t<a href=\"#\">
  999. \t\t\t\t\t<img src=\"/static/assets/images/inventory.svg\" alt=\"inventory image\">
  1000. \t\t\t\t\t<h5>";
  1001.         // line 448
  1002.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Inventory Manager"), "html"nulltrue);
  1003.         yield "</h5>
  1004. \t\t\t\t\t</a>
  1005. \t\t\t\t</li>
  1006. \t\t\t\t<li>
  1007. \t\t\t\t\t<a href=\"#\">
  1008. \t\t\t\t\t<img src=\"/static/assets/images/training.svg\" alt=\"training image\">
  1009. \t\t\t\t\t<h5>";
  1010.         // line 454
  1011.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Training Suggester"), "html"nulltrue);
  1012.         yield "</h5>
  1013. \t\t\t\t\t</a>
  1014. \t\t\t\t</li>
  1015. \t\t\t\t<li>
  1016. \t\t\t\t\t<a href=\"#\">
  1017. \t\t\t\t\t<img src=\"/static/assets/images/calculator.svg\" alt=\"calculator image\">
  1018. \t\t\t\t\t<h5>";
  1019.         // line 460
  1020.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Profit Calculator"), "html"nulltrue);
  1021.         yield "</h5>
  1022. \t\t\t\t\t</a>
  1023. \t\t\t\t</li>
  1024. \t\t\t</ul>
  1025. \t\t\t<div class=\"btn-holder d-none\">
  1026. \t\t\t\t<div class=\"btn-border\">
  1027. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white\">";
  1028.         // line 467
  1029.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Coming soon"), "html"nulltrue);
  1030.         yield "</a>
  1031. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white d-none\">Discover More</a>
  1032. \t\t\t\t</div>
  1033. \t\t\t</div>
  1034. \t\t</div>
  1035. \t</section>
  1036. \t<!--End Technologies -->
  1037. \t<script type=\"application/ld+json\">
  1038. \t\t{
  1039. \t\t\t\t\t\t\t\t\t\t\t\"@context\": \"https://schema.org/\",
  1040. \t\t\t\t\t\t\t\t\t\t\t\"@type\": \"WebSite\",
  1041. \t\t\t\t\t\t\t\t\t\t\t\"name\": \"Goody Culinary Solutions\",
  1042. \t\t\t\t\t\t\t\t\t\t\t\"url\": \"http://goodycs.com/";
  1043.         // line 481
  1044.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'481$this->source); })()), "request", [], "any"falsefalsefalse481), "locale", [], "any"falsefalsefalse481), "html"nulltrue);
  1045.         yield "\",
  1046. \t\t\t\t\t\t\t\t\t\t\t\"potentialAction\": {
  1047. \t\t\t\t\t\t\t\t\t\t\t\t\"@type\": \"SearchAction\",
  1048. \t\t\t\t\t\t\t\t\t\t\t\t\"target\": \"http://goodycs.com/";
  1049.         // line 484
  1050.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'484$this->source); })()), "request", [], "any"falsefalsefalse484), "locale", [], "any"falsefalsefalse484), "html"nulltrue);
  1051.         yield "/searchrecipe?{search_term_string}\",
  1052. \t\t\t\t\t\t\t\t\t\t\t\t\"query-input\": \"required name=search_term_string\"
  1053. \t\t\t\t\t\t\t\t\t\t\t}
  1054. \t\t\t\t\t\t\t\t\t\t\t}
  1055. \t</script>
  1056. \t<script type=\"application/ld+json\">
  1057. \t\t{
  1058. \t\t\t\t\t\t\t\t\t\t\t\t\t\"@context\": \"https://schema.org\",
  1059. \t\t\t\t\t\t\t\t\t\t\t\t\t\"@type\": \"Organization\",
  1060. \t\t\t\t\t\t\t\t\t\t\t\t\t\"name\": \"Goody Culinary Solutions\",
  1061. \t\t\t\t\t\t\t\t\t\t\t\t\t\"alternateName\": \"Goody Professional\",
  1062. \t\t\t\t\t\t\t\t\t\t\t\t\t\"url\": \"http://goodycs.com/";
  1063.         // line 496
  1064.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'496$this->source); })()), "request", [], "any"falsefalsefalse496), "locale", [], "any"falsefalsefalse496), "html"nulltrue);
  1065.         yield "/\",
  1066. \t\t\t\t\t\t\t\t\t\t\t\t\t\"logo\": \"http://goodycs.com/static/assets/images/GCS_Logo_Header.svg\",
  1067. \t\t\t\t\t\t\t\t\t\t\t\t\t\"image\": \"http://goodycs.com/static/assets/images/GCS_Logo_Header.svg\",
  1068. \t\t\t\t\t\t\t\t\t\t\t\t\t\"telephone\": \"( 966) 12 660 4481\",
  1069. \t\t\t\t\t\t\t\t\t\t\t\t\t\"address\": {
  1070. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"@type\": \"PostalAddress\",
  1071. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"addressLocality\": \"Jeddah, Saudi Arabia\",
  1072. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"postalCode\": \"21411\",
  1073. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"streetAddress\": \"26 AA'Lam Al-Islam\"
  1074. \t\t\t\t\t\t\t\t\t\t\t\t\t},
  1075. \t\t\t\t\t\t\t\t\t\t\t\t\t
  1076. \t\t\t\t\t\t\t\t\t\t\t\t\t\"sameAs\": [
  1077. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"https://twitter.com/gfs_ksa?s=11\",
  1078. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"https://www.linkedin.com/company/goody-culinary-solutions\"
  1079. \t\t\t\t\t\t\t\t\t\t\t\t\t]
  1080. \t\t\t\t\t\t\t\t\t\t\t\t\t}
  1081. \t</script>
  1082. \t";
  1083.         // line 514
  1084.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'514$this->source); })()), "request", [], "any"falsefalsefalse514), "locale", [], "any"falsefalsefalse514) == "ar")) {
  1085.             // line 515
  1086.             yield "\t\t";
  1087.             $context["topMenu"] = "/en";
  1088.             // line 516
  1089.             yield "\t";
  1090.         } else {
  1091.             // line 517
  1092.             yield "\t\t";
  1093.             $context["topMenu"] = "/ar";
  1094.             // line 518
  1095.             yield "\t";
  1096.         }
  1097.         // line 519
  1098.         yield "\t<script>
  1099. \t\tvar _TopMenuLink = \"";
  1100.         // line 520
  1101.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["topMenu"]) || array_key_exists("topMenu"$context) ? $context["topMenu"] : (function () { throw new RuntimeError('Variable "topMenu" does not exist.'520$this->source); })()), "html"nulltrue);
  1102.         yield "\";
  1103. \t</script>
  1104. ";
  1105.         
  1106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1107.         
  1108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1109.         yield from [];
  1110.     }
  1111.     /**
  1112.      * @codeCoverageIgnore
  1113.      */
  1114.     public function getTemplateName(): string
  1115.     {
  1116.         return "content/home.html.twig";
  1117.     }
  1118.     /**
  1119.      * @codeCoverageIgnore
  1120.      */
  1121.     public function isTraitable(): bool
  1122.     {
  1123.         return false;
  1124.     }
  1125.     /**
  1126.      * @codeCoverageIgnore
  1127.      */
  1128.     public function getDebugInfo(): array
  1129.     {
  1130.         return array (  1162 => 520,  1159 => 519,  1156 => 518,  1153 => 517,  1150 => 516,  1147 => 515,  1145 => 514,  1124 => 496,  1109 => 484,  1103 => 481,  1086 => 467,  1076 => 460,  1067 => 454,  1058 => 448,  1049 => 442,  1033 => 429,  1027 => 426,  1022 => 424,  1018 => 423,  1014 => 422,  1000 => 410,  994 => 408,  992 => 407,  981 => 401,  971 => 398,  965 => 395,  961 => 394,  957 => 393,  942 => 381,  938 => 380,  934 => 379,  930 => 378,  921 => 374,  915 => 371,  911 => 370,  907 => 369,  885 => 350,  879 => 346,  871 => 343,  868 => 342,  866 => 341,  860 => 338,  852 => 335,  844 => 330,  840 => 329,  836 => 328,  832 => 327,  825 => 322,  823 => 317,  812 => 308,  796 => 302,  789 => 298,  785 => 297,  779 => 296,  773 => 292,  768 => 290,  762 => 289,  757 => 286,  753 => 284,  751 => 283,  748 => 282,  741 => 279,  738 => 278,  730 => 274,  724 => 273,  720 => 271,  716 => 270,  709 => 266,  702 => 261,  700 => 256,  695 => 253,  693 => 252,  687 => 248,  680 => 244,  675 => 243,  669 => 241,  667 => 240,  656 => 234,  646 => 231,  639 => 227,  635 => 226,  630 => 225,  625 => 223,  621 => 222,  610 => 213,  595 => 211,  593 => 209,  592 => 208,  591 => 207,  588 => 206,  571 => 205,  566 => 203,  546 => 185,  540 => 184,  534 => 180,  524 => 178,  522 => 177,  517 => 174,  510 => 171,  508 => 170,  506 => 169,  498 => 164,  493 => 162,  489 => 160,  486 => 159,  484 => 158,  480 => 157,  473 => 153,  461 => 143,  442 => 138,  436 => 137,  431 => 135,  425 => 132,  419 => 129,  413 => 126,  406 => 122,  400 => 120,  383 => 119,  377 => 115,  358 => 112,  352 => 111,  347 => 110,  330 => 109,  323 => 105,  310 => 94,  293 => 90,  289 => 88,  287 => 87,  281 => 84,  272 => 83,  268 => 81,  262 => 78,  254 => 77,  248 => 74,  241 => 73,  238 => 72,  235 => 71,  232 => 70,  230 => 69,  227 => 68,  224 => 65,  219 => 63,  214 => 62,  209 => 60,  204 => 59,  202 => 58,  199 => 57,  194 => 55,  191 => 54,  189 => 53,  183 => 49,  178 => 46,  174 => 44,  171 => 43,  165 => 40,  160 => 39,  158 => 38,  153 => 35,  148 => 33,  144 => 31,  140 => 29,  137 => 28,  131 => 25,  126 => 24,  124 => 23,  120 => 21,  103 => 20,  94 => 13,  91 => 12,  88 => 11,  85 => 10,  82 => 9,  80 => 8,  76 => 6,  63 => 5,  40 => 1,);
  1131.     }
  1132.     public function getSourceContext(): Source
  1133.     {
  1134.         return new Source("{% extends \"layout/layout.html.twig\" %}
  1135. {# {% block title %}Goody Culinary Solutions::Home{% endblock %} #}
  1136. {% block content %}
  1137. \t{% if app.request.locale == 'en' %}
  1138. \t\t{% set weblink ='en' %}
  1139. \t{% else %}
  1140. \t\t{% set weblink ='ar' %}
  1141. \t{% endif %}
  1142. \t<!--Start Main Slider-->
  1143. \t<!-- class added autoplay-banner-section -->
  1144. \t<section class=\"main-slider-section autoplay-banner-section main-home-slider-banner\">
  1145. \t\t<div class=\"container container-lg\">
  1146. \t\t\t<div class=\"custom-slider singal-slider main-slider\">
  1147. \t\t\t\t{% for slide in home_slider %}
  1148. \t\t\t\t\t<div class=\"slide\">
  1149. \t\t\t\t\t\t<div class=\"slide-media slide-media-desktop\">
  1150. \t\t\t\t\t\t\t{% if slide.slider_video.data.data is defined %}
  1151. \t\t\t\t\t\t\t\t<video poster=\"{{ slide.slider_image.data }}\" autoplay loop muted playsinline preload=\"auto\">
  1152. \t\t\t\t\t\t\t\t\t<source src=\"{{ slide.slider_video.data.data }}\" type=\"video/mp4\">Your browser does not support the video tag.
  1153. \t\t\t\t\t\t\t\t</video>
  1154. \t\t\t\t\t\t\t{% else %}
  1155. \t\t\t\t\t\t\t\t<video
  1156. \t\t\t\t\t\t\t\t\tposter=\"{{ slide.slider_image.data }}\">
  1157. \t\t\t\t\t\t\t\t\t{# <source src=\"{{ slide.slider_video.data.data }}\" type=\"video/mp4\"> #}
  1158. \t\t\t\t\t\t\t\t\tYour browser does not support the video tag.
  1159. \t\t\t\t\t\t\t\t</video>
  1160. \t\t\t\t\t\t\t\t<img src=\"{{ slide.slider_image.data }}\" alt=\"\">
  1161. \t\t\t\t\t\t\t{% endif %}
  1162. \t\t\t\t\t\t</div>
  1163. \t\t\t\t\t\t<div class=\"slide-media slide-media-mobile\">
  1164. \t\t\t\t\t\t\t{% if slide.slider_video.data.data is defined %}
  1165. \t\t\t\t\t\t\t\t<video poster=\"{{ slide.slider_image_mobile.data }}\" autoplay loop muted playsinline preload=\"auto\">
  1166. \t\t\t\t\t\t\t\t\t<source src=\"{{ slide.slider_video_mobile.data.data }}\" type=\"video/mp4\">Your browser does not support the video tag.
  1167. \t\t\t\t\t\t\t\t</video>
  1168. \t\t\t\t\t\t\t{% else %}
  1169. \t\t\t\t\t\t\t\t<video
  1170. \t\t\t\t\t\t\t\t\tposter=\"{{ slide.slider_image_mobile.data }}\">
  1171. \t\t\t\t\t\t\t\t\t{# <source src=\"{{ slide.slider_video.data.data }}\" type=\"video/mp4\"> #}
  1172. \t\t\t\t\t\t\t\t\tYour browser does not support the video tag.
  1173. \t\t\t\t\t\t\t\t</video>
  1174. \t\t\t\t\t\t\t{% endif %}
  1175. \t\t\t\t\t\t</div>
  1176. \t\t\t\t\t\t<div class=\"silde-content-box \">
  1177. \t\t\t\t\t\t\t<div class=\"slide-content\">
  1178. \t\t\t\t\t\t\t\t{% if loop.index == 100 %}
  1179. \t\t\t\t\t\t\t\t\t<img src=\"/static/assets/images/ZADK-HomeSlider_logo.png\" alt=\"\">
  1180. \t\t\t\t\t\t\t\t\t<h3 class=\"my-lg-5 my-4\">{{\"Presents\" | trans}}</h3>
  1181. \t\t\t\t\t\t\t\t{% endif %}
  1182. \t\t\t\t\t\t\t\t<h1>
  1183. \t\t\t\t\t\t\t\t\t{% if loop.index == 1  %}
  1184. \t\t\t\t\t\t\t\t\t<span class=\"title-lg d-block Slide1stHome\">{{slide.localizedfields.data.getLocalizedValue('heading')}}</span>
  1185. \t\t\t\t\t\t\t\t\t<span class=\"title-sm underline-end\">{{slide.localizedfields.data.getLocalizedValue('heading1')}}</span>
  1186. \t\t\t\t\t\t\t\t\t{% else %}
  1187. \t\t\t\t\t\t\t\t\t<span class=\"title-sm d-block\">{{slide.localizedfields.data.getLocalizedValue('heading')}}</span>
  1188. \t\t\t\t\t\t\t\t\t<span class=\"title-lg underline-end\">{{slide.localizedfields.data.getLocalizedValue('heading1')}}</span>
  1189. \t\t\t\t\t\t\t\t\t{% endif %}
  1190. \t\t\t\t\t\t\t\t\t
  1191. \t\t\t\t\t\t\t\t\t{# <span class=\"title-sm d-block\">{{slide.localizedfields.data.getLocalizedValue('heading')}}</span>
  1192. \t\t\t\t\t\t\t\t\t<span class=\"title-lg underline-end\">{{slide.localizedfields.data.getLocalizedValue('heading1')}}</span> #}
  1193. \t\t\t\t\t\t\t\t</h1>
  1194. \t\t\t\t\t\t\t\t{% if slide.localizedfields.data.getLocalizedValue('url') is not empty %}
  1195. \t\t\t\t\t\t\t\t\t\t{% if loop.index == 1  %}
  1196. \t\t\t\t\t\t\t\t\t\t\t{% set user = app.session.get('loginUserName') %}
  1197. \t\t\t\t\t\t\t\t\t\t\t{% if user is not null %}
  1198. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/{{slide.localizedfields.data.getLocalizedValue('url')}}\" target=\"_blank\" class=\"btn btn-custom btn-lg-o-yellow-white {{ loop.index == 1 ?'mt-5' : '' }}\">
  1199. \t\t\t\t\t\t\t\t\t\t\t\t\t{{'Explore the Q2 Summer Newsletter'| trans}}
  1200. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  1201. \t\t\t\t\t\t\t\t\t\t\t{% else %}
  1202. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" onclick=\"storePdfForLater('{{ slide.localizedfields.data.getLocalizedValue('url') starts with '/' ? '' : '/' }}{{slide.localizedfields.data.getLocalizedValue('url')}}')\" class=\"btn btn-custom btn-lg-o-yellow-white {{ loop.index == 1 ?'mt-5' : '' }}\">
  1203. \t\t\t\t\t\t\t\t\t\t\t\t\t{{'Explore the Q2 Summer Newsletter'| trans}}
  1204. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  1205. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1206. \t\t\t\t\t\t\t\t\t\t
  1207. \t\t\t\t\t\t\t\t\t\t{% else %}
  1208. \t\t\t\t\t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/{{slide.localizedfields.data.getLocalizedValue('url')}}\" class=\"btn btn-custom btn-lg-o-yellow-white {{ loop.index == 1 ?'mt-5' : '' }}\">
  1209. \t\t\t\t\t\t\t\t\t\t\t\t{{'Start Your Journey'| trans}}
  1210. \t\t\t\t\t\t\t\t\t\t\t</a>
  1211. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1212. \t\t\t\t\t\t\t\t\t\t{# {{'Start Your Journey'| trans}}</a> #}
  1213. \t\t\t\t\t\t\t{% endif %}
  1214. \t\t\t\t\t\t</div>
  1215. \t\t\t\t\t</div>
  1216. \t\t\t\t</div>
  1217. \t\t\t{% endfor %}
  1218. \t\t</div>
  1219. \t</div>
  1220. </section>
  1221. <!--End Main Slider-->
  1222. <!--Start Brands Tab Section-->
  1223. <section class=\"BrandSectionNew\">
  1224. \t<div class=\"container container-lg\">
  1225. \t\t<div class=\"brandTabs\">
  1226. \t\t\t<div class=\"brandTitleMain\">
  1227. \t\t\t\t{{'Our Brands'|trans}}
  1228. \t\t\t</div>
  1229. \t\t\t<div class=\"brandLinks\">
  1230. \t\t\t\t<ul>
  1231. \t\t\t\t\t{% for brand in brands %}
  1232. \t\t\t\t\t<li class=\"tabBrand-{{loop.index}}\">
  1233. \t\t\t\t\t\t<img class=\"colored\" src=\"{{brand.ColoredImage}}\" alt=\"{{brand.name}}\">
  1234. \t\t\t\t\t\t<img class=\"white-colored\" src=\"{{brand.WhiteColoredImage}}\" alt=\"{{brand.name}}-color\">
  1235. \t\t\t\t\t</li>
  1236. \t\t\t\t\t{% endfor %}
  1237. \t\t\t\t</ul>
  1238. \t\t\t</div>
  1239. \t\t</div>
  1240. \t\t<div class=\"brandWrapper\">
  1241. \t\t\t{% for brand in brands %}
  1242. \t\t\t<div class=\"brandTabContent-{{loop.index}} brandTabContent\">
  1243. \t\t\t\t<div class=\"brandImg\">
  1244. \t\t\t\t\t<img src=\"{{brand.bannerSliderImage}}\" alt=\"\">
  1245. \t\t\t\t</div>
  1246. \t\t\t\t<div class=\"brandContent\">
  1247. \t\t\t\t\t<div class=\"imgLogo\">
  1248. \t\t\t\t\t\t<img src=\"{{brand.WhiteColoredImage}}\" alt=\"\">
  1249. \t\t\t\t\t</div>
  1250. \t\t\t\t\t<span class=\"subTitle\">
  1251. \t\t\t\t\t\t{{'Our Brands'|trans}}
  1252. \t\t\t\t\t</span>
  1253. \t\t\t\t\t<h2 class=\"brandTitle\">
  1254. \t\t\t\t\t\t{{brand.name}}
  1255. \t\t\t\t\t</h2>
  1256. \t\t\t\t\t<p class=\"brandDesc\">
  1257. \t\t\t\t\t\t{{brand.homeBannerDescription}}
  1258. \t\t\t\t\t</p>
  1259. \t\t\t\t\t<a href=\"/{{app.request.locale}}/brand/{{brand.url}}\" class=\"btn btn-custom btn-lg-o-black\">
  1260. \t\t\t\t\t\t{{'Explore The Range'|trans}}
  1261. \t\t\t\t\t</a>
  1262. \t\t\t\t</div>
  1263. \t\t\t</div>
  1264. \t\t\t{% endfor %}
  1265. \t\t</div>
  1266. \t</div>
  1267. </section>
  1268. <section class=\"brands-section\">
  1269. \t<div class=\"container container-lg\">
  1270. \t\t<!--Start Brands Tab Content-->
  1271. \t\t<div class=\"tab-content brands-section-content \" id=\"nav-tabContent\">
  1272. \t\t\t<h2 class=\"heading categories__tag\">{{'Our Categories'| trans}}</h2>
  1273. \t\t\t<!--Start Brand Recipes-->
  1274. \t\t\t\t<div class=\"brand-recipes\">
  1275. \t\t\t\t\t<div class=\"custom-slider brand-recipes-slider\">
  1276. \t\t\t\t\t\t{% for category in categories %}
  1277. \t\t\t\t\t\t{# Curenty ignoring #}
  1278. \t\t\t\t\t\t{% if category.name and category.description %}
  1279. \t\t\t\t\t  <div class=\"slide\">
  1280. \t\t\t\t\t\t<div class=\"card\">
  1281. \t\t\t\t\t\t\t<h3>{{ category.name }}</h3>
  1282. \t\t\t\t\t\t\t<div class=\"category_short_desc\">
  1283. \t\t\t\t\t\t\t\t<p>{{ category.description }}</p>
  1284. \t\t\t\t\t\t\t</div>
  1285. \t\t\t\t\t\t\t<div class=\"i_imgbox\">
  1286. \t\t\t\t\t\t\t\t<figure>
  1287. \t\t\t\t\t\t\t\t\t{% if category.cat_image %}
  1288. \t\t\t\t\t\t\t\t\t\t{# <img src=\"{{ category.cat_image }}\" alt=\"{{ category.name }}\"> #}
  1289. \t\t\t\t\t\t\t\t\t\t{{ category.cat_image.thumbnail('194x150').getHTML({imgAttributes: {class:'',alt:category.name }})|raw }}
  1290. \t\t\t\t\t\t\t\t\t{% endif %}
  1291. \t\t\t\t\t\t\t\t</figure>
  1292. \t\t\t\t\t\t\t</div>
  1293. \t\t\t\t\t\t\t<div class=\"btn__action__area\">
  1294. \t\t\t\t\t\t\t\t{% if category.url is defined %}
  1295. \t\t\t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/products/{{ category.url }}\" class=\"btn btn-custom btn-lg-o-black\">{{'Know More'|trans}}</a>
  1296. \t\t\t\t\t\t\t\t{% endif %}
  1297. \t\t\t\t\t\t\t</div>
  1298. \t\t\t\t\t\t</div>
  1299. \t\t\t\t\t  </div>
  1300. \t\t\t\t\t  {% endif %}
  1301. \t\t\t\t\t  {% endfor %}
  1302. \t\t\t\t  
  1303. \t\t\t\t\t  <!-- Duplicate the block above for more slides -->
  1304. \t\t\t\t\t  
  1305. \t\t\t\t\t</div>
  1306. \t\t\t\t  </div>
  1307. \t\t\t\t  
  1308. \t\t\t<!--End Brand Recipes-->
  1309. \t\t</div>
  1310. \t\t<!--End Brands Tab Content-->
  1311. \t</div>
  1312. </section>
  1313. <!--End Brands Tab Section-->
  1314. <!--Start Featured Section-->
  1315. <section class=\"featured-section featured-section-home featured-products-home-section\">
  1316. \t<div class=\"container container-lg\">
  1317. \t\t<h2 class=\"heading\">{{'Featured Products'| trans}}</h2>
  1318. \t\t<div class=\"featured-slider\">
  1319. \t\t\t{% for featured_product in featured_products %}
  1320. \t\t\t\t<div class=\"slide\">
  1321. \t\t\t\t\t{% include \"/includes/product-card.html.twig\" with {
  1322. \t\t\t\t\t\tfeatured_product: featured_product,
  1323. \t\t\t\t\t\tLikedId : LikedId,
  1324. \t\t\t\t\t} %}
  1325. \t\t\t\t</div>
  1326. \t\t\t{% endfor %}
  1327. \t\t</div>
  1328. \t</div>
  1329. </section>
  1330. <!--End Featured Section-->
  1331. <!--Start Info Media-->
  1332. <section class=\"info-media info-media-video homeTuna position-bg-img d-none\">
  1333. \t<div class=\"container container-sm\">
  1334. \t\t<div class=\"info-section\">
  1335. \t\t\t<h3>{{ trendingrecipes.recipes[0].name}}</h3>
  1336. \t\t\t<p>{{ trendingrecipes.recipes[0].short_description}}</p>
  1337. \t\t\t<ul class=\"list-unstyled recipe-info\"> 
  1338. \t\t\t\t<li class=\"orders\">{{'No. Of '|trans}}{{' Serving' |trans}}
  1339. \t\t\t\t\t{{ trendingrecipes.recipes[0].serves}}</li>
  1340. \t\t\t\t<li class=\"time\">{{ trendingrecipes.recipes[0].typeofmeal|trans}}</li>
  1341. \t\t\t</ul>
  1342. \t\t\t<div class=\"btn-holder\">
  1343. \t\t\t\t<div class=\"btn-button\">
  1344. \t\t\t\t\t<a href=\"{{ weblink }}/all-recipes/{{trendingrecipes.recipes[0].url}}\" class=\"btn btn-custom btn-green\">{{'Discover More'|trans}}</a>
  1345. \t\t\t\t</div>
  1346. \t\t\t\t<div class=\"btn-button-2\">
  1347. \t\t\t\t\t<a href=\"{{ weblink }}/recipes\" class=\"btn btn-custom btn-p-outline-blue\">{{'Search Recipes'|trans}}</a>
  1348. \t\t\t\t</div>
  1349. \t\t\t</div>
  1350. \t\t</div>
  1351. \t\t<div class=\"media-section media-section-01\">
  1352. \t\t\t{% if trendingrecipes.recipes[0].banner_video is empty %}
  1353. \t\t\t\t<video poster=\"{{trendingrecipes.recipes[0].featured_image}}\"></video>
  1354. \t\t\t{% else %}
  1355. \t\t\t\t<video poster=\"{{trendingrecipes.recipes[0].featured_image}}\" preload=\"auto\" loop=\"true\" autoplay=\"true\" muted=\"true\">
  1356. \t\t\t\t\t<source src=\"{{trendingrecipes.recipes[0].banner_video.data}}\" type=\"video/mp4\">
  1357. \t\t\t\t\tYour browser does not support the video tag.
  1358. \t\t\t\t</video>
  1359. \t\t\t{% endif %}
  1360. \t\t</div>
  1361. \t</div>
  1362. \t{% include \"layout/baseimage.html.twig\" %}
  1363. </section>
  1364. <!--End Info Media-->
  1365. {{ 
  1366. \t\tpimcore_areablock(\"content\", {
  1367. \t\t\t\"allowed\": [\"our-culinary-champions\"],
  1368. \t\t\t\"sorting\": [\"our-culinary-champions\"],
  1369. \t\t})
  1370. \t}}
  1371. <!--Start Featured Recipes Section-->
  1372. <section class=\"featured-recipes-section featured-recipes-section-home recipes-two-home\">
  1373. \t<div class=\"container container-sm\">
  1374. \t\t<h2 class=\"heading\">{{'Featured Recipes'|trans}}</h2>
  1375. \t\t<div class=\"featured-recipes\">
  1376. \t\t\t<div class=\"custom-slider featured-recipes-slider home_recipe__slider\">
  1377. \t\t\t\t{% for featured_recipe in featured_recipes %}
  1378. \t\t\t\t\t<div class=\"slide\">
  1379. \t\t\t\t\t\t<div class=\"slide-holder\">
  1380. \t\t\t\t\t\t\t<a href=\"{{ weblink }}/all-recipes/{{featured_recipe.url}}\">
  1381. \t\t\t\t\t\t\t\t<a href=\"{{ weblink }}/all-recipes/{{featured_recipe.url}}\">
  1382. \t\t\t\t\t\t\t\t\t<figure
  1383. \t\t\t\t\t\t\t\t\t\tclass=\"slide-img\">
  1384. \t\t\t\t\t\t\t\t\t\t{# <img src=\"{{ featured_recipe.featured_image }}\" alt=\"{{ featured_recipe.name }}\"> #}
  1385. \t\t\t\t\t\t\t\t\t\t{% if featured_recipe.featured_image %}
  1386. \t\t\t\t\t\t\t\t\t\t\t{{ featured_recipe.featured_image.thumbnail('354x244').getHTML({imgAttributes: {class:'',alt:featured_recipe.name }})|raw }}
  1387. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1388. \t\t\t\t\t\t\t\t\t\t{% if featured_recipe.banner_video %}
  1389. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-play-circle\"></i>
  1390. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1391. \t\t\t\t\t\t\t\t\t</figure>
  1392. \t\t\t\t\t\t\t\t</a>
  1393. \t\t\t\t\t\t\t\t<div class=\"slide-content\">
  1394. \t\t\t\t\t\t\t\t\t<a href=\"{{ weblink }}/all-recipes/{{featured_recipe.url}}\">
  1395. \t\t\t\t\t\t\t\t\t\t<h3>{{ featured_recipe.name }}</h3>
  1396. \t\t\t\t\t\t\t\t\t</a>
  1397. \t\t\t\t\t\t\t\t\t<p>{{ featured_recipe.short_description }}</p>
  1398. \t\t\t\t\t\t\t\t\t<ul
  1399. \t\t\t\t\t\t\t\t\t\tclass=\"list-unstyled recipe-info\">
  1400. \t\t\t\t\t\t\t\t\t\t{# <li class=\"mins\">{{ featured_recipe.time}}{{'mins'|trans}}</li> #}
  1401. \t\t\t\t\t\t\t\t\t\t<li class=\"orders\">{{'No. Of'|trans}}{{'Serving'|trans}}
  1402. \t\t\t\t\t\t\t\t\t\t\t{{featured_recipe.serves}}</li>
  1403. \t\t\t\t\t\t\t\t\t\t<li class=\"time\">{{ featured_recipe.typeofmeal|trans}}</li>
  1404. \t\t\t\t\t\t\t\t\t</ul>
  1405. \t\t\t\t\t\t\t\t</div>
  1406. \t\t\t\t\t\t\t\t<div class=\"btn-holder\">
  1407. \t\t\t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/all-recipes/{{featured_recipe.url}}\" class=\"btn btn-custom btn-lg-o-black\">{{'View Recipe'|trans}}</a>
  1408. \t\t\t\t\t\t\t\t</div>
  1409. \t\t\t\t\t\t\t</div>
  1410. \t\t\t\t\t\t</div>
  1411. \t\t\t\t\t{% endfor %}
  1412. \t\t\t\t</div>
  1413. \t\t\t</div>
  1414. \t\t</div>
  1415. \t</section>
  1416. \t<!--End Featured Recipes Section-->
  1417. \t<!--Start GFS Loyalty Program-->
  1418. \t{{ 
  1419. \t\t\tpimcore_areablock(\"content-loyalty\", {
  1420. \t\t\t\t\"allowed\": [\"loyalty-banner\"],
  1421. \t\t\t\t
  1422. \t\t\t})
  1423. \t\t}}
  1424. \t<section class=\"info-media loyalty-program loyalty-program-home loyalty-program-inner d-none\">
  1425. \t\t<div class=\"container container-sm\">
  1426. \t\t\t<div class=\"info-section\">
  1427. \t\t\t\t<h5>{{'Loyalty Program'|trans}}</h5>
  1428. \t\t\t\t<h4>{{ loyaltybanner.sliders[0].localizedfields.data.getLocalizedValue('heading')}}</h4>
  1429. \t\t\t\t<h3>{{ loyaltybanner.sliders[0].localizedfields.data.getLocalizedValue('heading1')}}</h3>
  1430. \t\t\t\t<p>{{ loyaltybanner.sliders[0].localizedfields.data.getLocalizedValue('description')}}</p>
  1431. \t\t\t\t<div class=\"btn-holder\">
  1432. \t\t\t\t\t<div class=\"btn-border\">
  1433. \t\t\t\t\t\t<a href=\"/{{app.request.locale}}/loyalty-program\" class=\"btn btn-custom btn-green\">{{'Discover More'|trans}}</a>
  1434. \t\t\t\t\t</div>
  1435. \t\t\t\t\t<div class=\"newsletter-subscribe\">
  1436. \t\t\t\t\t\t<h4>\"{{'Coming Soon'|trans}}\"</h4>
  1437. \t\t\t\t\t</div>
  1438. \t\t\t\t\t{% if app.session.get('loginUserName') is null %}
  1439. \t\t\t\t\t\t<div class=\"btn-border btn-border-black d-none\">
  1440. \t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/signup\" class=\"btn btn-custom btn-lg-o-black\">{{'Sign-up Now!'|trans}}</a>
  1441. \t\t\t\t\t\t</div>
  1442. \t\t\t\t\t{% endif %}
  1443. \t\t\t\t</div>
  1444. \t\t\t</div>
  1445. \t\t\t<div class=\"media-section\">
  1446. \t\t\t\t<img src=\"{{loyaltybanner.sliders[0].slider_image.data}}\" alt=\"loyaltybanner banner\">
  1447. \t\t\t</div>
  1448. \t\t</div>
  1449. \t</section>
  1450. \t<!--End GFS Loyalty Program-->
  1451. \t<!--Start Training Today Section-->
  1452. \t<section class=\"start-training start-training-home home-start-training-section-edited\">
  1453. \t\t<div class=\"container container-lg\">
  1454. \t\t\t<div class=\"media-box slide-media-desktop\">
  1455. \t\t\t\t<img src=\"/static/assets/images/training.jpg\" alt=\"training dextop image\">
  1456. \t\t\t</div>
  1457. \t\t\t<div class=\"media-box slide-media-mobile\">
  1458. \t\t\t\t<img src=\"/static/assets/images/Home_page_training.jpg\" alt=\"training mobile image\">
  1459. \t\t\t</div>
  1460. \t\t\t<div class=\"start-training-info\">
  1461. \t\t\t\t<h5 class=\"text-white\">{{'Training'|trans}}</h5>
  1462. \t\t\t\t<h3 class=\"text-white\">{{'Get Tips, Craft Skills and Master Techniques'|trans}}.</h3>
  1463. \t\t\t\t<p>{{\"Training_home_page_desc\"|trans}}</p>
  1464. \t\t\t\t<div class=\"btn-border\">
  1465. \t\t\t\t\t<a href=\"/{{app.request.locale}}/professional-training\" class=\"btn btn-custom btn-lg-o-black\">{{'Start Training Today!'|trans}}</a>
  1466. \t\t\t\t</div>
  1467. \t\t\t<hr class=\"customHr\" />
  1468. \t\t\t\t<ul class=\"list-unstyled info-list\">
  1469. \t\t\t\t\t<li><span><img src=\"/static/assets/images/chef_hat_fill.svg\" class=\"img-fluid\" alt=\"\" /></span> {{'For Chefs'|trans}}</li>
  1470. \t\t\t\t\t<li><span><img src=\"/static/assets/images/staff.svg\" class=\"img-fluid\" alt=\"\" /></span> {{'For Staff'|trans}}</li>
  1471. \t\t\t\t\t<li><span><img src=\"/static/assets/images/owner.svg\" class=\"img-fluid\" alt=\"\" /></span> {{\"For Owners\"|trans}}</li>
  1472. \t\t\t\t\t<li><span><img src=\"/static/assets/images/user_setting_fill.svg\" class=\"img-fluid\" alt=\"\" /></span> {{\"For Managers\"|trans}}</li>
  1473. \t\t\t\t</ul>
  1474. \t\t\t</div>
  1475. \t\t</div>
  1476. \t</section>
  1477. \t<!--End Training Today Section-->
  1478. \t<!--Start Resources Section-->
  1479. \t<section class=\"info-media info-resources info-resources-home info__HomeResouce resources__info-home\">
  1480. \t\t<div class=\"container container-sm resources-container\">
  1481. \t\t\t<div class=\"info-section\">
  1482. \t\t\t\t<h5>{{'Resources'|trans}}</h5>
  1483. \t\t\t\t<h3>{{homearticle.name}}</h3>
  1484. \t\t\t\t<p>{{ pimcore_input(\"resource_dec_1\") }}</p>
  1485. \t\t\t\t<div class=\"btn-holder\">
  1486. \t\t\t\t\t<div class=\"btn-border\">
  1487. \t\t\t\t\t\t<a href=\"/{{app.request.locale}}/resource/{{homearticle.url}}\" class=\"btn btn-custom btn-green\">{{'Read More'|trans}}</a>
  1488. \t\t\t\t\t</div>
  1489. \t\t\t\t\t<div class=\"btn-border btn-border-black\">
  1490. \t\t\t\t\t\t<a href=\"/{{app.request.locale}}/resources\" class=\"btn btn-custom btn-blue-brd\">{{'Discover More'|trans}}</a>
  1491. \t\t\t\t\t</div>
  1492. \t\t\t\t</div>
  1493. \t\t\t</div>
  1494. \t\t\t<div
  1495. \t\t\t\tclass=\"media-section\">
  1496. \t\t\t\t{% if homearticle.image %}
  1497. \t\t\t\t\t{{ homearticle.image.thumbnail('858x592').getHTML({imgAttributes: {class:'',alt:\"Home Article Image\" }})|raw }}
  1498. \t\t\t\t{% endif %}
  1499. \t\t\t</div>
  1500. \t\t</div>
  1501. \t</section>
  1502. \t<!--End Resources Section-->
  1503. \t<!--Start Technologies -->
  1504. \t<section class=\"technolgies-section technolgies-section-home technology__homBox\">
  1505. \t\t<div class=\"container container-sm\">
  1506. \t\t\t<div class=\"tech-info home__infoList\">
  1507. \t\t\t\t<h5>{{'Tools'|trans}}</h5>
  1508. \t\t\t\t<h3>{{ pimcore_input(\"toos_heading\") }}</h3>
  1509. \t\t\t\t<p>{{ pimcore_input(\"toos_desc\") }}</p>
  1510. \t\t\t\t<div class=\"newsletter-subscribe\">
  1511. \t\t\t\t\t<h4>\"{{'Coming Soon'|trans}}\"</h4>
  1512. \t\t\t\t</div>
  1513. \t\t\t\t<div class=\"btn-holder btn-border d-none\">
  1514. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white\">{{'Coming soon'|trans}}</a>
  1515. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white d-none\">Discover More</a>
  1516. \t\t\t\t</div>
  1517. \t\t\t\t<div class=\"pattran_img\">
  1518. \t\t\t\t\t<img src=\"/static/assets/images/pattran_img.png\" alt=\"pattran image\">
  1519. \t\t\t\t</div>
  1520. \t\t\t</div>
  1521. \t\t\t<ul class=\"list-unstyled tech-list\">
  1522. \t\t\t\t<li>
  1523. \t\t\t\t\t<a href=\"#\">
  1524. \t\t\t\t\t<img src=\"/static/assets/images/menu-builder.svg\" alt=\"menu builder image\">
  1525. \t\t\t\t\t<h5>{{'Menu Builder'|trans}}</h5>
  1526. \t\t\t\t</a>
  1527. \t\t\t\t</li>
  1528. \t\t\t\t<li>
  1529. \t\t\t\t\t<a href=\"#\">
  1530. \t\t\t\t\t<img src=\"/static/assets/images/inventory.svg\" alt=\"inventory image\">
  1531. \t\t\t\t\t<h5>{{'Inventory Manager'|trans}}</h5>
  1532. \t\t\t\t\t</a>
  1533. \t\t\t\t</li>
  1534. \t\t\t\t<li>
  1535. \t\t\t\t\t<a href=\"#\">
  1536. \t\t\t\t\t<img src=\"/static/assets/images/training.svg\" alt=\"training image\">
  1537. \t\t\t\t\t<h5>{{'Training Suggester'|trans}}</h5>
  1538. \t\t\t\t\t</a>
  1539. \t\t\t\t</li>
  1540. \t\t\t\t<li>
  1541. \t\t\t\t\t<a href=\"#\">
  1542. \t\t\t\t\t<img src=\"/static/assets/images/calculator.svg\" alt=\"calculator image\">
  1543. \t\t\t\t\t<h5>{{'Profit Calculator'|trans}}</h5>
  1544. \t\t\t\t\t</a>
  1545. \t\t\t\t</li>
  1546. \t\t\t</ul>
  1547. \t\t\t<div class=\"btn-holder d-none\">
  1548. \t\t\t\t<div class=\"btn-border\">
  1549. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white\">{{'Coming soon'|trans}}</a>
  1550. \t\t\t\t\t<a href=\"javascript:void(0);\" class=\"btn btn-custom btn-lg-o-white d-none\">Discover More</a>
  1551. \t\t\t\t</div>
  1552. \t\t\t</div>
  1553. \t\t</div>
  1554. \t</section>
  1555. \t<!--End Technologies -->
  1556. \t<script type=\"application/ld+json\">
  1557. \t\t{
  1558. \t\t\t\t\t\t\t\t\t\t\t\"@context\": \"https://schema.org/\",
  1559. \t\t\t\t\t\t\t\t\t\t\t\"@type\": \"WebSite\",
  1560. \t\t\t\t\t\t\t\t\t\t\t\"name\": \"Goody Culinary Solutions\",
  1561. \t\t\t\t\t\t\t\t\t\t\t\"url\": \"http://goodycs.com/{{app.request.locale}}\",
  1562. \t\t\t\t\t\t\t\t\t\t\t\"potentialAction\": {
  1563. \t\t\t\t\t\t\t\t\t\t\t\t\"@type\": \"SearchAction\",
  1564. \t\t\t\t\t\t\t\t\t\t\t\t\"target\": \"http://goodycs.com/{{app.request.locale}}/searchrecipe?{search_term_string}\",
  1565. \t\t\t\t\t\t\t\t\t\t\t\t\"query-input\": \"required name=search_term_string\"
  1566. \t\t\t\t\t\t\t\t\t\t\t}
  1567. \t\t\t\t\t\t\t\t\t\t\t}
  1568. \t</script>
  1569. \t<script type=\"application/ld+json\">
  1570. \t\t{
  1571. \t\t\t\t\t\t\t\t\t\t\t\t\t\"@context\": \"https://schema.org\",
  1572. \t\t\t\t\t\t\t\t\t\t\t\t\t\"@type\": \"Organization\",
  1573. \t\t\t\t\t\t\t\t\t\t\t\t\t\"name\": \"Goody Culinary Solutions\",
  1574. \t\t\t\t\t\t\t\t\t\t\t\t\t\"alternateName\": \"Goody Professional\",
  1575. \t\t\t\t\t\t\t\t\t\t\t\t\t\"url\": \"http://goodycs.com/{{app.request.locale}}/\",
  1576. \t\t\t\t\t\t\t\t\t\t\t\t\t\"logo\": \"http://goodycs.com/static/assets/images/GCS_Logo_Header.svg\",
  1577. \t\t\t\t\t\t\t\t\t\t\t\t\t\"image\": \"http://goodycs.com/static/assets/images/GCS_Logo_Header.svg\",
  1578. \t\t\t\t\t\t\t\t\t\t\t\t\t\"telephone\": \"( 966) 12 660 4481\",
  1579. \t\t\t\t\t\t\t\t\t\t\t\t\t\"address\": {
  1580. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"@type\": \"PostalAddress\",
  1581. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"addressLocality\": \"Jeddah, Saudi Arabia\",
  1582. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"postalCode\": \"21411\",
  1583. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"streetAddress\": \"26 AA'Lam Al-Islam\"
  1584. \t\t\t\t\t\t\t\t\t\t\t\t\t},
  1585. \t\t\t\t\t\t\t\t\t\t\t\t\t
  1586. \t\t\t\t\t\t\t\t\t\t\t\t\t\"sameAs\": [
  1587. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"https://twitter.com/gfs_ksa?s=11\",
  1588. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\"https://www.linkedin.com/company/goody-culinary-solutions\"
  1589. \t\t\t\t\t\t\t\t\t\t\t\t\t]
  1590. \t\t\t\t\t\t\t\t\t\t\t\t\t}
  1591. \t</script>
  1592. \t{% if (app.request.locale =='ar') %}
  1593. \t\t{% set topMenu =\"/en\" %}
  1594. \t{% else %}
  1595. \t\t{% set topMenu =\"/ar\" %}
  1596. \t{% endif %}
  1597. \t<script>
  1598. \t\tvar _TopMenuLink = \"{{ topMenu }}\";
  1599. \t</script>
  1600. {% endblock %}
  1601. ""content/home.html.twig""/var/www/vhosts/centric.ae/gcs.centric.ae/templates/content/home.html.twig");
  1602.     }
  1603. }