<?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;
/* Recipes/recipe-category.html.twig */
class __TwigTemplate_644e7080fbba1014c6eabeb07a14b364 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", "Recipes/recipe-category.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Recipes/recipe-category.html.twig"));
$this->parent = $this->loadTemplate("layout/layout.html.twig", "Recipes/recipe-category.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 2
/**
* @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 3
yield "
\t";
// line 4
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Recipes\\RecipesController::advancefilterBlock"));
yield "
<!--Start Breadcrumbs-->
\t\t<div class=\"breadcrumb-holder\">
\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t<a href=\"/";
// line 11
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.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "locale", [], "any", false, false, false, 11), "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</li>
\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t<a href=\"/";
// line 14
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.', 14, $this->source); })()), "request", [], "any", false, false, false, 14), "locale", [], "any", false, false, false, 14), "html", null, true);
yield "/recipes\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("recipes"), "html", null, true);
yield "</a>
\t\t\t\t</li>
\t\t\t\t<li class=\"breadcrumb-item active\" aria-current=\"page\">";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["recipe_category"]) || array_key_exists("recipe_category", $context) ? $context["recipe_category"] : (function () { throw new RuntimeError('Variable "recipe_category" does not exist.', 16, $this->source); })()), "recipecategoryname", [], "any", false, false, false, 16), "html", null, true);
yield "</li>
\t\t\t</ol>
\t\t</div>
\t\t<!--End Breadcrumbs-->
<!--Start Category Recipes Section-->
\t\t\t<section class=\"featured-recipes-section inner-frecipes-section\">
\t\t\t\t<div class=\"container container-sm\">
\t\t\t\t\t<h2 class=\"heading\">";
// line 26
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["category_recipes"]) || array_key_exists("category_recipes", $context) ? $context["category_recipes"] : (function () { throw new RuntimeError('Variable "category_recipes" does not exist.', 26, $this->source); })())) > 1)) {
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["recipe_category"]) || array_key_exists("recipe_category", $context) ? $context["recipe_category"] : (function () { throw new RuntimeError('Variable "recipe_category" does not exist.', 26, $this->source); })()), "recipecategoryname", [], "any", false, false, false, 26), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("recipes"), "html", null, true);
yield " ";
} elseif ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["category_recipes"]) || array_key_exists("category_recipes", $context) ? $context["category_recipes"] : (function () { throw new RuntimeError('Variable "category_recipes" does not exist.', 26, $this->source); })())) == 0)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("No"), "html", null, true);
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["recipe_category"]) || array_key_exists("recipe_category", $context) ? $context["recipe_category"] : (function () { throw new RuntimeError('Variable "recipe_category" does not exist.', 26, $this->source); })()), "recipecategoryname", [], "any", false, false, false, 26), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("recipes"), "html", null, true);
} else {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["recipe_category"]) || array_key_exists("recipe_category", $context) ? $context["recipe_category"] : (function () { throw new RuntimeError('Variable "recipe_category" does not exist.', 26, $this->source); })()), "recipecategoryname", [], "any", false, false, false, 26), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Recipe"), "html", null, true);
}
yield "</h2>
\t\t\t\t\t<div class=\"featured-recipes\">
\t\t\t\t\t\t<div class=\"custom-slider featured-recipes-slider\">
\t\t\t\t\t\t\t";
// line 30
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["category_recipes"]) || array_key_exists("category_recipes", $context) ? $context["category_recipes"] : (function () { throw new RuntimeError('Variable "category_recipes" does not exist.', 30, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["Category_Recipes"]) {
// line 31
yield "
\t\t\t\t\t\t\t\t<div class=\"slide\">
\t\t\t\t\t\t\t\t\t<div class=\"slide-holder\">
\t\t\t\t\t\t\t\t\t\t<figure class=\"slide-img\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"/";
// line 35
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.', 35, $this->source); })()), "request", [], "any", false, false, false, 35), "locale", [], "any", false, false, false, 35), "html", null, true);
yield "/all-recipes/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "url", [], "any", false, false, false, 35), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 36
yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "featured_image", [], "any", false, false, false, 36), "thumbnail", ["354x244"], "method", false, false, false, 36), "getHTML", [["imgAttributes" => ["class" => "", "alt" => CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "name", [], "any", false, false, false, 36)]]], "method", false, false, false, 36);
yield "
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\t\tclass=\"slide-content\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 42
yield "\t\t\t\t\t\t\t\t\t\t\t<a href=\"/";
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.', 42, $this->source); })()), "request", [], "any", false, false, false, 42), "locale", [], "any", false, false, false, 42), "html", null, true);
yield "/all-recipes/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "url", [], "any", false, false, false, 42), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t<h3>";
// line 43
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "name", [], "any", false, false, false, 43), "html", null, true);
yield "</h3>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<p>";
// line 45
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "short_description", [], "any", false, false, false, 45), "html", null, true);
yield "</p>
\t\t\t\t\t\t\t\t\t\t\t";
// line 47
yield "\t\t\t\t\t\t\t\t\t\t\t";
// line 48
yield "
\t\t\t\t\t\t\t\t\t\t\t<ul
\t\t\t\t\t\t\t\t\t\t\t\tclass=\"list-unstyled recipe-info\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 52
yield "\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"orders\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("No. Of"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 53
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Serving"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 54
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "serves", [], "any", false, false, false, 54), "html", null, true);
yield "</li>
\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"time\">";
// line 55
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "typeofmeal", [], "any", false, false, false, 55)), "html", null, true);
yield "</li>
\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"btn-holder\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/";
// line 59
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.', 59, $this->source); })()), "request", [], "any", false, false, false, 59), "locale", [], "any", false, false, false, 59), "html", null, true);
yield "/all-recipes/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["Category_Recipes"], "url", [], "any", false, false, false, 59), "html", null, true);
yield "\" class=\"btn btn-custom btn-black\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("View Recipe"), "html", null, true);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['Category_Recipes'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 65
yield "
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</section>
\t\t";
// line 72
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.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "locale", [], "any", false, false, false, 72) == "ar")) {
// line 73
yield "\t\t\t";
$context["topMenu"] = ("/en/recipes/" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["recipe_category"]) || array_key_exists("recipe_category", $context) ? $context["recipe_category"] : (function () { throw new RuntimeError('Variable "recipe_category" does not exist.', 73, $this->source); })()), "cat_url", [], "any", false, false, false, 73));
// line 74
yield "\t\t";
} else {
// line 75
yield "\t\t\t";
$context["topMenu"] = ("/ar/recipes/" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["recipe_category"]) || array_key_exists("recipe_category", $context) ? $context["recipe_category"] : (function () { throw new RuntimeError('Variable "recipe_category" does not exist.', 75, $this->source); })()), "cat_url", [], "any", false, false, false, 75));
// line 76
yield "\t\t";
}
// line 77
yield " <script> var _TopMenuLink = \"";
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.', 77, $this->source); })()), "html", null, true);
yield "\"; </script>
\t\t<!--End Category Recipes Section-->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "Recipes/recipe-category.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 245 => 77, 242 => 76, 239 => 75, 236 => 74, 233 => 73, 231 => 72, 222 => 65, 206 => 59, 199 => 55, 195 => 54, 191 => 53, 186 => 52, 181 => 48, 179 => 47, 175 => 45, 170 => 43, 163 => 42, 155 => 36, 149 => 35, 143 => 31, 139 => 30, 117 => 26, 104 => 16, 97 => 14, 89 => 11, 79 => 4, 76 => 3, 63 => 2, 40 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends \"layout/layout.html.twig\" %}
{% block content %}
\t{{ render(controller('App\\\\Controller\\\\Recipes\\\\RecipesController::advancefilterBlock')) }}
<!--Start Breadcrumbs-->
\t\t<div class=\"breadcrumb-holder\">
\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t<a href=\"/{{app.request.locale}}\">{{\"Home\"|trans }}</a>
\t\t\t\t</li>
\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t<a href=\"/{{app.request.locale}}/recipes\">{{\"recipes\"|trans }}</a>
\t\t\t\t</li>
\t\t\t\t<li class=\"breadcrumb-item active\" aria-current=\"page\">{{recipe_category.recipecategoryname}}</li>
\t\t\t</ol>
\t\t</div>
\t\t<!--End Breadcrumbs-->
<!--Start Category Recipes Section-->
\t\t\t<section class=\"featured-recipes-section inner-frecipes-section\">
\t\t\t\t<div class=\"container container-sm\">
\t\t\t\t\t<h2 class=\"heading\">{% if category_recipes|length > 1 %} {{recipe_category.recipecategoryname}} {{'recipes'|trans}} {% elseif category_recipes|length == 0 %}{{'No'|trans}}{{recipe_category.recipecategoryname}} {{'recipes'|trans}}{% else %}{{recipe_category.recipecategoryname}} {{'Recipe'|trans}}{% endif %}</h2>
\t\t\t\t\t<div class=\"featured-recipes\">
\t\t\t\t\t\t<div class=\"custom-slider featured-recipes-slider\">
\t\t\t\t\t\t\t{% for Category_Recipes in category_recipes %}
\t\t\t\t\t\t\t\t<div class=\"slide\">
\t\t\t\t\t\t\t\t\t<div class=\"slide-holder\">
\t\t\t\t\t\t\t\t\t\t<figure class=\"slide-img\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/all-recipes/{{Category_Recipes.url}}\">
\t\t\t\t\t\t\t\t\t\t\t\t{{ Category_Recipes.featured_image.thumbnail('354x244').getHTML({imgAttributes: {class:'',alt:Category_Recipes.name }})|raw }}
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\t\tclass=\"slide-content\">
\t\t\t\t\t\t\t\t\t\t\t{# <div class=\"frecipes-box\"> #}
\t\t\t\t\t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/all-recipes/{{Category_Recipes.url}}\">
\t\t\t\t\t\t\t\t\t\t\t\t<h3>{{Category_Recipes.name}}</h3>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<p>{{Category_Recipes.short_description}}</p>
\t\t\t\t\t\t\t\t\t\t\t{# <div class=\"chef-names\">with Goody Professional</div> #}
\t\t\t\t\t\t\t\t\t\t\t{# </div> #}
\t\t\t\t\t\t\t\t\t\t\t<ul
\t\t\t\t\t\t\t\t\t\t\t\tclass=\"list-unstyled recipe-info\">
\t\t\t\t\t\t\t\t\t\t\t\t{# <li class=\"mins\">{{recipe.time}} {{'mins'|trans}}</li> #}
\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"orders\">{{'No. Of'|trans}}
\t\t\t\t\t\t\t\t\t\t\t\t\t{{'Serving'|trans}}
\t\t\t\t\t\t\t\t\t\t\t\t\t{{Category_Recipes.serves}}</li>
\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"time\">{{Category_Recipes.typeofmeal|trans}}</li>
\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"btn-holder\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/{{app.request.locale}}/all-recipes/{{Category_Recipes.url}}\" class=\"btn btn-custom btn-black\">{{'View Recipe'|trans}}</a>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</section>
\t\t{% if (app.request.locale =='ar') %}
\t\t\t{% set topMenu =\"/en/recipes/\" ~ recipe_category.cat_url %}
\t\t{% else %}
\t\t\t{% set topMenu =\"/ar/recipes/\" ~ recipe_category.cat_url %}
\t\t{% endif %}
<script> var _TopMenuLink = \"{{ topMenu }}\"; </script>
\t\t<!--End Category Recipes Section-->
{% endblock %}", "Recipes/recipe-category.html.twig", "/var/www/vhosts/centric.ae/gcs.centric.ae/templates/Recipes/recipe-category.html.twig");
}
}