<?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;
/* base.html.twig */
class __TwigTemplate_4debd47f7217290c9b22430052d34d5c 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->parent = false;
$this->blocks = [
'meta' => [$this, 'block_meta'],
'seoKeywords' => [$this, 'block_seoKeywords'],
'seoDescription' => [$this, 'block_seoDescription'],
'seoCreated' => [$this, 'block_seoCreated'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'body_class' => [$this, 'block_body_class'],
'translations' => [$this, 'block_translations'],
'slider' => [$this, 'block_slider'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"";
// line 2
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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "html", null, true);
yield "\" class=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::replace(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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "host", [], "any", false, false, false, 2), ["." => "_"]), "html", null, true);
yield " app-color-";
yield $this->extensions['App\Service\App\PublicTwig']->appColorFunction();
yield "\">
<head>
<meta charset=\"UTF-8\" />
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>
";
// line 9
if ((($tmp = (isset($context["no_index"]) || array_key_exists("no_index", $context) ? $context["no_index"] : (function () { throw new RuntimeError('Variable "no_index" does not exist.', 9, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 10
yield " <meta name=\"robots\" content=\"noindex,nofollow\"/>
";
}
// line 12
yield "
";
// line 13
yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
// line 16
yield " <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />
<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"/>
";
// line 18
if ((($tmp = !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("seoKeywords", $context, $blocks))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 19
yield "<meta name=\"keywords\" content=\"";
yield from $this->unwrap()->yieldBlock('seoKeywords', $context, $blocks);
yield "\"/>";
}
// line 21
yield " ";
if ((($tmp = !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("seoDescription", $context, $blocks))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 22
yield "<meta name=\"description\" content=\"";
yield from $this->unwrap()->yieldBlock('seoDescription', $context, $blocks);
yield "\"/>";
}
// line 24
yield " ";
if ((($tmp = !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("seoCreated", $context, $blocks))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 25
yield "<meta name=\"date\" content=\"";
yield from $this->unwrap()->yieldBlock('seoCreated', $context, $blocks);
yield "\"/>";
}
// line 27
yield " <meta name=\"author\" content=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["app_name"]) || array_key_exists("app_name", $context) ? $context["app_name"] : (function () { throw new RuntimeError('Variable "app_name" does not exist.', 27, $this->source); })()), "html", null, true);
yield "\"/>
<meta name=\"copyright\" content=\"copyright by ";
// line 28
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["app_name"]) || array_key_exists("app_name", $context) ? $context["app_name"] : (function () { throw new RuntimeError('Variable "app_name" does not exist.', 28, $this->source); })()), "html", null, true);
yield "\"/>
<!-- SCRIPTS -->
<title>";
// line 31
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield " | ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["app_name"]) || array_key_exists("app_name", $context) ? $context["app_name"] : (function () { throw new RuntimeError('Variable "app_name" does not exist.', 31, $this->source); })()), "html", null, true);
yield "</title>
<!-- LINK -->
<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"";
// line 33
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/favicon.ico"), "html", null, true);
yield "\"/>
<link rel=\"shortcut icon\" type=\"image/png\" href=\"";
// line 34
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/favicon.png"), "html", null, true);
yield "\"/>
<link rel=\"apple-touch-icon\" type=\"image/png\" href=\"";
// line 35
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/favicon.png"), "html", null, true);
yield "\"><!-- iPhone -->
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"";
// line 36
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-57x57.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"";
// line 37
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-72x72.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-76x76.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"";
// line 39
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-114x114.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"";
// line 40
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-120x120.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"";
// line 41
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-144x144.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"";
// line 42
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-152x152.png"), "html", null, true);
yield "\" />
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
// line 43
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/apple-touch-icon-180x180.png"), "html", null, true);
yield "\" />
";
// line 46
yield " ";
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 49
yield "
<!-- GOOGLE -->
";
// line 53
yield " <script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCxYi_Sk25cIlLkMEQlM7I-jAqWYTDQj64&loading=async\"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-151104863-1\"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-151104863-1');</script>
</head>
<body class=\"";
// line 59
yield from $this->unwrap()->yieldBlock('body_class', $context, $blocks);
yield "\">
";
// line 60
$context["allMessages"] = 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.', 60, $this->source); })()), "flashes", [], "method", false, false, false, 60);
// line 61
yield "
";
// line 62
if ((($tmp = !Twig\Extension\CoreExtension::testEmpty((isset($context["allMessages"]) || array_key_exists("allMessages", $context) ? $context["allMessages"] : (function () { throw new RuntimeError('Variable "allMessages" does not exist.', 62, $this->source); })()))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 63
yield " <div aria-live=\"polite\" aria-atomic=\"true\">
<!-- Position it -->
<div>
";
// line 66
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["allMessages"]) || array_key_exists("allMessages", $context) ? $context["allMessages"] : (function () { throw new RuntimeError('Variable "allMessages" does not exist.', 66, $this->source); })()));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 67
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 68
yield " <div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" data-delay=\"10000\">
<div class=\"alert alert-";
// line 69
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["type"], "html", null, true);
yield " mb-0\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\">
<button type=\"button\" class=\"ml-2 mb-1 close\" data-dismiss=\"toast\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
";
// line 73
yield $context["message"];
yield "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 77
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['type'], $context['messages'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 78
yield " </div>
</div>
";
}
// line 81
yield "
<div class=\"card cookie-card\" style=\"position:fixed; bottom:0; left:0; width: 100vw; z-index: 9999; max-height: 100vh; max-width: 100vw; overflow: auto\">
<div class=\"card-body\">
<h5 class=\"card-title\">Cookies</h5>
<p class=\"card-text\">
";
// line 86
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cookie.text", [":link" => $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_public_page_show", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 87
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 87, $this->source); })()), "request", [], "any", false, false, false, 87), "locale", [], "any", false, false, false, 87), "slug" => "privacy-policy"])]);
// line 88
yield "
</p>
<a href=\"#\" class=\"btn btn-primary cookie-btn\">";
// line 90
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cookie.action"), "html", null, true);
yield "</a>
</div>
</div>
<script>function checkGDPRCookie(){var e=document.cookie.split(\"; \").find(e=>e.startsWith(\"gdpr\"));void 0!==e&&\"true\"===(e=e.split(\"=\")[1])&&(document.querySelector(\".cookie-card\").style.display=\"none\")}document.querySelector(\".cookie-btn\").addEventListener(\"click\",function(){document.cookie=\"gdpr=true; ;max-age=31536000; path=/; SameSite\",checkGDPRCookie()}),checkGDPRCookie();</script>
";
// line 95
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\InvoiceController::unPaidAction"));
yield "
<!-- header -->
";
// line 99
$context["isUser"] = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER");
// line 100
yield " <div class=\"container-fluid\">
";
// line 102
yield " <div class=\"container font-medium\" id=\"header-login\">
<div class=\"row top-row nowrap\">
<div class=\"top-left\">
<div class=\"header-contact map-pin\">
<img src=\"";
// line 106
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/map-pin.svg"), "html", null, true);
yield "\" alt=\"Map Pin Icon\">
<span class=\"font-medium\">";
// line 107
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["company_address"]) || array_key_exists("company_address", $context) ? $context["company_address"] : (function () { throw new RuntimeError('Variable "company_address" does not exist.', 107, $this->source); })()), "html", null, true);
yield "</span>
</div>
<div class=\"header-contact header-phone\">
<img src=\"";
// line 110
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/phone.svg"), "html", null, true);
yield "\" alt=\"Phone Icon\">
<a class=\"font-medium phone-link\" href=\"tel:";
// line 111
yield $this->extensions['App\Service\App\DashboardTwig']->regexReplace((isset($context["company_phone"]) || array_key_exists("company_phone", $context) ? $context["company_phone"] : (function () { throw new RuntimeError('Variable "company_phone" does not exist.', 111, $this->source); })()), "/,.*/", "");
yield "\">
";
// line 112
yield $this->extensions['App\Service\App\DashboardTwig']->regexReplace((isset($context["company_phone"]) || array_key_exists("company_phone", $context) ? $context["company_phone"] : (function () { throw new RuntimeError('Variable "company_phone" does not exist.', 112, $this->source); })()), "/,.*/", "");
yield "
</a>
</div>
<div class=\"header-contact header-email\">
<img src=\"";
// line 116
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/mail.svg"), "html", null, true);
yield "\" alt=\"Envelope Icon\">
<span class=\"font-medium\">";
// line 117
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["company_email"]) || array_key_exists("company_email", $context) ? $context["company_email"] : (function () { throw new RuntimeError('Variable "company_email" does not exist.', 117, $this->source); })()), "html", null, true);
yield "</span>
</div>
</div>
<div class=\"top-right\">
<div class=\"language-picker\">
<div class=\"btn-group float-right\">
";
// line 123
if ( $this->unwrap()->hasBlock("translations", $context, $blocks)) {
// line 124
yield " ";
yield from $this->unwrap()->yieldBlock('translations', $context, $blocks);
// line 125
yield " ";
} else {
// line 126
yield " ";
yield $this->extensions['App\Service\App\PublicTwig']->defaultLanguagePickerFunction();
yield "
";
}
// line 128
yield " </div>
</div>
<div class=\"help\">
<a class=\"text-decoration-none\" href=\"";
// line 131
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_app_product_filter", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 134
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 134, $this->source); })()), "request", [], "any", false, false, false, 134), "locale", [], "any", false, false, false, 134), "title" => "S 30X47X7", "help" => 1, "on_complete" => $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_app_product_index", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 139
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 139, $this->source); })()), "request", [], "any", false, false, false, 139), "locale", [], "any", false, false, false, 139)], "true")]);
// line 143
yield "\">";
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.help");
yield "</a>
</div>
";
// line 145
if (((isset($context["isUser"]) || array_key_exists("isUser", $context) ? $context["isUser"] : (function () { throw new RuntimeError('Variable "isUser" does not exist.', 145, $this->source); })()) == false)) {
// line 146
yield " <div class=\"header-login-btn margin-header\">
<a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"";
// line 147
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("login", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 150
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 150, $this->source); })()), "request", [], "any", false, false, false, 150), "locale", [], "any", false, false, false, 150)]);
// line 152
yield "\"><span>";
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.login");
yield "</span><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/arrow-button.svg"), "html", null, true);
yield "\" alt=\"Arrow Button Icon\"></a>
</div>
";
} else {
// line 155
yield " <div class=\"header-login-btn margin-header\">
<img src=\"";
// line 156
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/user.svg"), "html", null, true);
yield "\" class=\"wh-42\" alt=\"User Profile Icon\" />
</div>
";
}
// line 159
yield " </div>
</div>
</div>
</div>
<div class=\"container-fluid\">
<div class=\"container\" id=\"header-login\">
<div class=\"row bottom-row\">
<div class=\"header-logo\">
<a href=\"";
// line 167
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_public_page_index", ["_locale" => 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.', 167, $this->source); })()), "request", [], "any", false, false, false, 167), "locale", [], "any", false, false, false, 167)]);
yield "\">
<img src=\"";
// line 168
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['App\Service\App\PublicTwig']->logoFunction()), "html", null, true);
yield "\" class=\"img-fluid\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["app_name"]) || array_key_exists("app_name", $context) ? $context["app_name"] : (function () { throw new RuntimeError('Variable "app_name" does not exist.', 168, $this->source); })()), "html", null, true);
yield "\"/>
</a>
</div>
<div class=\"input-group\" id=\"search-bar\">
";
// line 172
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductController::filterAction"));
yield "
</div>
";
// line 174
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\CountdownController::countdown"));
yield "
";
// line 176
if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("CART_CREATE")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 177
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction"));
yield "
";
} else {
// line 179
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\IndividualOrderController::smallWidgetAction"));
yield "
";
}
// line 181
yield " <nav class=\"navbar navbar-expand-lg navbar-light sm-screen-navbar\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-controls=\"navbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<span class=\"navbar-toggler-icon\"></span>
</button>
";
// line 185
$context["currentRoute"] = CoreExtension::getAttribute($this->env, $this->source, 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.', 185, $this->source); })()), "request", [], "any", false, false, false, 185), "attributes", [], "any", false, false, false, 185), "get", ["_route"], "method", false, false, false, 185);
// line 186
yield " ";
$context["shopRoute"] = "mdl_app_product_index";
// line 187
yield " <div class=\"collapse navbar-collapse text\" id=\"navbar\">
<div class=\"mobile-menu\">
<div class=\"language-picker\">
<div class=\"btn-group float-left\">
";
// line 192
if ( $this->unwrap()->hasBlock("translations", $context, $blocks)) {
// line 193
yield " ";
yield $this->extensions['App\Service\App\PublicTwig']->defaultLanguagePickerFunction();
yield "
";
} else {
// line 195
yield " ";
yield $this->extensions['App\Service\App\PublicTwig']->defaultLanguagePickerFunction();
yield "
";
}
// line 197
yield " </div>
</div>
<div class=\"float-right\">
";
// line 202
if (((isset($context["isUser"]) || array_key_exists("isUser", $context) ? $context["isUser"] : (function () { throw new RuntimeError('Variable "isUser" does not exist.', 202, $this->source); })()) == false)) {
// line 203
yield " <div class=\"header-login-btn margin-header\">
<a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"";
// line 204
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("login", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 207
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 207, $this->source); })()), "request", [], "any", false, false, false, 207), "locale", [], "any", false, false, false, 207)]);
// line 209
yield "\"><span>";
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.login");
yield "</span><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/arrow-button.svg"), "html", null, true);
yield "\" alt=\"Arrow Button Icon\"></a>
</div>
";
} else {
// line 212
yield " <div class=\"header-login-btn margin-header\">
<img src=\"";
// line 213
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/user.svg"), "html", null, true);
yield "\" class=\"wh-42\" alt=\"User Profile Icon\" />
</div>
";
}
// line 216
yield " </div>
</div>
<div class=\"mobile-widgets\">
<div class=\"widgets\">
";
// line 220
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\CountdownController::countdown"));
yield "
";
// line 222
if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("CART_CREATE")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 223
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction"));
yield "
";
} else {
// line 225
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\IndividualOrderController::smallWidgetAction"));
yield "
";
}
// line 227
yield " </div>
<div class=\"input-group\" id=\"search-bar\">
";
// line 229
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductController::filterAction"));
yield "
</div>
</div>
";
// line 232
yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("main_menu");
yield "
</div>
</nav>
</div>
</div>
</div>
<!-- / header -->
<!-- nav -->
<div class=\"container-fluid\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col\">
<nav class=\"navbar navbar-expand-lg navbar-light lg-screen-navbar\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-controls=\"navbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<span class=\"navbar-toggler-icon\"></span>
</button>
";
// line 250
$context["currentRoute"] = CoreExtension::getAttribute($this->env, $this->source, 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.', 250, $this->source); })()), "request", [], "any", false, false, false, 250), "attributes", [], "any", false, false, false, 250), "get", ["_route"], "method", false, false, false, 250);
// line 251
yield " ";
$context["shopRoute"] = "mdl_app_product_index";
// line 252
yield " <div class=\"collapse navbar-collapse text\" id=\"navbar\">
";
// line 253
yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("main_menu");
yield "
";
// line 254
if (((isset($context["currentRoute"]) || array_key_exists("currentRoute", $context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.', 254, $this->source); })()) == (isset($context["shopRoute"]) || array_key_exists("shopRoute", $context) ? $context["shopRoute"] : (function () { throw new RuntimeError('Variable "shopRoute" does not exist.', 254, $this->source); })()))) {
// line 255
yield " <ul class=\"navbar-nav ml-auto mr-5 link-help\">
<li class=\"nav-item\">
<a href=\"";
// line 257
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_app_product_filter", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 260
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 260, $this->source); })()), "request", [], "any", false, false, false, 260), "locale", [], "any", false, false, false, 260), "title" => "S 30X47X7", "help" => 1, "on_complete" => $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_app_product_index", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 265
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 265, $this->source); })()), "request", [], "any", false, false, false, 265), "locale", [], "any", false, false, false, 265)], "true")]);
// line 269
yield "\" class=\"nav-link\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.help"), "html", null, true);
yield "</a>
</li>
</ul>
";
}
// line 273
yield " </div>
</nav>
</div>
</div>
</div>
</div>
<!-- / nav -->
";
// line 281
if ((($tmp = (isset($context["isUser"]) || array_key_exists("isUser", $context) ? $context["isUser"] : (function () { throw new RuntimeError('Variable "isUser" does not exist.', 281, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 282
yield " <div class=\"container-fluid\">
<div class=\"container\">
<div class=\"content\">
<div class=\"row\">
";
// line 286
yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("user_menu");
yield "
</div>
</div>
</div>
</div>
";
}
// line 292
yield "
";
// line 293
yield from $this->unwrap()->yieldBlock('slider', $context, $blocks);
// line 294
yield "
<!-- body1 -->
";
// line 297
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 300
yield " <!-- / body2 -->
<!-- footer -->
<div class=\"container-fluid\" id=\"page-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"newsletter\">
<span>";
// line 307
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("newsletter.subscribe");
yield "</span>
</div>
<div class=\"footer-mail\">
<form action=\"";
// line 310
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_newsletter_new");
yield "\" method=\"post\" class=\"input-group\">
<input type=\"text\" class=\"form-control bg-white p-lg-3 mr-sm-2 font-medium\" placeholder=\"Email\" aria-label=\"Email\">
<button type=\"submit\" class=\"btn btn-dark font-medium\" id=\"login-btn\">
<span>";
// line 313
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("newsletter.apply");
yield "</span><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/arrow-button.svg"), "html", null, true);
yield "\" class=\"mw-17 mh-11\" alt=\"Arrow Button Icon\">
</button>
</form>
</div>
</div>
<div class=\"row\">
<div class=\"optima-group\">
<img src=\"";
// line 320
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['App\Service\App\PublicTwig']->groupFunction()), "html", null, true);
yield "\" alt=\"optima-group\">
<div>
<span class=\"optima-group-bolded\">By Optima Group</span>
<div class=\"optima-group-text\">
<span>Ready to get things moving</span>
</div>
</div>
<div class=\"social-media input-group\">
<a href=\"https://www.linkedin.com/showcase/optima-srbija/\" class=\"linkedin\"></a>
<a href=\"https://www.instagram.com/optima.rs/\" class=\"instagram\"></a>
<a href=\"https://www.facebook.com/people/Optimars/61571058540257/\" class=\"facebook\"></a>
<a href=\"https://www.youtube.com/channel/UCb-qzB-4PGf1EhZtnaageew\" class=\"youtube\"></a>
</div>
</div>
<div class=\"footer-menu\">
<div class=\"simple-menu\">
";
// line 336
yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("footer_left");
yield "
";
// line 337
yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("footer_right");
yield "
";
// line 338
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\WorkingHoursController::workingHoursWidgetAction"));
yield "
</div>
</div>
</div>
<div class=\"row\">
<p class=\"text-color-grey\">";
// line 343
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y"), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("rights-reserved"), "html", null, true);
yield "</p>
<div>
<a href=\"";
// line 345
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("public_privacy_policy");
yield "\" class=\"text-color-grey\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("policy.privacy"), "html", null, true);
yield "</a>
<a href=\"";
// line 346
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("public_terms_of_use");
yield "\" class=\"text-color-grey\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("policy.use"), "html", null, true);
yield "</a>
<a href=\"";
// line 347
yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("public_cookie_policy");
yield "\" class=\"text-color-grey\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("policy.cookies"), "html", null, true);
yield "</a>
</div>
</div>
</div>
</div>
<!-- / footer -->
<a href=\"#\" class=\"scrollup\">Scroll</a>
<!-- SCRIPTS -->
";
// line 357
yield " ";
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 365
yield " </body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 13
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_meta(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", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 14
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 19
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_seoKeywords(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", "seoKeywords"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoKeywords"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 22
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_seoDescription(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", "seoDescription"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoDescription"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 25
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_seoCreated(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", "seoCreated"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoCreated"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 31
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "Welcome";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 46
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 47
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags($this->extensions['App\Service\App\PublicTwig']->appColorFunction("app/app-"));
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 59
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body_class(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", "body_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 124
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_translations(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", "translations"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "translations"));
yield $this->extensions['App\Service\App\PublicTwig']->defaultLanguagePickerFunction();
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 293
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_slider(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", "slider"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 297
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(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", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 298
yield " ";
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 299
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 298
/**
* @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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 357
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 358
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags($this->extensions['App\Service\App\PublicTwig']->appColorFunction("app/app-"));
yield "
<!-- Renders app.js & a webpack runtime.js file
<script src=\"/build/runtime.js\" defer></script>
<script src=\"/build/app.js\" defer></script>
See note below about the \"defer\" attribute -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 1005 => 358, 992 => 357, 970 => 298, 959 => 299, 956 => 298, 943 => 297, 921 => 293, 898 => 124, 876 => 59, 862 => 47, 849 => 46, 826 => 31, 804 => 25, 782 => 22, 760 => 19, 749 => 14, 736 => 13, 723 => 365, 720 => 357, 706 => 347, 700 => 346, 694 => 345, 687 => 343, 679 => 338, 675 => 337, 671 => 336, 652 => 320, 640 => 313, 634 => 310, 628 => 307, 619 => 300, 617 => 297, 612 => 294, 610 => 293, 607 => 292, 598 => 286, 592 => 282, 590 => 281, 580 => 273, 572 => 269, 570 => 265, 569 => 260, 568 => 257, 564 => 255, 562 => 254, 558 => 253, 555 => 252, 552 => 251, 550 => 250, 529 => 232, 523 => 229, 519 => 227, 513 => 225, 507 => 223, 505 => 222, 500 => 220, 494 => 216, 488 => 213, 485 => 212, 476 => 209, 474 => 207, 473 => 204, 470 => 203, 468 => 202, 461 => 197, 455 => 195, 449 => 193, 447 => 192, 440 => 187, 437 => 186, 435 => 185, 429 => 181, 423 => 179, 417 => 177, 415 => 176, 410 => 174, 405 => 172, 396 => 168, 392 => 167, 382 => 159, 376 => 156, 373 => 155, 364 => 152, 362 => 150, 361 => 147, 358 => 146, 356 => 145, 350 => 143, 348 => 139, 347 => 134, 346 => 131, 341 => 128, 335 => 126, 332 => 125, 329 => 124, 327 => 123, 318 => 117, 314 => 116, 307 => 112, 303 => 111, 299 => 110, 293 => 107, 289 => 106, 283 => 102, 280 => 100, 278 => 99, 271 => 95, 263 => 90, 259 => 88, 257 => 87, 256 => 86, 249 => 81, 244 => 78, 238 => 77, 228 => 73, 221 => 69, 218 => 68, 213 => 67, 209 => 66, 204 => 63, 202 => 62, 199 => 61, 197 => 60, 193 => 59, 185 => 53, 181 => 49, 178 => 46, 173 => 43, 169 => 42, 165 => 41, 161 => 40, 157 => 39, 153 => 38, 149 => 37, 145 => 36, 141 => 35, 137 => 34, 133 => 33, 126 => 31, 120 => 28, 115 => 27, 110 => 25, 107 => 24, 102 => 22, 99 => 21, 94 => 19, 92 => 18, 88 => 16, 86 => 13, 83 => 12, 79 => 10, 77 => 9, 63 => 2, 60 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html lang=\"{{ app.request.locale }}\" class=\"{{ app.request.host|replace({'.': '_'}) }} app-color-{{ app_color() }}\">
<head>
<meta charset=\"UTF-8\" />
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>
{% if no_index %}
<meta name=\"robots\" content=\"noindex,nofollow\"/>
{% endif %}
{% block meta %}
{% endblock %}
{# <meta content=\"width=1280\" name=\"viewport\">#}
<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />
<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"/>
{% if block('seoKeywords') is not empty -%}
<meta name=\"keywords\" content=\"{% block seoKeywords %}{% endblock %}\"/>
{%- endif %}
{% if block('seoDescription') is not empty -%}
<meta name=\"description\" content=\"{% block seoDescription %}{% endblock %}\"/>
{%- endif %}
{% if block('seoCreated') is not empty -%}
<meta name=\"date\" content=\"{% block seoCreated %}{% endblock %}\"/>
{%- endif %}
<meta name=\"author\" content=\"{{ app_name }}\"/>
<meta name=\"copyright\" content=\"copyright by {{ app_name }}\"/>
<!-- SCRIPTS -->
<title>{% block title %}Welcome{% endblock %} | {{ app_name }}</title>
<!-- LINK -->
<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('assets/static/favicon.ico') }}\"/>
<link rel=\"shortcut icon\" type=\"image/png\" href=\"{{ asset('assets/static/favicon.png') }}\"/>
<link rel=\"apple-touch-icon\" type=\"image/png\" href=\"{{ asset('assets/static/favicon.png') }}\"><!-- iPhone -->
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"{{ asset('assets/static/apple-touch-icon-57x57.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"{{ asset('assets/static/apple-touch-icon-72x72.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"{{ asset('assets/static/apple-touch-icon-76x76.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"{{ asset('assets/static/apple-touch-icon-114x114.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"{{ asset('assets/static/apple-touch-icon-120x120.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"{{ asset('assets/static/apple-touch-icon-144x144.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"{{ asset('assets/static/apple-touch-icon-152x152.png') }}\" />
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('assets/static/apple-touch-icon-180x180.png') }}\" />
{# <link rel=\"stylesheet\" href=\"{{ asset(style()) }}\">#}
{% block stylesheets %}
{{ encore_entry_link_tags(app_color('app/app-')) }}
{% endblock %}
<!-- GOOGLE -->
{# <script type=\"application/javascript\" src=\"{{ asset('assets/runtime.js') }}\"></script>#}
{# <script type=\"application/javascript\" src=\"{{ asset('assets/vendor.js') }}\"></script>#}
<script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCxYi_Sk25cIlLkMEQlM7I-jAqWYTDQj64&loading=async\"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-151104863-1\"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-151104863-1');</script>
</head>
<body class=\"{% block body_class %}{% endblock %}\">
{% set allMessages = app.flashes() %}
{% if allMessages is not empty %}
<div aria-live=\"polite\" aria-atomic=\"true\">
<!-- Position it -->
<div>
{% for type,messages in allMessages %}
{% for message in messages %}
<div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" data-delay=\"10000\">
<div class=\"alert alert-{{ type }} mb-0\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\">
<button type=\"button\" class=\"ml-2 mb-1 close\" data-dismiss=\"toast\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
{{ message|raw }}
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
{% endif %}
<div class=\"card cookie-card\" style=\"position:fixed; bottom:0; left:0; width: 100vw; z-index: 9999; max-height: 100vh; max-width: 100vw; overflow: auto\">
<div class=\"card-body\">
<h5 class=\"card-title\">Cookies</h5>
<p class=\"card-text\">
{{ 'cookie.text'|trans({
':link': path('mdl_public_page_show', { '_locale': app.request.locale, 'slug': 'privacy-policy' })
})|raw }}
</p>
<a href=\"#\" class=\"btn btn-primary cookie-btn\">{{ 'cookie.action'|trans }}</a>
</div>
</div>
<script>function checkGDPRCookie(){var e=document.cookie.split(\"; \").find(e=>e.startsWith(\"gdpr\"));void 0!==e&&\"true\"===(e=e.split(\"=\")[1])&&(document.querySelector(\".cookie-card\").style.display=\"none\")}document.querySelector(\".cookie-btn\").addEventListener(\"click\",function(){document.cookie=\"gdpr=true; ;max-age=31536000; path=/; SameSite\",checkGDPRCookie()}),checkGDPRCookie();</script>
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\InvoiceController::unPaidAction'))|raw }}
<!-- header -->
{% set isUser = is_granted('ROLE_USER') %}
<div class=\"container-fluid\">
{#{% if isUser %}#}
<div class=\"container font-medium\" id=\"header-login\">
<div class=\"row top-row nowrap\">
<div class=\"top-left\">
<div class=\"header-contact map-pin\">
<img src=\"{{ asset('assets/static/map-pin.svg') }}\" alt=\"Map Pin Icon\">
<span class=\"font-medium\">{{ company_address }}</span>
</div>
<div class=\"header-contact header-phone\">
<img src=\"{{ asset('assets/static/phone.svg') }}\" alt=\"Phone Icon\">
<a class=\"font-medium phone-link\" href=\"tel:{{ company_phone|regex_replace('/,.*/', '') }}\">
{{ company_phone|regex_replace('/,.*/', '') }}
</a>
</div>
<div class=\"header-contact header-email\">
<img src=\"{{ asset('assets/static/mail.svg') }}\" alt=\"Envelope Icon\">
<span class=\"font-medium\">{{ company_email }}</span>
</div>
</div>
<div class=\"top-right\">
<div class=\"language-picker\">
<div class=\"btn-group float-right\">
{% if block('translations') is defined %}
{% block translations %}{{ defaultLanguagePicker() }}{% endblock %}
{% else %}
{{ defaultLanguagePicker() }}
{% endif %}
</div>
</div>
<div class=\"help\">
<a class=\"text-decoration-none\" href=\"{{ path(
'mdl_app_product_filter',
{
'_locale': app.request.locale,
'title': 'S 30X47X7',
'help': 1,
'on_complete': path(
'mdl_app_product_index',
{'_locale': app.request.locale},
'true'
)
})
}}\">{{ 'nav.help'|trans|raw}}</a>
</div>
{% if isUser == false %}
<div class=\"header-login-btn margin-header\">
<a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"{{ path(
'login',
{
'_locale': app.request.locale,
})
}}\"><span>{{ 'nav.login'|trans|raw }}</span><img src=\"{{ asset('assets/static/arrow-button.svg') }}\" alt=\"Arrow Button Icon\"></a>
</div>
{% else %}
<div class=\"header-login-btn margin-header\">
<img src=\"{{ asset('assets/static/user.svg') }}\" class=\"wh-42\" alt=\"User Profile Icon\" />
</div>
{% endif %}
</div>
</div>
</div>
</div>
<div class=\"container-fluid\">
<div class=\"container\" id=\"header-login\">
<div class=\"row bottom-row\">
<div class=\"header-logo\">
<a href=\"{{ path('mdl_public_page_index', {'_locale': app.request.locale}) }}\">
<img src=\"{{ asset(logo()) }}\" class=\"img-fluid\" alt=\"{{ app_name }}\"/>
</a>
</div>
<div class=\"input-group\" id=\"search-bar\">
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductController::filterAction')) }}
</div>
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CountdownController::countdown')) }}
{% if is_granted('CART_CREATE') %}
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CartController::smallWidgetAction')) }}
{% else %}
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\IndividualOrderController::smallWidgetAction')) }}
{% endif %}
<nav class=\"navbar navbar-expand-lg navbar-light sm-screen-navbar\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-controls=\"navbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<span class=\"navbar-toggler-icon\"></span>
</button>
{% set currentRoute = app.request.attributes.get('_route') %}
{% set shopRoute = 'mdl_app_product_index' %}
<div class=\"collapse navbar-collapse text\" id=\"navbar\">
<div class=\"mobile-menu\">
<div class=\"language-picker\">
<div class=\"btn-group float-left\">
{% if block('translations') is defined %}
{{ defaultLanguagePicker() }}
{% else %}
{{ defaultLanguagePicker() }}
{% endif %}
</div>
</div>
<div class=\"float-right\">
{% if isUser == false %}
<div class=\"header-login-btn margin-header\">
<a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"{{ path(
'login',
{
'_locale': app.request.locale,
})
}}\"><span>{{ 'nav.login'|trans|raw }}</span><img src=\"{{ asset('assets/static/arrow-button.svg') }}\" alt=\"Arrow Button Icon\"></a>
</div>
{% else %}
<div class=\"header-login-btn margin-header\">
<img src=\"{{ asset('assets/static/user.svg') }}\" class=\"wh-42\" alt=\"User Profile Icon\" />
</div>
{% endif %}
</div>
</div>
<div class=\"mobile-widgets\">
<div class=\"widgets\">
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CountdownController::countdown')) }}
{% if is_granted('CART_CREATE') %}
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CartController::smallWidgetAction')) }}
{% else %}
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\IndividualOrderController::smallWidgetAction')) }}
{% endif %}
</div>
<div class=\"input-group\" id=\"search-bar\">
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductController::filterAction')) }}
</div>
</div>
{{ menu('main_menu') }}
</div>
</nav>
</div>
</div>
</div>
<!-- / header -->
<!-- nav -->
<div class=\"container-fluid\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col\">
<nav class=\"navbar navbar-expand-lg navbar-light lg-screen-navbar\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-controls=\"navbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<span class=\"navbar-toggler-icon\"></span>
</button>
{% set currentRoute = app.request.attributes.get('_route') %}
{% set shopRoute = 'mdl_app_product_index' %}
<div class=\"collapse navbar-collapse text\" id=\"navbar\">
{{ menu('main_menu') }}
{% if currentRoute == shopRoute %}
<ul class=\"navbar-nav ml-auto mr-5 link-help\">
<li class=\"nav-item\">
<a href=\"{{ path(
'mdl_app_product_filter',
{
'_locale': app.request.locale,
'title': 'S 30X47X7',
'help': 1,
'on_complete': path(
'mdl_app_product_index',
{'_locale': app.request.locale},
'true'
)
})
}}\" class=\"nav-link\">{{ 'nav.help'|trans }}</a>
</li>
</ul>
{% endif %}
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- / nav -->
{% if isUser %}
<div class=\"container-fluid\">
<div class=\"container\">
<div class=\"content\">
<div class=\"row\">
{{ menu('user_menu') }}
</div>
</div>
</div>
</div>
{% endif %}
{% block slider %}{% endblock %}
<!-- body1 -->
{% block body %}
{% block content %}{% endblock %}
{% endblock %}
<!-- / body2 -->
<!-- footer -->
<div class=\"container-fluid\" id=\"page-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"newsletter\">
<span>{{ 'newsletter.subscribe'|trans|raw }}</span>
</div>
<div class=\"footer-mail\">
<form action=\"{{ path('mdl_newsletter_new') }}\" method=\"post\" class=\"input-group\">
<input type=\"text\" class=\"form-control bg-white p-lg-3 mr-sm-2 font-medium\" placeholder=\"Email\" aria-label=\"Email\">
<button type=\"submit\" class=\"btn btn-dark font-medium\" id=\"login-btn\">
<span>{{ 'newsletter.apply'|trans|raw }}</span><img src=\"{{ asset('assets/static/arrow-button.svg') }}\" class=\"mw-17 mh-11\" alt=\"Arrow Button Icon\">
</button>
</form>
</div>
</div>
<div class=\"row\">
<div class=\"optima-group\">
<img src=\"{{ asset(group()) }}\" alt=\"optima-group\">
<div>
<span class=\"optima-group-bolded\">By Optima Group</span>
<div class=\"optima-group-text\">
<span>Ready to get things moving</span>
</div>
</div>
<div class=\"social-media input-group\">
<a href=\"https://www.linkedin.com/showcase/optima-srbija/\" class=\"linkedin\"></a>
<a href=\"https://www.instagram.com/optima.rs/\" class=\"instagram\"></a>
<a href=\"https://www.facebook.com/people/Optimars/61571058540257/\" class=\"facebook\"></a>
<a href=\"https://www.youtube.com/channel/UCb-qzB-4PGf1EhZtnaageew\" class=\"youtube\"></a>
</div>
</div>
<div class=\"footer-menu\">
<div class=\"simple-menu\">
{{ menu('footer_left') }}
{{ menu('footer_right') }}
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\WorkingHoursController::workingHoursWidgetAction'))|raw }}
</div>
</div>
</div>
<div class=\"row\">
<p class=\"text-color-grey\">{{ 'now'|date('Y') }} {{ 'rights-reserved'|trans }}</p>
<div>
<a href=\"{{ path('public_privacy_policy') }}\" class=\"text-color-grey\">{{ 'policy.privacy'|trans }}</a>
<a href=\"{{ path('public_terms_of_use') }}\" class=\"text-color-grey\">{{ 'policy.use'|trans }}</a>
<a href=\"{{ path('public_cookie_policy') }}\" class=\"text-color-grey\">{{ 'policy.cookies'|trans }}</a>
</div>
</div>
</div>
</div>
<!-- / footer -->
<a href=\"#\" class=\"scrollup\">Scroll</a>
<!-- SCRIPTS -->
{#<script type=\"application/javascript\" src=\"{{ asset('assets/app/app.js') }}\"></script>#}
{% block javascripts %}
{{ encore_entry_script_tags(app_color('app/app-')) }}
<!-- Renders app.js & a webpack runtime.js file
<script src=\"/build/runtime.js\" defer></script>
<script src=\"/build/app.js\" defer></script>
See note below about the \"defer\" attribute -->
{% endblock %}
</body>
</html>
", "base.html.twig", "/var/www/rs.optima/templates/base.html.twig");
}
}