<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* Informations/aboutus.html.twig */
class __TwigTemplate_b40200d222e38d1ac1a35486f7fa2ee7 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "layout/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Informations/aboutus.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Informations/aboutus.html.twig"));
$this->parent = $this->loadTemplate("layout/layout.html.twig", "Informations/aboutus.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 6
yield "
<!--Start Wrapper-->
<!--Start Main Slider-->
\t<section class=\"main-slider-section\"> <div class=\"container container-lg\">
\t\t<div class=\"custom-slider singal-slider main-slider\">
\t\t\t";
// line 11
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 11, $this->source); })())) {
// line 12
yield "
\t\t\t\t";
// line 13
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "contentblock"), "iterator", [], "any", false, false, false, 13));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 14
yield "\t\t\t\t\t<div class=\"slide\">
\t\t\t\t\t\t<div
\t\t\t\t\t\t\tclass=\"slide-media slide-media-desktop\">
\t\t\t\t\t\t\t";
// line 22
yield "\t\t\t\t\t\t\t";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "video", "aboutus-banner-Video-desktop", ["attributes" => ["controls" => "audio", "controlsList" => "nodownload", "autoplay" => "true", "loop" => "true", "muted" => "", "preload" => "auto", "playsinline" => "true"]]);
yield "
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"slide-media slide-media-mobile\">
\t\t\t\t\t\t\t";
// line 26
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "video", "aboutus-banner-Video-mobile", ["attributes" => ["controls" => "audio", "controlsList" => "nodownload", "autoplay" => "true", "loop" => "true", "muted" => "", "preload" => "auto", "playsinline" => "true"]]);
yield "
\t\t\t\t\t\t\t";
// line 32
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
// line 45
yield "\t\t\t\t\t</div>
\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 48
yield "\t\t\t";
}
// line 49
yield "
\t\t</div>
\t</div>
\t";
// line 54
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 54, $this->source); })())) {
// line 55
yield "
\t\t";
// line 56
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "contentblock"), "iterator", [], "any", false, false, false, 56));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 57
yield "\t\t\t";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "subline1");
yield "
\t\t\t";
// line 58
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "subline2");
yield "
\t\t\t";
// line 59
yield "Desktop Video";
yield "
\t\t\t";
// line 60
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "video", "aboutus-banner-Video-desktop", ["width" => 200, "height" => 200, "attributes" => ["controls" => "", "autoplay" => "true", "loop" => "true", "muted" => "", "preload" => "auto", "playsinline" => "true"]]);
yield "
\t\t\t";
// line 61
yield "Mobile Video";
yield "
\t\t\t";
// line 62
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "video", "aboutus-banner-Video-mobile", ["width" => 100, "height" => 200, "attributes" => ["controls" => "", "autoplay" => "true", "loop" => "true", "muted" => "", "preload" => "auto", "playsinline" => "true"]]);
yield "
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 65
yield "
\t";
}
// line 68
yield "</section>
<!--End Main Slider-->
<!--Start Main training search-->
<section class=\"bread-crumbs-section\">
\t<div class=\"container container-lg\">
\t\t<div class=\"bread-crumbs-section-box\">
\t\t\t<div class=\"breadcrumb-holder\">
\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t\t<a href=\"/";
// line 78
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 78, $this->source); })()), "request", [], "any", false, false, false, 78), "locale", [], "any", false, false, false, 78), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Home"), "html", null, true);
yield "</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t\t<a href=\"javascript:void(0);\">";
// line 81
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("about-us"), "html", null, true);
yield "</a>
\t\t\t\t\t</li>
\t\t\t\t</ol>
\t\t\t</div>
\t\t</div>
\t</div>
</section>
<!--End Main training search-->
<!--Start Info Media-->
<section class=\"training-media-box info-media about-media-sec about-us-info position-bg-img position-bg-aboutus\" id=\"history\">
\t<div class=\"container container-sm\">
\t\t<div class=\"info-section about-info-section\">
\t\t\t<h5>";
// line 94
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("History"), "html", null, true);
yield "</h5>
\t\t\t";
// line 96
yield "\t\t\t";
// line 97
yield "\t\t\t<h1>
\t\t\t\t";
// line 98
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "headling", ["placeholder" => "heading"]);
// line 100
yield "
\t\t\t</h1>
\t\t\t<p>
\t\t\t\t";
// line 103
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "description", ["nl2br" => true, "placeholder" => "About Description"]);
// line 107
yield "
\t\t\t</p>
\t\t\t</br>
\t\t\t<p>
\t\t\t\t";
// line 111
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "description1", ["placeholder" => "About Description1"]);
// line 114
yield "
\t\t\t</p>
\t\t\t</br>
\t\t\t<h2>
\t\t\t\t";
// line 118
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "headling1", ["placeholder" => "heading1"]);
// line 120
yield "
\t\t\t</h2>
\t\t\t<p>
\t\t\t\t";
// line 123
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "description2", ["placeholder" => "About Description2"]);
// line 126
yield "
\t\t<!-- <ul class=\"list-unstyled recipe-info\">
\t\t<li class=\"mins\">60 mins</li>
\t\t<li class=\"orders\">No. Of Orders 8</li>
\t\t<li class=\"time\">Dinner</li>
\t\t</ul> -->
\t\t\t</p>
</div>
\t\t";
// line 134
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 134, $this->source); })())) {
// line 135
yield "\t\t\t";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "myImage", ["title" => "Drag image for desktop", "width" => 200, "height" => 200]);
// line 141
yield "
\t\t\t";
// line 142
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "mobileImage", ["title" => "Drag image for mobile", "width" => 200, "height" => 200]);
// line 147
yield "
\t\t";
}
// line 149
yield "
<div class=\"media-section slide-media-desktop\">
\t";
// line 151
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 151, $this->source); })())) {
// line 152
yield "\t";
$context["thumbnail"] = CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "myImage"), "getThumbnail", [""], "method", false, false, false, 152);
// line 153
yield "\t\t\t<video poster=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["thumbnail"]) || array_key_exists("thumbnail", $context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.', 153, $this->source); })()), "html", null, true);
yield "\">
\t\t";
// line 155
yield "\t\tYour browser does not support the video tag.
\t</video>
\t";
}
// line 158
yield "\t<div class=\"control-options\">
\t\t";
// line 161
yield "\t</div>
</div>
<div class=\"media-section slide-media-mobile\">
\t";
// line 165
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 165, $this->source); })())) {
// line 166
yield "\t";
$context["thumbnail"] = CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "mobileImage"), "getThumbnail", [""], "method", false, false, false, 166);
// line 167
yield "\t\t\t<video poster=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["thumbnail"]) || array_key_exists("thumbnail", $context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.', 167, $this->source); })()), "html", null, true);
yield "\">
\t\t";
// line 169
yield "\t\tYour browser does not support the video tag.
\t</video>
\t";
}
// line 172
yield "\t<div class=\"control-options\">
\t\t";
// line 175
yield "\t</div>
</div>
</div>
";
// line 178
yield from $this->loadTemplate("layout/baseimage.html.twig", "Informations/aboutus.html.twig", 178)->unwrap()->yield($context);
// line 179
yield "</section>
<!--End Info Media-->
<!--Start Timeline -->
<section class=\"timeline-section d-none\">
<div class=\"container container-lg\">
<div class=\"timeline-area\">
\t<ul class=\"timeline\" id=\"timeline\">
\t\t";
// line 186
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(range(0, (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["aboutus"]) || array_key_exists("aboutus", $context) ? $context["aboutus"] : (function () { throw new RuntimeError('Variable "aboutus" does not exist.', 186, $this->source); })()), "history", [], "any", false, false, false, 186)) - 1)));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 187
yield "\t\t\t";
// line 188
yield "
\t\t\t<li class=\"";
// line 189
yield (((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 189) == 1)) ? ("current") : (""));
yield "\">
\t\t\t\t<div class=\"timestamp\">
\t\t\t\t\t<span class=\"year\">";
// line 191
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["aboutus"]) || array_key_exists("aboutus", $context) ? $context["aboutus"] : (function () { throw new RuntimeError('Variable "aboutus" does not exist.', 191, $this->source); })()), "history", [], "any", false, false, false, 191), $context["i"], [], "array", false, false, false, 191), "localizedfields", [], "any", false, false, false, 191), "data", [], "any", false, false, false, 191), "getLocalizedValue", ["year"], "method", false, false, false, 191), "html", null, true);
yield "</span>
\t\t\t\t</div>
\t\t\t\t<div class=\"status\">
\t\t\t\t\t<div class=\"status-box\">
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\tLorem ipsum dolor sit
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\tConsectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</li>
\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 205
yield "
\t</ul>
</div>
</div>
</section>
<!--End Timeline -->
<!-- Vision Mission Start -->
<section class=\"vision-mission-sec\" id=\"vision-mission\">
<div class=\"container container-sm\">
<div class=\"vision-mission\">
\t<div class=\"vision-box\">
\t\t<h5>";
// line 217
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vision"), "html", null, true);
yield "</h5>
\t\t";
// line 219
yield "\t\t<p>
\t\t\t";
// line 220
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "vision_description", ["placeholder" => "Vision Description"]);
// line 223
yield "
\t\t</p>
\t</div>
\t<div class=\"mission-box\">
\t\t<div class=\"mission-box-content\">
\t\t\t<h5>";
// line 228
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mission"), "html", null, true);
yield "</h5>
\t\t\t";
// line 230
yield "\t\t\t<p>
\t\t\t\t";
// line 231
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "mission_description", ["placeholder" => "Mission Description"]);
// line 234
yield "
\t\t\t</p>
\t\t</div>
\t</div>
</div>
</div>
</section>
<!-- Vision Mission End -->
<!-- Values Slider Start -->
<section class=\"value-slider-sec\">
<div class=\"container container-sm\">
<div class=\"value-slide\">
\t<div class=\"custom-slider singal-slider value-slide-roll\">
\t\t";
// line 249
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 249, $this->source); })())) {
// line 250
yield "\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "value_block"), "iterator", [], "any", false, false, false, 250));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 251
yield "\t\t\t\t";
// line 252
yield "\t\t\t\t\t<div class=\"value-slide-item\">
\t\t\t\t\t\t<h5>";
// line 253
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Values"), "html", null, true);
yield "</h5>
\t\t\t\t\t\t";
// line 255
yield "\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 256
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "values_description");
// line 257
yield "
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 262
yield "\t\t";
}
// line 263
yield "
\t</div>
</div>
</div>
\t\t";
// line 269
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 269, $this->source); })())) {
// line 270
yield "
\t\t";
// line 271
yield "Values Slider";
yield "
\t\t\t";
// line 272
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "value_block"), "iterator", [], "any", false, false, false, 272));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 273
yield "\t\t\t\t";
// line 274
yield "\t\t\t\t\t";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "values_description", ["placeholder" => "Values Description", "width" => 300, "height" => 200]);
// line 279
yield "
\t\t\t\t
\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 282
yield "\t\t";
}
// line 283
yield "</section>
<!-- Values Slider End -->
<!-- Meet Chefs Starts -->
<section class=\"meet-chefs-sec d-none\">
<div class=\"training-area-media training-area-slider\">
<div class=\"training-area-media-content\">
\t<h5>Meet Our Chefs</h5>
\t<h4>Lorem ipsum dolor sit amet.</h4>
\t<p>
\t\tLearn Professional Cookery Skills And Get A Diploma In
\t\tProfessional Chef Training. Professional chef training Programs
\t\tthat offer a guaranteed job placement in the top hospitality
\t\tbrands in KSA, and knowledge & skills for entrepreneurs in the
\t\tFood Business.
\t</p>
\t<div class=\"btn-holder\">
\t\t<div class=\"btn-holder btn-border\">
\t\t\t<a href=\"/";
// line 300
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 300, $this->source); })()), "request", [], "any", false, false, false, 300), "locale", [], "any", false, false, false, 300), "html", null, true);
yield "/our-professional-chefs\" class=\"btn btn-custom btn-lg-o-white\">Explore More</a>
\t\t</div>
\t</div>
</div>
<div class=\"training-area-slide-wrapper\">
\t<div class=\"product-area product-slider\">
\t\t";
// line 306
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["ourchef"]) || array_key_exists("ourchef", $context) ? $context["ourchef"] : (function () { throw new RuntimeError('Variable "ourchef" does not exist.', 306, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["chef"]) {
// line 307
yield "
\t\t\t<div class=\"product-area-item\">
\t\t\t\t<div class=\"product-area-item-image\">
\t\t\t\t\t<img src=\"";
// line 310
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["chef"], "chef_image", [], "any", false, false, false, 310), "html", null, true);
yield "\" alt=\"product-img\"/>
\t\t\t\t</div>
\t\t\t\t<div class=\"product-area-item-content\">
\t\t\t\t\t<h4>";
// line 313
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["chef"], "chef_name", [], "any", false, false, false, 313), "html", null, true);
yield "</h4>
\t\t\t\t\t<h5>";
// line 314
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["chef"], "designation", [], "any", false, false, false, 314), "html", null, true);
yield "</h5>
\t\t\t\t</div>
\t\t\t</div>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['chef'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 318
yield "
\t</div>
</div>
</div>
</section>
<!-- Meet Chefs End -->
<!-- Why Buy From us Start -->
<section class=\"start-tip buy-from-us-sec\" id=\"why-buy-from-us\">
";
// line 327
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 327, $this->source); })())) {
// line 328
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "Whybuyfromus");
yield "
";
// line 329
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "Whybuyfromusblock"), "iterator", [], "any", false, false, false, 329));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 330
yield "
\t";
// line 331
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "subline");
yield "
\t";
// line 332
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "wysiwyg", "content");
yield "
\t";
// line 333
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "myImage");
yield "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
// line 335
yield "<div class=\"container container-sm\">
";
// line 336
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 336, $this->source); })())) {
// line 337
yield "\t<h2 class=\"sec-heading\">";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "Whybuyfromus");
yield "</h2>
\t<div class=\"start-tip-wrapper\">
\t\t";
// line 341
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "Whybuyfromusblock"), "iterator", [], "any", false, false, false, 341));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 342
yield "\t\t\t";
if ((($context["i"] % 2) == 0)) {
// line 343
yield "
\t\t\t\t<div
\t\t\t\t\tclass=\"start-tip-wrapper-item start-tip-wrapper-item-content\">
\t\t\t\t\t";
// line 347
yield "\t\t\t\t\t<h4>";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "subline");
yield "</h4>
\t\t\t\t\t<p>";
// line 348
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "wysiwyg", "content");
yield "</p>
\t\t\t\t</div>
\t\t\t\t<div class=\"start-tip-wrapper-item\">
\t\t\t\t\t<figure class=\"start-tip-wrapper-item-img\">
\t\t\t\t\t\t";
// line 354
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "myImage", ["thumbnail" => "805x526"]);
// line 357
yield "
\t\t\t\t\t</figure>
\t\t\t\t</div>
\t\t\t";
} else {
// line 362
yield "\t\t\t\t<div class=\"start-tip-wrapper-item\">
\t\t\t\t\t<figure class=\"start-tip-wrapper-item-img\">
\t\t\t\t\t\t";
// line 364
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "myImage", ["thumbnail" => "805x526"]);
// line 367
yield "
\t\t\t\t\t</figure>
\t\t\t\t</div>
\t\t\t\t<div
\t\t\t\t\tclass=\"start-tip-wrapper-item start-tip-wrapper-item-content\">
\t\t\t\t\t";
// line 373
yield "\t\t\t\t\t<h4>";
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "subline");
yield "</h4>
\t\t\t\t\t<p>";
// line 374
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "wysiwyg", "content");
yield "</p>
\t\t\t\t</div>
\t\t\t";
}
// line 377
yield "\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 378
yield "\t";
}
// line 379
yield "
</div>
</div>
</section>
<!-- Why Buy From us End -->
<!-- Our News Start -->
<section class=\"info-media info-resources product-training our-new-sec d-none\">
<div class=\"container container-sm\">
<div class=\"info-section\">
\t<h5>Our News</h5>
\t<h3>";
// line 390
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["featurednews"]) || array_key_exists("featurednews", $context) ? $context["featurednews"] : (function () { throw new RuntimeError('Variable "featurednews" does not exist.', 390, $this->source); })()), "news_name", [], "any", false, false, false, 390), "html", null, true);
yield "</h3>
\t<ul class=\"list-unstyled social-info social-info-small\">
\t\t<li class=\"like\">Like</li>
\t\t<li class=\"share\">Share</li>
\t</ul>
\t<p>
\t\t";
// line 396
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["featurednews"]) || array_key_exists("featurednews", $context) ? $context["featurednews"] : (function () { throw new RuntimeError('Variable "featurednews" does not exist.', 396, $this->source); })()), "news_description", [], "any", false, false, false, 396), "html", null, true);
yield "
\t</p>
\t<div class=\"btn-holder\">
\t\t<div class=\"btn-border\">
\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-xl btn-lg-o-wblack\">Read More</a>
\t\t</div>
\t</div>
</div>
<div class=\"media-section\">
\t<img src=\"";
// line 406
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["featurednews"]) || array_key_exists("featurednews", $context) ? $context["featurednews"] : (function () { throw new RuntimeError('Variable "featurednews" does not exist.', 406, $this->source); })()), "news_image", [], "any", false, false, false, 406), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["featurednews"]) || array_key_exists("featurednews", $context) ? $context["featurednews"] : (function () { throw new RuntimeError('Variable "featurednews" does not exist.', 406, $this->source); })()), "news_name", [], "any", false, false, false, 406), "html", null, true);
yield "\"/>
</div>
</div>
</section>
<!-- Our News End -->
<section class=\"featured-recipes-section news-sec-products d-none\">
<div class=\"container container-sm\">
<div class=\"featured-recipes\">
\t<div class=\"custom-slider featured-recipes-slider\">
\t\t";
// line 415
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["news"]) || array_key_exists("news", $context) ? $context["news"] : (function () { throw new RuntimeError('Variable "news" does not exist.', 415, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["newslist"]) {
// line 416
yield "\t\t\t<div class=\"slide\">
\t\t\t\t<div class=\"slide-holder\">
\t\t\t\t\t<figure class=\"slide-img\">
\t\t\t\t\t\t<img src=\"";
// line 419
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["newslist"], "news_image", [], "any", false, false, false, 419), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["newslist"], "news_name", [], "any", false, false, false, 419), "html", null, true);
yield "\"/>
\t\t\t\t\t</figure>
\t\t\t\t\t<div class=\"slide-content\">
\t\t\t\t\t\t<h3>
\t\t\t\t\t\t\t";
// line 423
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["newslist"], "news_name", [], "any", false, false, false, 423), "html", null, true);
yield "
\t\t\t\t\t\t</h3>
\t\t\t\t\t\t<span>";
// line 425
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["newslist"], "news_date", [], "any", false, false, false, 425), "Y-m-d"), "html", null, true);
yield "</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t";
// line 427
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["newslist"], "news_description", [], "any", false, false, false, 427), "html", null, true);
yield "
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t\t\t<li class=\"share\">Share</li>
\t\t\t\t\t\t\t<li class=\"like\">Like</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['newslist'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 438
yield "
\t</div>
\t<div class=\"btn-holder news-btn\">
\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-black\">View Recipe</a>
\t</div>
</div>
</div>
</section>
<!-- Our News End -->
<!-- Event Start -->
<section class=\"info-media info-resources event-box mob__changes about-us-event-div-edited\">
<div class=\"container container-sm\">
<div class=\"info-section\">
\t<h5>";
// line 452
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Featured Event"), "html", null, true);
yield "</h5>
\t<h4>";
// line 453
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 453, $this->source); })()), "e_name", [], "any", false, false, false, 453), "html", null, true);
yield "</h4>
\t";
// line 455
yield "\t<p>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 455, $this->source); })()), "e_description", [], "any", false, false, false, 455), "html", null, true);
yield "</p>
\t";
// line 457
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 457, $this->source); })()), "date_time", [], "any", false, false, false, 457) > $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y-m-d H:i"))) {
// line 458
yield "
\t\t<ul class=\"list-unstyled recipe-info \">
\t\t\t<li class=\"calendar-white\">";
// line 461
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 461, $this->source); })()), "dateandtime", [], "any", false, false, false, 461), "html", null, true);
yield "</li>
\t\t</ul>
\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t<li class=\"map-locator-white\">";
// line 464
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 464, $this->source); })()), "location", [], "any", false, false, false, 464), "html", null, true);
yield "</li>
\t\t</ul>
\t";
}
// line 467
yield "\t";
$context["user"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 467, $this->source); })()), "session", [], "any", false, false, false, 467), "get", ["loginUserName"], "method", false, false, false, 467);
// line 468
yield "\t";
if ( !(null === (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 468, $this->source); })()))) {
// line 469
yield "\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t<li class=\"share-white\" onclick=\"loyaltyProgram(this,";
// line 470
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 470, $this->source); })()), "id", [], "any", false, false, false, 470), "html", null, true);
yield ",'";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 470, $this->source); })()), "e_name", [], "any", false, false, false, 470), "html", null, true);
yield "',10,'Event','Share')\">
\t\t\t\t<span onclick=\"sharemodal('Event','";
// line 471
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 471, $this->source); })()), "request", [], "any", false, false, false, 471), "getSchemeAndHttpHost", [], "method", false, false, false, 471) . "/") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 471, $this->source); })()), "request", [], "any", false, false, false, 471), "locale", [], "any", false, false, false, 471)) . "/events/") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 471, $this->source); })()), "url", [], "any", false, false, false, 471)), "html", null, true);
yield "','";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(" share event with your friends"), "html", null, true);
yield "')\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share"), "html", null, true);
yield "</span>
\t\t\t</li>
\t\t\t";
// line 473
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["LikedEventfeature"]) || array_key_exists("LikedEventfeature", $context) ? $context["LikedEventfeature"] : (function () { throw new RuntimeError('Variable "LikedEventfeature" does not exist.', 473, $this->source); })())) == 0)) {
// line 474
yield "\t\t\t\t<li class=\"like-white featureEvent\" onclick=\"loyaltyProgram(this,";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 474, $this->source); })()), "id", [], "any", false, false, false, 474), "html", null, true);
yield ",'";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 474, $this->source); })()), "e_name", [], "any", false, false, false, 474), "html", null, true);
yield "',10,'Event','Like', '";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 474, $this->source); })()), "request", [], "any", false, false, false, 474), "locale", [], "any", false, false, false, 474), "html", null, true);
yield "')\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Like"), "html", null, true);
yield "</li>
\t\t\t";
} else {
// line 476
yield "\t\t\t\t<li class='liked'>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Like"), "html", null, true);
yield "</li>
\t\t\t";
}
// line 478
yield "\t\t\t";
// line 479
yield "\t\t</ul>
\t";
} else {
// line 481
yield "\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t<li class=\"share-white\" onclick=\"sharemodal('Event','";
// line 482
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 482, $this->source); })()), "request", [], "any", false, false, false, 482), "getSchemeAndHttpHost", [], "method", false, false, false, 482) . "/") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 482, $this->source); })()), "request", [], "any", false, false, false, 482), "locale", [], "any", false, false, false, 482)) . "/events/") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 482, $this->source); })()), "url", [], "any", false, false, false, 482)), "html", null, true);
yield "','";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(" share event with your friends"), "html", null, true);
yield "')\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share"), "html", null, true);
yield "</li>
\t\t\t<li class=\"like-white logged-out\">";
// line 483
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Like"), "html", null, true);
yield "</li>
\t\t\t";
// line 485
yield "\t\t</ul>
\t";
}
// line 487
yield "
\t<div class=\"btn-holder\">
\t\t<div class=\"btn-border\">
\t\t\t<a href=\"/";
// line 490
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 490, $this->source); })()), "request", [], "any", false, false, false, 490), "locale", [], "any", false, false, false, 490), "html", null, true);
yield "/events/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 490, $this->source); })()), "url", [], "any", false, false, false, 490), "html", null, true);
yield "\" class=\"btn btn-custom btn-xl btn-lg-o-wblack\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Discover More"), "html", null, true);
yield "</a>
\t\t</div>
\t\t<div class=\"btn-border btn-border-black\">
\t\t\t<a href=\"/";
// line 493
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 493, $this->source); })()), "request", [], "any", false, false, false, 493), "locale", [], "any", false, false, false, 493), "html", null, true);
yield "/events\" class=\"btn btn-custom btn-xl btn-primary\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("More Events "), "html", null, true);
yield "</a>
\t\t</div>
\t</div>
</div>
<div class=\"media-section about__mediaImage about__eventImage\">
\t<img src=\"";
// line 498
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 498, $this->source); })()), "event_image", [], "any", false, false, false, 498), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["Featured_events"]) || array_key_exists("Featured_events", $context) ? $context["Featured_events"] : (function () { throw new RuntimeError('Variable "Featured_events" does not exist.', 498, $this->source); })()), "e_name", [], "any", false, false, false, 498), "html", null, true);
yield "\">
</div>
</div>
</section>
<!-- Event End -->
<!-- Media Gallery Start -->
<section class=\"media-gallery-sec\">
\t<div class=\"container container-sm\">
\t\t<h2 class=\"media-gallery-head\">";
// line 506
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "Heading");
yield "</h2>
\t\t";
// line 508
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 508, $this->source); })())) {
// line 509
yield "\t\t\t<div class=\"custom-slider media-gallery-sec-slider\">
\t\t";
}
// line 511
yield "
\t\t\t\t";
// line 512
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "image"), "iterator", [], "any", false, false, false, 512));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 513
yield "\t\t\t\t\t<div
\t\t\t\t\t\tclass=\"media-slide-item\">
\t\t\t\t\t\t\t";
// line 515
yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "myImage", ["title" => "Drag image here", "width" => 292, "height" => 300, "thumbnail" => "298x256"]);
// line 520
yield "
\t\t\t\t\t</div>
\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 523
yield "\t\t\t
\t\t\t</div>
\t</div>
</section>
<!-- Media Gallery End -->
<!-- Careers Section Start -->
<section class=\"loyalty-point-section careers-join-sec d-none\">
<div class=\"container container-lg\">
<div class=\"loyalty-point-bannar\">
\t<div class=\"loyalty-point-bannar-item\">
\t\t<div class=\"loyalty-point-bannar-item-image\">
\t\t\t<figure class=\"loyalty-point-bannar-item-image-wrapper\">
\t\t\t\t<img src=\"/static/assets/images/careers-sec-bg.png\" alt=\"career-banner\"/>
\t\t\t</figure>
\t\t</div>
\t\t<div class=\"loyalty-point-bannar-item-content\">
\t\t\t<div class=\"loyalty-point-bannar-item-content-box\">
\t\t\t\t<h5>Careers</h5>
\t\t\t\t<h3>Come join us and be part of a revolution</h3>
\t\t\t\t<p>
\t\t\t\t\tLearn Professional Cookery Skills And Get A Diploma In
\t\t\t\t\tProfessional Chef Training. Professional chef training
\t\t\t\t\tPrograms that offer a guaranteed job placement in the top
\t\t\t\t\thospitality brands in KSA, and knowledge & skills for
\t\t\t\t\tentrepreneurs in the Food Business.
\t\t\t\t</p>
\t\t\t\t<div class=\"btn-holder\">
\t\t\t\t\t<div class=\"btn-holder btn-border\">
\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-lg-o-white\">Our Culture</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
</div></div></section><section class=\"careers-opening-sec d-none\"><div class=\"container container-lg\">
<div class=\"careers-opening-wrap\">
\t<h2 class=\"careers-opening-sec-head\">Openings</h2>
\t<div class=\"card-listing custom-slider featured-recipes-slider\">
\t\t<div class=\"card-listing-box\">
\t\t\t<h3>Executive Chef</h3>
\t\t\t<ul class=\"list-unstyled recipe-info in-column\">
\t\t\t\t<li class=\"brief-case-green\">5 - 10 Years</li>
\t\t\t\t<li class=\"map-locator-green\">
\t\t\t\t\tJeddah, Makkah Al Mukarramah - Saudi Arabia
\t\t\t\t</li>
\t\t\t</ul>
\t\t\t<p>
\t\t\t\tCreate and prepare all items as requires by the business
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Prepare, clean and organize ingredients for use in the kitchen
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Come up with recipe idea from scratch Plan the menu to co…
\t\t\t</p>
\t\t\t<div class=\"btn-with-share\">
\t\t\t\t<div class=\"apply-filter\">
\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-green\">Apply Filter</a>
\t\t\t\t</div>
\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t<li class=\"share-green\">Share</li>
\t\t\t\t\t<li class=\"like-green\">Like</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"card-listing-box\">
\t\t\t<h3>Executive Chef</h3>
\t\t\t<ul class=\"list-unstyled recipe-info in-column\">
\t\t\t\t<li class=\"brief-case-green\">5 - 10 Years</li>
\t\t\t\t<li class=\"map-locator-green\">
\t\t\t\t\tJeddah, Makkah Al Mukarramah - Saudi Arabia
\t\t\t\t</li>
\t\t\t</ul>
\t\t\t<p>
\t\t\t\tCreate and prepare all items as requires by the business
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Prepare, clean and organize ingredients for use in the kitchen
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Come up with recipe idea from scratch Plan the menu to co…
\t\t\t</p>
\t\t\t<div class=\"btn-with-share\">
\t\t\t\t<div class=\"apply-filter\">
\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-green\">Apply Filter</a>
\t\t\t\t</div>
\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t<li class=\"share-green\">Share</li>
\t\t\t\t\t<li class=\"like-green\">Like</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"card-listing-box\">
\t\t\t<h3>Executive Chef</h3>
\t\t\t<ul class=\"list-unstyled recipe-info in-column\">
\t\t\t\t<li class=\"brief-case-green\">5 - 10 Years</li>
\t\t\t\t<li class=\"map-locator-green\">
\t\t\t\t\tJeddah, Makkah Al Mukarramah - Saudi Arabia
\t\t\t\t</li>
\t\t\t</ul>
\t\t\t<p>
\t\t\t\tCreate and prepare all items as requires by the business
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Prepare, clean and organize ingredients for use in the kitchen
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Come up with recipe idea from scratch Plan the menu to co…
\t\t\t</p>
\t\t\t<div class=\"btn-with-share\">
\t\t\t\t<div class=\"apply-filter\">
\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-green\">Apply Filter</a>
\t\t\t\t</div>
\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t<li class=\"share-green\">Share</li>
\t\t\t\t\t<li class=\"like-green\">Like</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t</div>
\t<div class=\"btn-holder news-btn\">
\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-black\">Explore More</a>
\t</div>
</div></div>
</section>
<!-- Careers Section End -->
\t<!-- Badges Section Start -->
\t<section class=\"career-badge-sec\">
\t<div class=\"container\">
\t<div class=\"badge-wrap\">
\t\t";
// line 641
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "logos"), "iterator", [], "any", false, false, false, 641));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 642
yield "\t\t\t";
$context["thumbnail"] = CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "logo"), "getThumbnail", ["130x130"], "method", false, false, false, 642);
// line 643
yield "\t\t\t<img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["thumbnail"]) || array_key_exists("thumbnail", $context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.', 643, $this->source); })()), "html", null, true);
yield "\" alt=\"badge image\"/>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 645
yield "\t</div>
\t</div>
\t</section>
\t<!-- Badges Section End -->
";
// line 649
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 649, $this->source); })()), "request", [], "any", false, false, false, 649), "locale", [], "any", false, false, false, 649) == "ar")) {
// line 650
yield "\t";
$context["topMenu"] = "/en/about-us";
} else {
// line 652
yield "\t";
$context["topMenu"] = "/ar/about-us";
}
// line 654
yield "
\t<script>
\t\t\$('.timeline li').on('click', function () {
\t\t\t\$('.current').removeClass('current');
\t\t\t\$(this).addClass('current');
\t\t});
\t\tvar _TopMenuLink = \"";
// line 663
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.', 663, $this->source); })()), "html", null, true);
yield "\";
\t\t
\t\t
\t
\t</script>
\t
\t<!--End Wrapper-->
\t\t\t\t\t\t\t\t\t
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "Informations/aboutus.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 1145 => 663, 1134 => 654, 1130 => 652, 1126 => 650, 1124 => 649, 1118 => 645, 1109 => 643, 1106 => 642, 1102 => 641, 982 => 523, 974 => 520, 972 => 515, 968 => 513, 964 => 512, 961 => 511, 957 => 509, 955 => 508, 950 => 506, 937 => 498, 927 => 493, 917 => 490, 912 => 487, 908 => 485, 904 => 483, 896 => 482, 893 => 481, 889 => 479, 887 => 478, 881 => 476, 869 => 474, 867 => 473, 858 => 471, 852 => 470, 849 => 469, 846 => 468, 843 => 467, 837 => 464, 831 => 461, 826 => 458, 824 => 457, 818 => 455, 814 => 453, 810 => 452, 794 => 438, 777 => 427, 772 => 425, 767 => 423, 758 => 419, 753 => 416, 749 => 415, 735 => 406, 722 => 396, 713 => 390, 700 => 379, 697 => 378, 691 => 377, 685 => 374, 680 => 373, 673 => 367, 671 => 364, 667 => 362, 660 => 357, 658 => 354, 649 => 348, 644 => 347, 639 => 343, 636 => 342, 632 => 341, 624 => 337, 622 => 336, 619 => 335, 609 => 333, 605 => 332, 601 => 331, 598 => 330, 594 => 329, 590 => 328, 588 => 327, 577 => 318, 567 => 314, 563 => 313, 557 => 310, 552 => 307, 548 => 306, 539 => 300, 520 => 283, 517 => 282, 509 => 279, 506 => 274, 504 => 273, 500 => 272, 496 => 271, 493 => 270, 491 => 269, 483 => 263, 480 => 262, 470 => 257, 468 => 256, 465 => 255, 461 => 253, 458 => 252, 456 => 251, 451 => 250, 449 => 249, 432 => 234, 430 => 231, 427 => 230, 423 => 228, 416 => 223, 414 => 220, 411 => 219, 407 => 217, 393 => 205, 365 => 191, 360 => 189, 357 => 188, 355 => 187, 338 => 186, 329 => 179, 327 => 178, 322 => 175, 319 => 172, 314 => 169, 309 => 167, 306 => 166, 304 => 165, 298 => 161, 295 => 158, 290 => 155, 285 => 153, 282 => 152, 280 => 151, 276 => 149, 272 => 147, 270 => 142, 267 => 141, 264 => 135, 262 => 134, 252 => 126, 250 => 123, 245 => 120, 243 => 118, 237 => 114, 235 => 111, 229 => 107, 227 => 103, 222 => 100, 220 => 98, 217 => 97, 215 => 96, 211 => 94, 195 => 81, 187 => 78, 175 => 68, 170 => 65, 161 => 62, 157 => 61, 153 => 60, 149 => 59, 145 => 58, 140 => 57, 136 => 56, 133 => 55, 131 => 54, 124 => 49, 121 => 48, 113 => 45, 109 => 32, 105 => 26, 97 => 22, 92 => 14, 88 => 13, 85 => 12, 83 => 11, 76 => 6, 63 => 5, 40 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends \"layout/layout.html.twig\" %}
{# {% block title %}GFS::About US{% endblock %} #}
{% block content %}
<!--Start Wrapper-->
<!--Start Main Slider-->
\t<section class=\"main-slider-section\"> <div class=\"container container-lg\">
\t\t<div class=\"custom-slider singal-slider main-slider\">
\t\t\t{% if not editmode %}
\t\t\t\t{% for i in pimcore_block('contentblock').iterator %}
\t\t\t\t\t<div class=\"slide\">
\t\t\t\t\t\t<div
\t\t\t\t\t\t\tclass=\"slide-media slide-media-desktop\">
\t\t\t\t\t\t\t{# <video
\t\t\t\t\t\t\t\tposter=\"{{about_slide.slider_image.data}}\">
\t\t\t\t\t\t\t\t<source src=\"{{about_slide.slider_video.data.data}}\" type=\"video/mp4\" />
\t\t\t\t\t\t\t\tYour browser does not support the video tag.
\t\t\t\t\t\t\t</video> #}
\t\t\t\t\t\t\t{{ pimcore_video('aboutus-banner-Video-desktop' , {attributes: {'controls': 'audio','controlsList':\"nodownload\",'autoplay':'true','loop':'true','muted':'','preload': 'auto','playsinline':'true',}}) }}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"slide-media slide-media-mobile\">
\t\t\t\t\t\t\t{{ pimcore_video('aboutus-banner-Video-mobile' , {attributes: {'controls': 'audio' ,'controlsList':\"nodownload\",'autoplay':'true','loop':'true','muted':'','preload': 'auto','playsinline':'true',}}) }}
\t\t\t\t\t\t\t{# <video
\t\t\t\t\t\t\t\tposter=\"{{about_slide.slider_image_mobile.data}}\">
\t\t\t\t\t\t\t\t<source src=\"{{about_slide.slider_video.data.data}}\" type=\"video/mp4\" />
\t\t\t\t\t\t\t\tYour browser does not support the video tag.
\t\t\t\t\t\t\t</video> #}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{# <div class=\"silde-content-box\">
\t\t\t\t\t\t\t<div class=\"slide-content\">
\t\t\t\t\t\t\t\t<h4 class=\"title-sm mb-5\">{{ pimcore_input('subline1') }}</h4>
\t\t\t\t\t\t\t\t<h3 class=\"title-lg underline-end\">{{ pimcore_input('subline2') }}</h3>
\t\t\t\t\t\t\t\t<div class=\"control-options\">
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-play-circle\"></i>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-pause-circle\"></i>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-overlay\">{{'Start Your Journey'|trans}}</a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div> #}
\t\t\t\t\t</div>
\t\t\t\t{% endfor %}
\t\t\t{% endif %}
\t\t</div>
\t</div>
\t{% if editmode %}
\t\t{% for i in pimcore_block('contentblock').iterator %}
\t\t\t{{ pimcore_input('subline1') }}
\t\t\t{{ pimcore_input('subline2') }}
\t\t\t{{'Desktop Video'}}
\t\t\t{{ pimcore_video('aboutus-banner-Video-desktop', {width: 200,height: 200 ,attributes: {'controls': '','autoplay':'true','loop':'true','muted':'','preload': 'auto','playsinline':'true',}}) }}
\t\t\t{{'Mobile Video'}}
\t\t\t{{ pimcore_video('aboutus-banner-Video-mobile', {width: 100,height: 200 ,attributes: {'controls': '','autoplay':'true','loop':'true','muted':'','preload': 'auto','playsinline':'true',}}) }}
\t\t{% endfor %}
\t{% endif %}
</section>
<!--End Main Slider-->
<!--Start Main training search-->
<section class=\"bread-crumbs-section\">
\t<div class=\"container container-lg\">
\t\t<div class=\"bread-crumbs-section-box\">
\t\t\t<div class=\"breadcrumb-holder\">
\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t\t<a href=\"/{{app.request.locale}}\">{{'Home'|trans}}</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t\t<a href=\"javascript:void(0);\">{{'about-us'|trans}}</a>
\t\t\t\t\t</li>
\t\t\t\t</ol>
\t\t\t</div>
\t\t</div>
\t</div>
</section>
<!--End Main training search-->
<!--Start Info Media-->
<section class=\"training-media-box info-media about-media-sec about-us-info position-bg-img position-bg-aboutus\" id=\"history\">
\t<div class=\"container container-sm\">
\t\t<div class=\"info-section about-info-section\">
\t\t\t<h5>{{'History'|trans}}</h5>
\t\t\t{# <h4>Get started with your</h4> #}
\t\t\t{# <h3>{{aboutus.heading}}</h3> #}
\t\t\t<h1>
\t\t\t\t{{ pimcore_input(\"headling\",{
\t\t\t\t\t\t\"placeholder\": \"heading\"
\t\t\t\t}) }}
\t\t\t</h1>
\t\t\t<p>
\t\t\t\t{{ pimcore_textarea(\"description\",{
\t\t\t\t\t\"nl2br\": true,
\t\t\t\t\t\"placeholder\": \"About Description\"
\t\t\t\t\t})
}}
\t\t\t</p>
\t\t\t</br>
\t\t\t<p>
\t\t\t\t{{ pimcore_textarea(\"description1\",{
\t\t\t\t\t\"placeholder\": \"About Description1\"
\t\t\t\t\t})
\t\t\t\t}}
\t\t\t</p>
\t\t\t</br>
\t\t\t<h2>
\t\t\t\t{{ pimcore_input(\"headling1\",{
\t\t\t\t\t\"placeholder\": \"heading1\"
\t\t\t\t}) }}
\t\t\t</h2>
\t\t\t<p>
\t\t\t\t{{ pimcore_textarea(\"description2\",{
\t\t\t\t\t\"placeholder\": \"About Description2\"
\t\t\t\t\t})
\t\t\t\t}}
\t\t<!-- <ul class=\"list-unstyled recipe-info\">
\t\t<li class=\"mins\">60 mins</li>
\t\t<li class=\"orders\">No. Of Orders 8</li>
\t\t<li class=\"time\">Dinner</li>
\t\t</ul> -->
\t\t\t</p>
</div>
\t\t{% if editmode %}
\t\t\t{{ pimcore_image(\"myImage\",{
\t\t\t\t\"title\" : \"Drag image for desktop\",
\t\t\t\t\"width\" : 200,
\t\t\t\t\"height\" : 200,
\t\t\t
\t\t\t\t
\t\t\t}) }}
\t\t\t{{ pimcore_image(\"mobileImage\",{
\t\t\t\t\"title\" : \"Drag image for mobile\",
\t\t\t\t\"width\" : 200,
\t\t\t\t\"height\" : 200
\t\t\t}) }}
\t\t{% endif %}
<div class=\"media-section slide-media-desktop\">
\t{% if not editmode %}
\t{% set thumbnail = pimcore_image(\"myImage\").getThumbnail(\"\") %}
\t\t\t<video poster=\"{{ thumbnail }}\">
\t\t{# <source src=\"{{aboutus.banner_video.data}}\" type=\"video/mp4\" /> #}
\t\tYour browser does not support the video tag.
\t</video>
\t{% endif %}
\t<div class=\"control-options\">
\t\t{# <i class=\"fas fa-play-circle\"></i>
\t\t<i class=\"fas fa-pause-circle\"></i> #}
\t</div>
</div>
<div class=\"media-section slide-media-mobile\">
\t{% if not editmode %}
\t{% set thumbnail = pimcore_image(\"mobileImage\").getThumbnail(\"\") %}
\t\t\t<video poster=\"{{ thumbnail }}\">
\t\t{# <source src=\"{{aboutus.banner_video.data}}\" type=\"video/mp4\" /> #}
\t\tYour browser does not support the video tag.
\t</video>
\t{% endif %}
\t<div class=\"control-options\">
\t\t{# <i class=\"fas fa-play-circle\"></i>
\t\t<i class=\"fas fa-pause-circle\"></i> #}
\t</div>
</div>
</div>
{% include \"layout/baseimage.html.twig\" %}
</section>
<!--End Info Media-->
<!--Start Timeline -->
<section class=\"timeline-section d-none\">
<div class=\"container container-lg\">
<div class=\"timeline-area\">
\t<ul class=\"timeline\" id=\"timeline\">
\t\t{% for i in 0..aboutus.history|length -1 %}
\t\t\t{# {{dump(aboutus.history[0].localizedfields.data.getLocalizedValue('year','en'))}} #}
\t\t\t<li class=\"{{ (loop.index == 1) ? 'current' : '' }}\">
\t\t\t\t<div class=\"timestamp\">
\t\t\t\t\t<span class=\"year\">{{aboutus.history[i].localizedfields.data.getLocalizedValue('year')}}</span>
\t\t\t\t</div>
\t\t\t\t<div class=\"status\">
\t\t\t\t\t<div class=\"status-box\">
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\tLorem ipsum dolor sit
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\tConsectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</li>
\t\t{% endfor %}
\t</ul>
</div>
</div>
</section>
<!--End Timeline -->
<!-- Vision Mission Start -->
<section class=\"vision-mission-sec\" id=\"vision-mission\">
<div class=\"container container-sm\">
<div class=\"vision-mission\">
\t<div class=\"vision-box\">
\t\t<h5>{{'Vision'|trans}}</h5>
\t\t{# <h2>{{aboutus.vision_heading}}</h2> #}
\t\t<p>
\t\t\t{{ pimcore_textarea(\"vision_description\",{
\t\t\t\t\"placeholder\": \"Vision Description\"
\t\t\t\t})
\t\t\t}}
\t\t</p>
\t</div>
\t<div class=\"mission-box\">
\t\t<div class=\"mission-box-content\">
\t\t\t<h5>{{'Mission'|trans}}</h5>
\t\t\t{# <h2>{{aboutus.mission_heading}}</h2> #}
\t\t\t<p>
\t\t\t\t{{ pimcore_textarea(\"mission_description\",{
\t\t\t\t\t\"placeholder\": \"Mission Description\"
\t\t\t\t})
\t\t\t\t}}
\t\t\t</p>
\t\t</div>
\t</div>
</div>
</div>
</section>
<!-- Vision Mission End -->
<!-- Values Slider Start -->
<section class=\"value-slider-sec\">
<div class=\"container container-sm\">
<div class=\"value-slide\">
\t<div class=\"custom-slider singal-slider value-slide-roll\">
\t\t{% if not editmode %}
\t\t\t{% for i in pimcore_block('value_block').iterator %}
\t\t\t\t{# {% for j in 0..aboutus.values_block|length -1 %} #}
\t\t\t\t\t<div class=\"value-slide-item\">
\t\t\t\t\t\t<h5>{{'Values'|trans}}</h5>
\t\t\t\t\t\t{# <h2>{{'Valuesthatshineinsideout'|trans}}</h2> #}
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{ pimcore_textarea(\"values_description\")
\t\t\t\t\t\t\t}}
\t\t\t\t\t\t</p>
\t\t\t\t\t</div>
\t\t\t{% endfor %}
\t\t{% endif %}
\t</div>
</div>
</div>
\t\t{% if editmode %}
\t\t{{\"Values Slider\"}}
\t\t\t{% for i in pimcore_block('value_block').iterator %}
\t\t\t\t{# <h2>{{'Valuesthatshineinsideout'|trans}}</h2> #}
\t\t\t\t\t{{ pimcore_textarea(\"values_description\",{
\t\t\t\t\t\t\t\t\"placeholder\": \"Values Description\",
\t\t\t\t\t\t\t\t\"width\":300,
\t\t\t\t\t\t\t\t\"height\":200
\t\t\t\t\t\t\t\t})
\t\t\t\t\t}}
\t\t\t\t
\t\t\t{% endfor %}
\t\t{% endif %}
</section>
<!-- Values Slider End -->
<!-- Meet Chefs Starts -->
<section class=\"meet-chefs-sec d-none\">
<div class=\"training-area-media training-area-slider\">
<div class=\"training-area-media-content\">
\t<h5>Meet Our Chefs</h5>
\t<h4>Lorem ipsum dolor sit amet.</h4>
\t<p>
\t\tLearn Professional Cookery Skills And Get A Diploma In
\t\tProfessional Chef Training. Professional chef training Programs
\t\tthat offer a guaranteed job placement in the top hospitality
\t\tbrands in KSA, and knowledge & skills for entrepreneurs in the
\t\tFood Business.
\t</p>
\t<div class=\"btn-holder\">
\t\t<div class=\"btn-holder btn-border\">
\t\t\t<a href=\"/{{app.request.locale}}/our-professional-chefs\" class=\"btn btn-custom btn-lg-o-white\">Explore More</a>
\t\t</div>
\t</div>
</div>
<div class=\"training-area-slide-wrapper\">
\t<div class=\"product-area product-slider\">
\t\t{% for chef in ourchef %}
\t\t\t<div class=\"product-area-item\">
\t\t\t\t<div class=\"product-area-item-image\">
\t\t\t\t\t<img src=\"{{chef.chef_image}}\" alt=\"product-img\"/>
\t\t\t\t</div>
\t\t\t\t<div class=\"product-area-item-content\">
\t\t\t\t\t<h4>{{chef.chef_name}}</h4>
\t\t\t\t\t<h5>{{chef.designation}}</h5>
\t\t\t\t</div>
\t\t\t</div>
\t\t{% endfor %}
\t</div>
</div>
</div>
</section>
<!-- Meet Chefs End -->
<!-- Why Buy From us Start -->
<section class=\"start-tip buy-from-us-sec\" id=\"why-buy-from-us\">
{% if editmode %}
{{ pimcore_input('Whybuyfromus') }}
{% for i in pimcore_block('Whybuyfromusblock').iterator %}
\t{{ pimcore_input('subline') }}
\t{{ pimcore_wysiwyg('content') }}
\t{{ pimcore_image(\"myImage\") }}
{% endfor %}{% endif %}<div class=\"container container-sm\">
{% if not editmode %}
\t<h2 class=\"sec-heading\">{{ pimcore_input('Whybuyfromus') }}</h2>
\t<div class=\"start-tip-wrapper\">
\t\t{% for i in pimcore_block('Whybuyfromusblock').iterator %}
\t\t\t{% if i % 2 == 0 %}
\t\t\t\t<div
\t\t\t\t\tclass=\"start-tip-wrapper-item start-tip-wrapper-item-content\">
\t\t\t\t\t{# <h5>Experience</h5> #}
\t\t\t\t\t<h4>{{ pimcore_input('subline') }}</h4>
\t\t\t\t\t<p>{{ pimcore_wysiwyg('content') }}</p>
\t\t\t\t</div>
\t\t\t\t<div class=\"start-tip-wrapper-item\">
\t\t\t\t\t<figure class=\"start-tip-wrapper-item-img\">
\t\t\t\t\t\t{{ pimcore_image(\"myImage\",{
\t\t\t\t\t\t\t\"thumbnail\": \"805x526\"
\t\t\t\t\t\t}
\t\t\t\t\t\t)}}
\t\t\t\t\t</figure>
\t\t\t\t</div>
\t\t\t{% else %}
\t\t\t\t<div class=\"start-tip-wrapper-item\">
\t\t\t\t\t<figure class=\"start-tip-wrapper-item-img\">
\t\t\t\t\t\t{{ pimcore_image(\"myImage\",{
\t\t\t\t\t\t\t\"thumbnail\": \"805x526\"
\t\t\t\t\t\t}
\t\t\t\t\t\t)}}
\t\t\t\t\t</figure>
\t\t\t\t</div>
\t\t\t\t<div
\t\t\t\t\tclass=\"start-tip-wrapper-item start-tip-wrapper-item-content\">
\t\t\t\t\t{# <h5>Experience</h5> #}
\t\t\t\t\t<h4>{{ pimcore_input('subline') }}</h4>
\t\t\t\t\t<p>{{ pimcore_wysiwyg('content') }}</p>
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t{% endfor %}
\t{% endif %}
</div>
</div>
</section>
<!-- Why Buy From us End -->
<!-- Our News Start -->
<section class=\"info-media info-resources product-training our-new-sec d-none\">
<div class=\"container container-sm\">
<div class=\"info-section\">
\t<h5>Our News</h5>
\t<h3>{{featurednews.news_name}}</h3>
\t<ul class=\"list-unstyled social-info social-info-small\">
\t\t<li class=\"like\">Like</li>
\t\t<li class=\"share\">Share</li>
\t</ul>
\t<p>
\t\t{{featurednews.news_description}}
\t</p>
\t<div class=\"btn-holder\">
\t\t<div class=\"btn-border\">
\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-xl btn-lg-o-wblack\">Read More</a>
\t\t</div>
\t</div>
</div>
<div class=\"media-section\">
\t<img src=\"{{featurednews.news_image}}\" alt=\"{{featurednews.news_name}}\"/>
</div>
</div>
</section>
<!-- Our News End -->
<section class=\"featured-recipes-section news-sec-products d-none\">
<div class=\"container container-sm\">
<div class=\"featured-recipes\">
\t<div class=\"custom-slider featured-recipes-slider\">
\t\t{% for newslist in news %}
\t\t\t<div class=\"slide\">
\t\t\t\t<div class=\"slide-holder\">
\t\t\t\t\t<figure class=\"slide-img\">
\t\t\t\t\t\t<img src=\"{{newslist.news_image}}\" alt=\"{{newslist.news_name}}\"/>
\t\t\t\t\t</figure>
\t\t\t\t\t<div class=\"slide-content\">
\t\t\t\t\t\t<h3>
\t\t\t\t\t\t\t{{newslist.news_name}}
\t\t\t\t\t\t</h3>
\t\t\t\t\t\t<span>{{newslist.news_date|date('Y-m-d')}}</span>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t{{newslist.news_description}}
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t\t\t<li class=\"share\">Share</li>
\t\t\t\t\t\t\t<li class=\"like\">Like</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t{% endfor %}
\t</div>
\t<div class=\"btn-holder news-btn\">
\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-black\">View Recipe</a>
\t</div>
</div>
</div>
</section>
<!-- Our News End -->
<!-- Event Start -->
<section class=\"info-media info-resources event-box mob__changes about-us-event-div-edited\">
<div class=\"container container-sm\">
<div class=\"info-section\">
\t<h5>{{'Featured Event'|trans}}</h5>
\t<h4>{{Featured_events.e_name}}</h4>
\t{# <h3>Showcasing & encouraging talents</h3> #}
\t<p>{{Featured_events.e_description}}</p>
\t{% if Featured_events.date_time > \"now\"|date('Y-m-d H:i') %}
\t\t<ul class=\"list-unstyled recipe-info \">
\t\t\t<li class=\"calendar-white\">{{Featured_events.dateandtime}}</li>
\t\t</ul>
\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t<li class=\"map-locator-white\">{{Featured_events.location}}</li>
\t\t</ul>
\t{% endif %}
\t{% set user = app.session.get('loginUserName') %}
\t{% if user is not null %}
\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t<li class=\"share-white\" onclick=\"loyaltyProgram(this,{{Featured_events.id}},'{{Featured_events.e_name}}',10,'Event','Share')\">
\t\t\t\t<span onclick=\"sharemodal('Event','{{ app.request.getSchemeAndHttpHost() ~ '/' ~ app.request.locale ~ '/events/' ~ Featured_events.url}}','{{ \" share event with your friends\"|trans }}')\">{{'Share'|trans}}</span>
\t\t\t</li>
\t\t\t{% if LikedEventfeature|length == 0 %}
\t\t\t\t<li class=\"like-white featureEvent\" onclick=\"loyaltyProgram(this,{{Featured_events.id}},'{{Featured_events.e_name}}',10,'Event','Like', '{{app.request.locale}}')\">{{'Like'|trans}}</li>
\t\t\t{% else %}
\t\t\t\t<li class='liked'>{{'Like'|trans}}</li>
\t\t\t{% endif %}
\t\t\t{# <li class=\"download-white onclick = \"loyaltyProgram(this,{{Featured_events.id}},'{{Featured_events.e_name}}',10,'Event','Save')\">{{'Download'|trans}}</li> #}
\t\t</ul>
\t{% else %}
\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t<li class=\"share-white\" onclick=\"sharemodal('Event','{{ app.request.getSchemeAndHttpHost() ~ '/' ~ app.request.locale ~ '/events/' ~ Featured_events.url}}','{{ \" share event with your friends\"|trans }}')\">{{'Share'|trans}}</li>
\t\t\t<li class=\"like-white logged-out\">{{'Like'|trans}}</li>
\t\t\t{# <li class=\"download-white\">{{'Download'|trans}}</li> #}
\t\t</ul>
\t{% endif %}
\t<div class=\"btn-holder\">
\t\t<div class=\"btn-border\">
\t\t\t<a href=\"/{{app.request.locale}}/events/{{Featured_events.url}}\" class=\"btn btn-custom btn-xl btn-lg-o-wblack\">{{'Discover More'|trans}}</a>
\t\t</div>
\t\t<div class=\"btn-border btn-border-black\">
\t\t\t<a href=\"/{{app.request.locale}}/events\" class=\"btn btn-custom btn-xl btn-primary\">{{'More Events '|trans}}</a>
\t\t</div>
\t</div>
</div>
<div class=\"media-section about__mediaImage about__eventImage\">
\t<img src=\"{{Featured_events.event_image}}\" alt=\"{{Featured_events.e_name}}\">
</div>
</div>
</section>
<!-- Event End -->
<!-- Media Gallery Start -->
<section class=\"media-gallery-sec\">
\t<div class=\"container container-sm\">
\t\t<h2 class=\"media-gallery-head\">{{ pimcore_input(\"Heading\")}}</h2>
\t\t{% if not editmode %}
\t\t\t<div class=\"custom-slider media-gallery-sec-slider\">
\t\t{% endif %}
\t\t\t\t{% for i in pimcore_block('image').iterator %}
\t\t\t\t\t<div
\t\t\t\t\t\tclass=\"media-slide-item\">
\t\t\t\t\t\t\t{{ pimcore_image(\"myImage\",{
\t\t\t\t\t\t\t\t\"title\" :\"Drag image here\",
\t\t\t\t\t\t\t\t\"width\" : 292,
\t\t\t\t\t\t\t\t\"height\" :300,
\t\t\t\t\t\t\t\t\"thumbnail\" :\"298x256\"
\t\t\t\t\t\t\t}) }}
\t\t\t\t\t</div>
\t\t\t\t{% endfor %}
\t\t\t
\t\t\t</div>
\t</div>
</section>
<!-- Media Gallery End -->
<!-- Careers Section Start -->
<section class=\"loyalty-point-section careers-join-sec d-none\">
<div class=\"container container-lg\">
<div class=\"loyalty-point-bannar\">
\t<div class=\"loyalty-point-bannar-item\">
\t\t<div class=\"loyalty-point-bannar-item-image\">
\t\t\t<figure class=\"loyalty-point-bannar-item-image-wrapper\">
\t\t\t\t<img src=\"/static/assets/images/careers-sec-bg.png\" alt=\"career-banner\"/>
\t\t\t</figure>
\t\t</div>
\t\t<div class=\"loyalty-point-bannar-item-content\">
\t\t\t<div class=\"loyalty-point-bannar-item-content-box\">
\t\t\t\t<h5>Careers</h5>
\t\t\t\t<h3>Come join us and be part of a revolution</h3>
\t\t\t\t<p>
\t\t\t\t\tLearn Professional Cookery Skills And Get A Diploma In
\t\t\t\t\tProfessional Chef Training. Professional chef training
\t\t\t\t\tPrograms that offer a guaranteed job placement in the top
\t\t\t\t\thospitality brands in KSA, and knowledge & skills for
\t\t\t\t\tentrepreneurs in the Food Business.
\t\t\t\t</p>
\t\t\t\t<div class=\"btn-holder\">
\t\t\t\t\t<div class=\"btn-holder btn-border\">
\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-lg-o-white\">Our Culture</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
</div></div></section><section class=\"careers-opening-sec d-none\"><div class=\"container container-lg\">
<div class=\"careers-opening-wrap\">
\t<h2 class=\"careers-opening-sec-head\">Openings</h2>
\t<div class=\"card-listing custom-slider featured-recipes-slider\">
\t\t<div class=\"card-listing-box\">
\t\t\t<h3>Executive Chef</h3>
\t\t\t<ul class=\"list-unstyled recipe-info in-column\">
\t\t\t\t<li class=\"brief-case-green\">5 - 10 Years</li>
\t\t\t\t<li class=\"map-locator-green\">
\t\t\t\t\tJeddah, Makkah Al Mukarramah - Saudi Arabia
\t\t\t\t</li>
\t\t\t</ul>
\t\t\t<p>
\t\t\t\tCreate and prepare all items as requires by the business
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Prepare, clean and organize ingredients for use in the kitchen
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Come up with recipe idea from scratch Plan the menu to co…
\t\t\t</p>
\t\t\t<div class=\"btn-with-share\">
\t\t\t\t<div class=\"apply-filter\">
\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-green\">Apply Filter</a>
\t\t\t\t</div>
\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t<li class=\"share-green\">Share</li>
\t\t\t\t\t<li class=\"like-green\">Like</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"card-listing-box\">
\t\t\t<h3>Executive Chef</h3>
\t\t\t<ul class=\"list-unstyled recipe-info in-column\">
\t\t\t\t<li class=\"brief-case-green\">5 - 10 Years</li>
\t\t\t\t<li class=\"map-locator-green\">
\t\t\t\t\tJeddah, Makkah Al Mukarramah - Saudi Arabia
\t\t\t\t</li>
\t\t\t</ul>
\t\t\t<p>
\t\t\t\tCreate and prepare all items as requires by the business
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Prepare, clean and organize ingredients for use in the kitchen
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Come up with recipe idea from scratch Plan the menu to co…
\t\t\t</p>
\t\t\t<div class=\"btn-with-share\">
\t\t\t\t<div class=\"apply-filter\">
\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-green\">Apply Filter</a>
\t\t\t\t</div>
\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t<li class=\"share-green\">Share</li>
\t\t\t\t\t<li class=\"like-green\">Like</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"card-listing-box\">
\t\t\t<h3>Executive Chef</h3>
\t\t\t<ul class=\"list-unstyled recipe-info in-column\">
\t\t\t\t<li class=\"brief-case-green\">5 - 10 Years</li>
\t\t\t\t<li class=\"map-locator-green\">
\t\t\t\t\tJeddah, Makkah Al Mukarramah - Saudi Arabia
\t\t\t\t</li>
\t\t\t</ul>
\t\t\t<p>
\t\t\t\tCreate and prepare all items as requires by the business
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Prepare, clean and organize ingredients for use in the kitchen
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Come up with recipe idea from scratch Plan the menu to co…
\t\t\t</p>
\t\t\t<div class=\"btn-with-share\">
\t\t\t\t<div class=\"apply-filter\">
\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-green\">Apply Filter</a>
\t\t\t\t</div>
\t\t\t\t<ul class=\"list-unstyled recipe-info\">
\t\t\t\t\t<li class=\"share-green\">Share</li>
\t\t\t\t\t<li class=\"like-green\">Like</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t</div>
\t<div class=\"btn-holder news-btn\">
\t\t<a href=\"javascript:void(0)\" class=\"btn btn-custom btn-black\">Explore More</a>
\t</div>
</div></div>
</section>
<!-- Careers Section End -->
\t<!-- Badges Section Start -->
\t<section class=\"career-badge-sec\">
\t<div class=\"container\">
\t<div class=\"badge-wrap\">
\t\t{% for i in pimcore_block('logos').iterator %}
\t\t\t{% set thumbnail = pimcore_image(\"logo\").getThumbnail(\"130x130\") %}
\t\t\t<img src=\"{{ thumbnail }}\" alt=\"badge image\"/>
\t\t{% endfor %}
\t</div>
\t</div>
\t</section>
\t<!-- Badges Section End -->
{% if (app.request.locale =='ar') %}
\t{% set topMenu =\"/en/about-us\" %}
{% else %}
\t{% set topMenu =\"/ar/about-us\" %}
{% endif %}
\t<script>
\t\t\$('.timeline li').on('click', function () {
\t\t\t\$('.current').removeClass('current');
\t\t\t\$(this).addClass('current');
\t\t});
\t\tvar _TopMenuLink = \"{{ topMenu }}\";
\t\t
\t\t
\t
\t</script>
\t
\t<!--End Wrapper-->
\t\t\t\t\t\t\t\t\t
{% endblock %}
", "Informations/aboutus.html.twig", "/var/www/vhosts/centric.ae/gcs.centric.ae/templates/Informations/aboutus.html.twig");
}
}