var/cache/dev/twig/bf/bf389479e699e0829bd1c5c77926e28e.php line 49

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* base.html.twig */
  16. class __TwigTemplate_1c34bf8258103fbe9bf384a2ebd1e8e4 extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->parent = false;
  28. $this->blocks = [
  29. 'seoKeywords' => [$this, 'block_seoKeywords'],
  30. 'seoDescription' => [$this, 'block_seoDescription'],
  31. 'seoCreated' => [$this, 'block_seoCreated'],
  32. 'title' => [$this, 'block_title'],
  33. 'stylesheets' => [$this, 'block_stylesheets'],
  34. 'body_class' => [$this, 'block_body_class'],
  35. 'translations' => [$this, 'block_translations'],
  36. 'slider' => [$this, 'block_slider'],
  37. 'body' => [$this, 'block_body'],
  38. 'content' => [$this, 'block_content'],
  39. 'javascripts' => [$this, 'block_javascripts'],
  40. ];
  41. }
  42. protected function doDisplay(array $context, array $blocks = []): iterable
  43. {
  44. $macros = $this->macros;
  45. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
  47. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
  49. // line 1
  50. yield "<!DOCTYPE html>
  51. <html lang=\"";
  52. // line 2
  53. 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);
  54. yield "\" class=\"";
  55. 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);
  56. yield " app-color-";
  57. yield $this->extensions['App\Service\App\PublicTwig']->appColorFunction();
  58. yield "\">
  59. <head>
  60. <meta charset=\"UTF-8\" />
  61. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  62. ";
  63. // line 9
  64. yield " <meta content=\"width=1280\" name=\"viewport\">
  65. <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />
  66. <meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"/>
  67. ";
  68. // line 12
  69. if ( !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("seoKeywords", $context, $blocks))) {
  70. // line 13
  71. yield "<meta name=\"keywords\" content=\"";
  72. yield from $this->unwrap()->yieldBlock('seoKeywords', $context, $blocks);
  73. yield "\"/>";
  74. }
  75. // line 15
  76. yield " ";
  77. if ( !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("seoDescription", $context, $blocks))) {
  78. // line 16
  79. yield "<meta name=\"description\" content=\"";
  80. yield from $this->unwrap()->yieldBlock('seoDescription', $context, $blocks);
  81. yield "\"/>";
  82. }
  83. // line 18
  84. yield " ";
  85. if ( !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("seoCreated", $context, $blocks))) {
  86. // line 19
  87. yield "<meta name=\"date\" content=\"";
  88. yield from $this->unwrap()->yieldBlock('seoCreated', $context, $blocks);
  89. yield "\"/>";
  90. }
  91. // line 21
  92. yield " <meta name=\"author\" content=\"";
  93. 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.', 21, $this->source); })()), "html", null, true);
  94. yield "\"/>
  95. <meta name=\"copyright\" content=\"copyright by ";
  96. // line 22
  97. 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.', 22, $this->source); })()), "html", null, true);
  98. yield "\"/>
  99. <!-- SCRIPTS -->
  100. <title>";
  101. // line 25
  102. yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
  103. yield " | ";
  104. 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.', 25, $this->source); })()), "html", null, true);
  105. yield "</title>
  106. <!-- LINK -->
  107. <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"";
  108. // line 27
  109. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/favicon.ico"), "html", null, true);
  110. yield "\"/>
  111. <link rel=\"shortcut icon\" type=\"image/png\" href=\"";
  112. // line 28
  113. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/favicon.png"), "html", null, true);
  114. yield "\"/>
  115. <link rel=\"apple-touch-icon\" type=\"image/png\" href=\"";
  116. // line 29
  117. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/static/favicon.png"), "html", null, true);
  118. yield "\"><!-- iPhone -->
  119. <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"";
  120. // line 30
  121. 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);
  122. yield "\" />
  123. <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"";
  124. // line 31
  125. 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);
  126. yield "\" />
  127. <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"";
  128. // line 32
  129. 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);
  130. yield "\" />
  131. <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"";
  132. // line 33
  133. 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);
  134. yield "\" />
  135. <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"";
  136. // line 34
  137. 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);
  138. yield "\" />
  139. <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"";
  140. // line 35
  141. 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);
  142. yield "\" />
  143. <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"";
  144. // line 36
  145. 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);
  146. yield "\" />
  147. <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  148. // line 37
  149. 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);
  150. yield "\" />
  151. ";
  152. // line 40
  153. yield " ";
  154. yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
  155. // line 43
  156. yield "
  157. <!-- GOOGLE -->
  158. ";
  159. // line 47
  160. yield " <script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCxYi_Sk25cIlLkMEQlM7I-jAqWYTDQj64\"></script>
  161. <!-- Global site tag (gtag.js) - Google Analytics -->
  162. <script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-151104863-1\"></script>
  163. <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-151104863-1');</script>
  164. </head>
  165. <body class=\"";
  166. // line 53
  167. yield from $this->unwrap()->yieldBlock('body_class', $context, $blocks);
  168. yield "\">
  169. ";
  170. // line 54
  171. $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.', 54, $this->source); })()), "flashes", [], "method", false, false, false, 54);
  172. // line 55
  173. yield "
  174. ";
  175. // line 56
  176. if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["allMessages"]) || array_key_exists("allMessages", $context) ? $context["allMessages"] : (function () { throw new RuntimeError('Variable "allMessages" does not exist.', 56, $this->source); })()))) {
  177. // line 57
  178. yield " <div aria-live=\"polite\" aria-atomic=\"true\">
  179. <!-- Position it -->
  180. <div>
  181. ";
  182. // line 60
  183. $context['_parent'] = $context;
  184. $context['_seq'] = CoreExtension::ensureTraversable((isset($context["allMessages"]) || array_key_exists("allMessages", $context) ? $context["allMessages"] : (function () { throw new RuntimeError('Variable "allMessages" does not exist.', 60, $this->source); })()));
  185. foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  186. // line 61
  187. yield " ";
  188. $context['_parent'] = $context;
  189. $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]);
  190. foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  191. // line 62
  192. yield " <div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" data-delay=\"10000\">
  193. <div class=\"alert alert-";
  194. // line 63
  195. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["type"], "html", null, true);
  196. yield " mb-0\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\">
  197. <button type=\"button\" class=\"ml-2 mb-1 close\" data-dismiss=\"toast\" aria-label=\"Close\">
  198. <span aria-hidden=\"true\">&times;</span>
  199. </button>
  200. ";
  201. // line 67
  202. yield $context["message"];
  203. yield "
  204. </div>
  205. </div>
  206. ";
  207. }
  208. $_parent = $context['_parent'];
  209. unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  210. $context = array_intersect_key($context, $_parent) + $_parent;
  211. // line 71
  212. yield " ";
  213. }
  214. $_parent = $context['_parent'];
  215. unset($context['_seq'], $context['type'], $context['messages'], $context['_parent']);
  216. $context = array_intersect_key($context, $_parent) + $_parent;
  217. // line 72
  218. yield " </div>
  219. </div>
  220. ";
  221. }
  222. // line 75
  223. yield "
  224. <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\">
  225. <div class=\"card-body\">
  226. <h5 class=\"card-title\">Cookies</h5>
  227. <p class=\"card-text\">
  228. ";
  229. // line 80
  230. 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 81
  231. (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 81, $this->source); })()), "request", [], "any", false, false, false, 81), "locale", [], "any", false, false, false, 81), "slug" => "privacy-policy"])]);
  232. // line 82
  233. yield "
  234. </p>
  235. <a href=\"#\" class=\"btn btn-primary cookie-btn\">";
  236. // line 84
  237. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cookie.action"), "html", null, true);
  238. yield "</a>
  239. </div>
  240. </div>
  241. <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>
  242. ";
  243. // line 89
  244. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\InvoiceController::unPaidAction"));
  245. yield "
  246. <!-- header -->
  247. ";
  248. // line 93
  249. $context["isUser"] = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER");
  250. // line 94
  251. yield " <div class=\"container-fluid\">
  252. ";
  253. // line 96
  254. yield " <div class=\"container font-medium\" id=\"header-login\">
  255. <div class=\"row top-row nowrap\">
  256. <div class=\"top-left\">
  257. <div class=\"header-contact map-pin\">
  258. <svg width=\"15\" height=\"20\" viewBox=\"0 0 15 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  259. <path d=\"M7.04 0C3.15 0 0 3.15 0 7.04C0 10.93 6.41 18.88 6.67 19.22L7.06 19.71L7.45 19.22C7.69 18.88 14.07 10.8 14.07 7.04C14.07 3.28 10.92 0 7.04 0ZM7.04 10.77C4.98 10.77 3.33 9.1 3.33 7.06C3.33 5.02 4.98 3.32 7.04 3.32C9.1 3.32 10.75 4.99 10.75 7.03C10.75 9.07 9.1 10.77 7.04 10.77Z\" fill=\"#040404\"/>
  260. </svg>
  261. <span class=\"font-medium\">";
  262. // line 103
  263. 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.', 103, $this->source); })()), "html", null, true);
  264. yield "</span>
  265. </div>
  266. <div class=\"header-contact header-phone\">
  267. <svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  268. <path d=\"M16.7635 17.6695C16.3935 18.2395 15.7434 18.5695 15.0634 18.5295C14.3834 18.4895 13.5034 18.3895 12.8934 18.2395C10.1934 17.5395 7.40345 15.8595 5.04345 13.4895C2.68345 11.1195 1.00345 8.32954 0.293454 5.63954C0.133454 5.02954 0.0634456 4.16954 0.00344559 3.48954C-0.0365544 2.82954 0.273442 2.17954 0.843442 1.80954L3.24344 0.209536C3.87344 -0.200464 4.71345 0.00953573 5.04345 0.679536L6.99344 4.44954C7.26344 4.97954 7.13345 5.63954 6.66345 6.00954L4.90344 7.37954C5.60344 8.68954 6.27344 9.73954 7.56344 11.0095C8.75344 12.1995 9.79343 12.9095 11.1434 13.6295L12.5334 11.8495C12.9034 11.3795 13.5734 11.2195 14.0934 11.5195L17.8834 13.4695C18.5434 13.7995 18.7635 14.6395 18.3535 15.2695L16.7734 17.6695H16.7635Z\" fill=\"#040404\"/>
  269. </svg>
  270. <span class=\"font-medium\">";
  271. // line 109
  272. 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.', 109, $this->source); })()), "/,.*/", "");
  273. yield "</span>
  274. </div>
  275. <div class=\"header-contact\">
  276. <svg width=\"21\" height=\"15\" viewBox=\"0 0 21 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  277. <path d=\"M1.58002 0C1.27002 0 0.990021 0.0899998 0.740021 0.24L9.72 8.05C10.2 8.46 10.77 8.46 11.24 8.05L20.23 0.24C19.99 0.0899998 19.7 0 19.39 0H1.57001H1.58002ZM0.0899963 1.06C0.0399963 1.22 0 1.39 0 1.57V13.1C0 13.97 0.700007 14.67 1.57001 14.67H19.39C20.26 14.67 20.96 13.97 20.96 13.1V1.57C20.96 1.39 20.92 1.22 20.87 1.06L11.92 8.83C11.09 9.55 9.86002 9.56 9.02002 8.83L0.0899963 1.06Z\" fill=\"#040404\"/>
  278. </svg>
  279. <span class=\"font-medium\">";
  280. // line 115
  281. 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.', 115, $this->source); })()), "html", null, true);
  282. yield "</span>
  283. </div>
  284. </div>
  285. <div class=\"top-right\">
  286. <div class=\"language-picker\">
  287. <div class=\"btn-group float-right\">
  288. ";
  289. // line 121
  290. if ( $this->unwrap()->hasBlock("translations", $context, $blocks)) {
  291. // line 122
  292. yield " ";
  293. yield from $this->unwrap()->yieldBlock('translations', $context, $blocks);
  294. // line 123
  295. yield " ";
  296. } else {
  297. // line 124
  298. yield " ";
  299. yield $this->extensions['App\Service\App\PublicTwig']->defaultLanguagePickerFunction();
  300. yield "
  301. ";
  302. }
  303. // line 126
  304. yield " </div>
  305. </div>
  306. <div class=\"help\">
  307. <a class=\"text-decoration-none\" href=\"";
  308. // line 129
  309. yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("mdl_app_product_filter_by_name", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 132
  310. (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 132, $this->source); })()), "request", [], "any", false, false, false, 132), "locale", [], "any", false, false, false, 132), "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 137
  311. (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 137, $this->source); })()), "request", [], "any", false, false, false, 137), "locale", [], "any", false, false, false, 137)], "true")]);
  312. // line 141
  313. yield "\">";
  314. yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.help");
  315. yield "</a>
  316. </div>
  317. ";
  318. // line 143
  319. if (((isset($context["isUser"]) || array_key_exists("isUser", $context) ? $context["isUser"] : (function () { throw new RuntimeError('Variable "isUser" does not exist.', 143, $this->source); })()) == false)) {
  320. // line 144
  321. yield " <div class=\"header-login-btn margin-header\">
  322. <a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"";
  323. // line 145
  324. yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("login", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 148
  325. (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 148, $this->source); })()), "request", [], "any", false, false, false, 148), "locale", [], "any", false, false, false, 148)]);
  326. // line 150
  327. yield "\"><span>";
  328. yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.login");
  329. yield "</span><svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  330. <path d=\"M14.8791 6.08754H0.585592C0.262244 6.08754 0 5.82363 0 5.49821C0 5.1728 0.262244 4.90888 0.585592 4.90888H14.8817L10.5127 1.02442C10.2708 0.809185 10.2504 0.440212 10.4617 0.196793C10.6756 -0.046627 11.0422 -0.0696878 11.2841 0.145546L16.8065 5.06006C17.0484 5.27529 17.0687 5.64426 16.8574 5.88768C16.8396 5.90818 16.8218 5.92612 16.804 5.94149L11.2867 10.8509C11.0448 11.0661 10.6781 11.0431 10.4643 10.7996C10.2504 10.5562 10.2733 10.1872 10.5152 9.97201L14.8842 6.08498L14.8791 6.08754Z\" fill=\"white\"/>
  331. </svg></a>
  332. </div>
  333. ";
  334. } else {
  335. // line 155
  336. yield " <div class=\"header-login-btn margin-header\">
  337. <a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"";
  338. // line 156
  339. yield $this->extensions['App\Service\App\PublicTwig']->pathFunction("logout", ["_locale" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 159
  340. (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 159, $this->source); })()), "request", [], "any", false, false, false, 159), "locale", [], "any", false, false, false, 159)]);
  341. // line 161
  342. yield "\"><span>";
  343. yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.logout");
  344. yield "</span><svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  345. <path d=\"M14.8791 6.08754H0.585592C0.262244 6.08754 0 5.82363 0 5.49821C0 5.1728 0.262244 4.90888 0.585592 4.90888H14.8817L10.5127 1.02442C10.2708 0.809185 10.2504 0.440212 10.4617 0.196793C10.6756 -0.046627 11.0422 -0.0696878 11.2841 0.145546L16.8065 5.06006C17.0484 5.27529 17.0687 5.64426 16.8574 5.88768C16.8396 5.90818 16.8218 5.92612 16.804 5.94149L11.2867 10.8509C11.0448 11.0661 10.6781 11.0431 10.4643 10.7996C10.2504 10.5562 10.2733 10.1872 10.5152 9.97201L14.8842 6.08498L14.8791 6.08754Z\" fill=\"white\"/>
  346. </svg></a>
  347. </div>
  348. ";
  349. }
  350. // line 166
  351. yield " </div>
  352. </div>
  353. </div>
  354. </div>
  355. <div class=\"container-fluid\">
  356. ";
  357. // line 173
  358. yield " <div class=\"container\" id=\"header-login\">
  359. <div class=\"row bottom-row\">
  360. <div class=\"header-logo\">
  361. <a href=\"";
  362. // line 176
  363. 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.', 176, $this->source); })()), "request", [], "any", false, false, false, 176), "locale", [], "any", false, false, false, 176)]);
  364. yield "\">
  365. <img src=\"";
  366. // line 177
  367. 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);
  368. yield "\" class=\"img-fluid\" alt=\"";
  369. 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.', 177, $this->source); })()), "html", null, true);
  370. yield "\"/>
  371. </a>
  372. </div>
  373. <div class=\"input-group\" id=\"search-bar\">
  374. ";
  375. // line 182
  376. yield " ";
  377. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductController::filterByNameAction"));
  378. yield "
  379. ";
  380. // line 192
  381. yield " </div>
  382. ";
  383. // line 193
  384. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\CountdownController::countdownAction"));
  385. yield "
  386. ";
  387. // line 195
  388. if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("CART_CREATE")) {
  389. // line 196
  390. yield " ";
  391. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction"));
  392. yield "
  393. ";
  394. } else {
  395. // line 198
  396. yield " ";
  397. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\IndividualOrderController::smallWidgetAction"));
  398. yield "
  399. ";
  400. }
  401. // line 205
  402. yield " </div>
  403. ";
  404. // line 207
  405. yield " </div>
  406. ";
  407. // line 224
  408. yield "
  409. ";
  410. // line 244
  411. yield "
  412. ";
  413. // line 253
  414. yield " ";
  415. // line 282
  416. yield " </div>
  417. <!-- / header -->
  418. <!-- nav -->
  419. <div class=\"container-fluid\">
  420. <div class=\"container\">
  421. <div class=\"row\">
  422. <div class=\"col\">
  423. <nav class=\"navbar navbar-expand-lg navbar-light\">
  424. <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-controls=\"navbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  425. <span class=\"navbar-toggler-icon\"></span>
  426. </button>
  427. <div class=\"collapse navbar-collapse text\" id=\"navbar\">
  428. ";
  429. // line 297
  430. yield " ";
  431. yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("main_menu");
  432. yield "
  433. </div>
  434. </nav>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. <!-- / nav -->
  440. ";
  441. // line 306
  442. yield from $this->unwrap()->yieldBlock('slider', $context, $blocks);
  443. // line 307
  444. yield "
  445. <!-- body1 -->
  446. ";
  447. // line 310
  448. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  449. // line 313
  450. yield " <!-- / body2 -->
  451. <!-- footer -->
  452. <div class=\"container-fluid\" id=\"page-footer\">
  453. <div class=\"container\">
  454. <div class=\"row\">
  455. <div class=\"newsletter\">
  456. <span>";
  457. // line 320
  458. yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("newsletter.subscribe");
  459. yield "</span>
  460. </div>
  461. <div class=\"footer-mail\">
  462. <form action=\"\" class=\"input-group\">
  463. <input type=\"text\" class=\"form-control bg-white p-lg-3 mr-sm-2 font-medium\" placeholder=\"Email\" aria-label=\"Email\">
  464. <button type=\"button\" class=\"btn btn-dark font-medium\" id=\"login-btn\" ";
  465. // line 330
  466. yield "><span>";
  467. yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nav.login");
  468. yield "</span><svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  469. <path d=\"M14.8791 6.08754H0.585592C0.262244 6.08754 0 5.82363 0 5.49821C0 5.1728 0.262244 4.90888 0.585592 4.90888H14.8817L10.5127 1.02442C10.2708 0.809185 10.2504 0.440212 10.4617 0.196793C10.6756 -0.046627 11.0422 -0.0696878 11.2841 0.145546L16.8065 5.06006C17.0484 5.27529 17.0687 5.64426 16.8574 5.88768C16.8396 5.90818 16.8218 5.92612 16.804 5.94149L11.2867 10.8509C11.0448 11.0661 10.6781 11.0431 10.4643 10.7996C10.2504 10.5562 10.2733 10.1872 10.5152 9.97201L14.8842 6.08498L14.8791 6.08754Z\" fill=\"white\"/>
  470. </svg>
  471. </button>
  472. </form>
  473. </div>
  474. </div>
  475. <div class=\"row\">
  476. <div class=\"optima-group\">
  477. <img src=\"";
  478. // line 339
  479. 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);
  480. yield "\" alt=\"optima-group\">
  481. <div>
  482. <span class=\"optima-group-bolded\">By Optima Group</span>
  483. <div class=\"optima-group-text\">
  484. <span>Ready to get things moving</span>
  485. </div>
  486. </div>
  487. <div class=\"social-media input-group\">
  488. <div class=\"linkedin\">
  489. <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  490. <mask id=\"mask0_145_2416\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"36\" height=\"36\">
  491. <path d=\"M35.8301 0H0V35.8301H35.8301V0Z\" fill=\"white\"/>
  492. </mask>
  493. <g mask=\"url(#mask0_145_2416)\">
  494. <path d=\"M30.083 0H5.40002C2.4178 0 0.0146484 2.41763 0.0146484 5.38537V30.0828C0.0146484 33.065 2.43227 35.4682 5.40002 35.4682H30.0974C33.0797 35.4682 35.4828 33.0505 35.4828 30.0828V5.38537C35.4828 2.40315 33.0652 0 30.0974 0H30.083ZM13.6518 31.9069H9.10608V17.2563H13.6518V31.9069ZM13.8255 13.6661C13.6952 13.9846 13.4925 14.2741 13.2464 14.5202C13.0003 14.7663 12.7108 14.9545 12.3923 15.0993C12.0738 15.2441 11.7264 15.302 11.3789 15.302C11.0315 15.302 10.684 15.2296 10.3656 15.0993C10.0471 14.969 9.75753 14.7808 9.51143 14.5202C9.26532 14.2741 9.07712 13.9846 8.93236 13.6661C8.80207 13.3476 8.72968 13.0002 8.72968 12.6527C8.72968 12.3053 8.80207 11.9578 8.93236 11.6393C9.06265 11.3208 9.26532 11.0313 9.51143 10.7852C9.75753 10.5391 10.0471 10.3509 10.3656 10.2061C10.684 10.0759 11.0315 10.0035 11.3789 10.0035C11.7264 10.0035 12.0738 10.0759 12.3923 10.2061C12.7108 10.3364 13.0003 10.5391 13.2464 10.7852C13.4925 11.0313 13.6807 11.3208 13.8255 11.6393C13.9558 11.9578 14.0282 12.3053 14.0282 12.6527C14.0282 13.0002 13.9558 13.3476 13.8255 13.6661ZM30.6765 23.5103V31.8924H26.1453C26.1453 31.8924 26.1308 24.321 26.1308 23.8867C26.1308 23.4524 25.9281 22.439 25.9281 22.439C25.3925 20.6005 23.5539 20.9334 23.5539 20.9334C21.976 20.9334 21.4837 22.164 21.4837 22.164C20.9771 23.1484 21.0494 25.0449 21.0494 25.0449V31.8924H16.5327V17.2419H20.8612V19.2686L20.9626 19.2252C23.496 15.3744 28.172 17.4735 28.172 17.4735C31.0095 18.7764 30.691 23.5103 30.691 23.5103H30.6765Z\" fill=\"#040404\"/>
  495. </g>
  496. </svg>
  497. </div>
  498. <div class=\"instagram\">
  499. <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  500. <path d=\"M24.37 8.86035H11.8186C10.2841 8.86035 9.03906 10.1054 9.03906 11.6399V24.1913C9.03906 25.7258 10.2841 26.9708 11.8186 26.9708H24.37C25.9045 26.9708 27.1495 25.7258 27.1495 24.1913V11.6399C27.1495 10.1054 25.9045 8.86035 24.37 8.86035ZM18.0871 24.5532C14.4244 24.5532 11.4422 21.571 11.4422 17.9084C11.4422 14.2457 14.4244 11.2635 18.0871 11.2635C21.7497 11.2635 24.7319 14.2457 24.7319 17.9084C24.7319 21.571 21.7497 24.5532 18.0871 24.5532ZM25.1952 12.4361C24.9635 12.6533 24.674 12.7836 24.37 12.7836C24.066 12.7836 23.7764 12.6677 23.5593 12.4506C23.3421 12.219 23.2263 11.9294 23.2263 11.6254C23.2263 11.3214 23.3421 11.0319 23.5593 10.8147C24.0081 10.3804 24.7609 10.3804 25.1807 10.8147C25.3834 11.0464 25.5137 11.3359 25.5137 11.6399C25.5137 11.9439 25.3978 12.219 25.1807 12.4506L25.1952 12.4361Z\" fill=\"black\"/>
  501. <path d=\"M18.0872 22.2505C20.4858 22.2505 22.4302 20.3061 22.4302 17.9075C22.4302 15.5089 20.4858 13.5645 18.0872 13.5645C15.6886 13.5645 13.7441 15.5089 13.7441 17.9075C13.7441 20.3061 15.6886 22.2505 18.0872 22.2505Z\" fill=\"black\"/>
  502. <path d=\"M31.2604 0H4.9271C2.3068 0 0.178711 2.12809 0.178711 4.74839V31.0817C0.178711 33.702 2.3068 35.8301 4.9271 35.8301H31.2604C33.8807 35.8301 36.0088 33.702 36.0088 31.0817V4.74839C36.0088 2.12809 33.8807 0 31.2604 0ZM29.4508 24.1907C29.4508 26.9847 27.1779 29.2576 24.3839 29.2576H11.8325C9.03851 29.2576 6.76565 26.9847 6.76565 24.1907V11.6393C6.76565 8.84531 9.03851 6.57246 11.8325 6.57246H24.3839C27.1779 6.57246 29.4508 8.84531 29.4508 11.6393V24.1907Z\" fill=\"black\"/>
  503. </svg>
  504. </div>
  505. <div class=\"facebook\">
  506. <svg width=\"37\" height=\"36\" viewBox=\"0 0 37 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  507. <mask id=\"mask0_145_2418\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"37\" height=\"36\">
  508. <path d=\"M36.5205 0H0.69043V35.8301H36.5205V0Z\" fill=\"white\"/>
  509. </mask>
  510. <g mask=\"url(#mask0_145_2418)\">
  511. <path d=\"M31.7144 0.0722656H5.14947C2.70289 0.0722656 0.705078 2.07006 0.705078 4.50216V30.9513C0.705078 33.3834 2.71736 35.4101 5.14947 35.4101H18.3668V23.2207H13.9948V17.8208H18.3668V13.333C18.3668 9.68484 21.4069 6.80397 25.0695 6.80397H29.5863V12.2762H27.2845C26.0684 12.2762 25.084 12.1169 25.084 13.333V17.8208H30.5997L28.3847 23.2207H25.084V35.4101H31.7144C34.161 35.4101 36.1732 33.3834 36.1732 30.9513V4.50216C36.1732 2.07006 34.161 0.0722656 31.7144 0.0722656Z\" fill=\"#040404\"/>
  512. </g>
  513. </svg>
  514. </div>
  515. <div class=\"youtube\">
  516. <svg width=\"37\" height=\"36\" viewBox=\"0 0 37 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  517. <mask id=\"mask0_145_2419\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"37\" height=\"36\">
  518. <path d=\"M36.0322 0H0.202148V35.8301H36.0322V0Z\" fill=\"white\"/>
  519. </mask>
  520. <g mask=\"url(#mask0_145_2419)\">
  521. <path d=\"M22.0623 17.4014L15.7939 13.6519C15.2872 13.3479 14.6357 13.7099 14.6357 14.3034V21.8024C14.6357 22.3959 15.2872 22.7578 15.7939 22.4538L22.0623 18.7043C22.5546 18.4148 22.5546 17.691 22.0623 17.4014Z\" fill=\"#040404\"/>
  522. <path d=\"M29.4019 22.1061C29.4019 24.5961 27.3896 26.6084 24.8996 26.6084H11.0887C8.5987 26.6084 6.58642 24.5961 6.58642 22.1061V13.9991C6.58642 11.5091 8.5987 9.49678 11.0887 9.49678H24.8996C27.3896 9.49678 29.4019 11.5091 29.4019 13.9991V22.1061ZM28.0989 0H7.788C3.6042 0 0.202148 3.38758 0.202148 7.58585V27.8968C0.202148 32.0806 3.58973 35.4826 7.788 35.4826H28.0989C32.2827 35.4826 35.6848 32.0951 35.6848 27.8968V7.58585C35.6848 3.40206 32.2972 0 28.0989 0Z\" fill=\"#040404\"/>
  523. </g>
  524. </svg>
  525. </div>
  526. </div>
  527. </div>
  528. <div class=\"footer-menu\">
  529. <div class=\"simple-menu\">
  530. ";
  531. // line 389
  532. yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("footer_left");
  533. yield "
  534. ";
  535. // line 390
  536. yield $this->extensions['App\Service\App\PublicTwig']->menuFunction("footer_right");
  537. yield "
  538. ";
  539. // line 391
  540. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\WorkingHoursController::workingHoursWidgetAction"));
  541. yield "
  542. </div>
  543. </div>
  544. </div>
  545. <div class=\"row\">
  546. <p class=\"text-color-grey\">";
  547. // line 396
  548. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y"), "html", null, true);
  549. yield " ";
  550. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("rights-reserved"), "html", null, true);
  551. yield "</p>
  552. <div>
  553. <a href=\"#\" class=\"text-color-grey\">";
  554. // line 398
  555. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("policy.privacy"), "html", null, true);
  556. yield "</a>
  557. <a href=\"#\" class=\"text-color-grey\">";
  558. // line 399
  559. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("policy.use"), "html", null, true);
  560. yield "</a>
  561. <a href=\"#\" class=\"text-color-grey\">";
  562. // line 400
  563. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("policy.cookies"), "html", null, true);
  564. yield "</a>
  565. </div>
  566. </div>
  567. </div>
  568. </div>
  569. <!-- / footer -->
  570. <a href=\"#\" class=\"scrollup\">Scroll</a>
  571. <!-- SCRIPTS -->
  572. ";
  573. // line 410
  574. yield " ";
  575. yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
  576. // line 418
  577. yield " </body>
  578. </html>
  579. ";
  580. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  581. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  582. yield from [];
  583. }
  584. // line 13
  585. /**
  586. * @return iterable<null|scalar|\Stringable>
  587. */
  588. public function block_seoKeywords(array $context, array $blocks = []): iterable
  589. {
  590. $macros = $this->macros;
  591. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  592. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoKeywords"));
  593. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  594. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoKeywords"));
  595. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  596. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  597. yield from [];
  598. }
  599. // line 16
  600. /**
  601. * @return iterable<null|scalar|\Stringable>
  602. */
  603. public function block_seoDescription(array $context, array $blocks = []): iterable
  604. {
  605. $macros = $this->macros;
  606. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  607. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoDescription"));
  608. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  609. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoDescription"));
  610. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  611. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  612. yield from [];
  613. }
  614. // line 19
  615. /**
  616. * @return iterable<null|scalar|\Stringable>
  617. */
  618. public function block_seoCreated(array $context, array $blocks = []): iterable
  619. {
  620. $macros = $this->macros;
  621. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  622. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoCreated"));
  623. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  624. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoCreated"));
  625. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  626. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  627. yield from [];
  628. }
  629. // line 25
  630. /**
  631. * @return iterable<null|scalar|\Stringable>
  632. */
  633. public function block_title(array $context, array $blocks = []): iterable
  634. {
  635. $macros = $this->macros;
  636. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  637. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  638. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  639. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  640. yield "Welcome";
  641. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  642. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  643. yield from [];
  644. }
  645. // line 40
  646. /**
  647. * @return iterable<null|scalar|\Stringable>
  648. */
  649. public function block_stylesheets(array $context, array $blocks = []): iterable
  650. {
  651. $macros = $this->macros;
  652. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  653. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  654. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  655. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  656. // line 41
  657. yield " ";
  658. yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags($this->extensions['App\Service\App\PublicTwig']->appColorFunction("app/app-"));
  659. yield "
  660. ";
  661. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  662. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  663. yield from [];
  664. }
  665. // line 53
  666. /**
  667. * @return iterable<null|scalar|\Stringable>
  668. */
  669. public function block_body_class(array $context, array $blocks = []): iterable
  670. {
  671. $macros = $this->macros;
  672. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  673. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
  674. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  675. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
  676. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  677. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  678. yield from [];
  679. }
  680. // line 122
  681. /**
  682. * @return iterable<null|scalar|\Stringable>
  683. */
  684. public function block_translations(array $context, array $blocks = []): iterable
  685. {
  686. $macros = $this->macros;
  687. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  688. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "translations"));
  689. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  690. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "translations"));
  691. yield $this->extensions['App\Service\App\PublicTwig']->defaultLanguagePickerFunction();
  692. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  693. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  694. yield from [];
  695. }
  696. // line 306
  697. /**
  698. * @return iterable<null|scalar|\Stringable>
  699. */
  700. public function block_slider(array $context, array $blocks = []): iterable
  701. {
  702. $macros = $this->macros;
  703. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  704. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
  705. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  706. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
  707. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  708. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  709. yield from [];
  710. }
  711. // line 310
  712. /**
  713. * @return iterable<null|scalar|\Stringable>
  714. */
  715. public function block_body(array $context, array $blocks = []): iterable
  716. {
  717. $macros = $this->macros;
  718. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  719. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  720. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  721. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  722. // line 311
  723. yield " ";
  724. yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
  725. // line 312
  726. yield " ";
  727. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  728. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  729. yield from [];
  730. }
  731. // line 311
  732. /**
  733. * @return iterable<null|scalar|\Stringable>
  734. */
  735. public function block_content(array $context, array $blocks = []): iterable
  736. {
  737. $macros = $this->macros;
  738. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  739. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  740. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  741. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  742. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  743. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  744. yield from [];
  745. }
  746. // line 410
  747. /**
  748. * @return iterable<null|scalar|\Stringable>
  749. */
  750. public function block_javascripts(array $context, array $blocks = []): iterable
  751. {
  752. $macros = $this->macros;
  753. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  754. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  755. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  756. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  757. // line 411
  758. yield " ";
  759. yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags($this->extensions['App\Service\App\PublicTwig']->appColorFunction("app/app-"));
  760. yield "
  761. <!-- Renders app.js & a webpack runtime.js file
  762. <script src=\"/build/runtime.js\" defer></script>
  763. <script src=\"/build/app.js\" defer></script>
  764. See note below about the \"defer\" attribute -->
  765. ";
  766. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  767. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  768. yield from [];
  769. }
  770. /**
  771. * @codeCoverageIgnore
  772. */
  773. public function getTemplateName(): string
  774. {
  775. return "base.html.twig";
  776. }
  777. /**
  778. * @codeCoverageIgnore
  779. */
  780. public function isTraitable(): bool
  781. {
  782. return false;
  783. }
  784. /**
  785. * @codeCoverageIgnore
  786. */
  787. public function getDebugInfo(): array
  788. {
  789. return array ( 858 => 411, 845 => 410, 823 => 311, 812 => 312, 809 => 311, 796 => 310, 774 => 306, 751 => 122, 729 => 53, 715 => 41, 702 => 40, 679 => 25, 657 => 19, 635 => 16, 613 => 13, 600 => 418, 597 => 410, 585 => 400, 581 => 399, 577 => 398, 570 => 396, 562 => 391, 558 => 390, 554 => 389, 501 => 339, 488 => 330, 480 => 320, 471 => 313, 469 => 310, 464 => 307, 462 => 306, 449 => 297, 433 => 282, 431 => 253, 428 => 244, 425 => 224, 421 => 207, 418 => 205, 412 => 198, 406 => 196, 404 => 195, 399 => 193, 396 => 192, 391 => 182, 382 => 177, 378 => 176, 373 => 173, 366 => 166, 357 => 161, 355 => 159, 354 => 156, 351 => 155, 342 => 150, 340 => 148, 339 => 145, 336 => 144, 334 => 143, 328 => 141, 326 => 137, 325 => 132, 324 => 129, 319 => 126, 313 => 124, 310 => 123, 307 => 122, 305 => 121, 296 => 115, 287 => 109, 278 => 103, 269 => 96, 266 => 94, 264 => 93, 257 => 89, 249 => 84, 245 => 82, 243 => 81, 242 => 80, 235 => 75, 230 => 72, 224 => 71, 214 => 67, 207 => 63, 204 => 62, 199 => 61, 195 => 60, 190 => 57, 188 => 56, 185 => 55, 183 => 54, 179 => 53, 171 => 47, 167 => 43, 164 => 40, 159 => 37, 155 => 36, 151 => 35, 147 => 34, 143 => 33, 139 => 32, 135 => 31, 131 => 30, 127 => 29, 123 => 28, 119 => 27, 112 => 25, 106 => 22, 101 => 21, 96 => 19, 93 => 18, 88 => 16, 85 => 15, 80 => 13, 78 => 12, 73 => 9, 62 => 2, 59 => 1,);
  790. }
  791. public function getSourceContext(): Source
  792. {
  793. return new Source("<!DOCTYPE html>
  794. <html lang=\"{{ app.request.locale }}\" class=\"{{ app.request.host|replace({'.': '_'}) }} app-color-{{ app_color() }}\">
  795. <head>
  796. <meta charset=\"UTF-8\" />
  797. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  798. {#
  799. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>
  800. #}
  801. <meta content=\"width=1280\" name=\"viewport\">
  802. <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />
  803. <meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"/>
  804. {% if block('seoKeywords') is not empty -%}
  805. <meta name=\"keywords\" content=\"{% block seoKeywords %}{% endblock %}\"/>
  806. {%- endif %}
  807. {% if block('seoDescription') is not empty -%}
  808. <meta name=\"description\" content=\"{% block seoDescription %}{% endblock %}\"/>
  809. {%- endif %}
  810. {% if block('seoCreated') is not empty -%}
  811. <meta name=\"date\" content=\"{% block seoCreated %}{% endblock %}\"/>
  812. {%- endif %}
  813. <meta name=\"author\" content=\"{{ app_name }}\"/>
  814. <meta name=\"copyright\" content=\"copyright by {{ app_name }}\"/>
  815. <!-- SCRIPTS -->
  816. <title>{% block title %}Welcome{% endblock %} | {{ app_name }}</title>
  817. <!-- LINK -->
  818. <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('assets/static/favicon.ico') }}\"/>
  819. <link rel=\"shortcut icon\" type=\"image/png\" href=\"{{ asset('assets/static/favicon.png') }}\"/>
  820. <link rel=\"apple-touch-icon\" type=\"image/png\" href=\"{{ asset('assets/static/favicon.png') }}\"><!-- iPhone -->
  821. <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"{{ asset('assets/static/apple-touch-icon-57x57.png') }}\" />
  822. <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"{{ asset('assets/static/apple-touch-icon-72x72.png') }}\" />
  823. <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"{{ asset('assets/static/apple-touch-icon-76x76.png') }}\" />
  824. <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"{{ asset('assets/static/apple-touch-icon-114x114.png') }}\" />
  825. <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"{{ asset('assets/static/apple-touch-icon-120x120.png') }}\" />
  826. <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"{{ asset('assets/static/apple-touch-icon-144x144.png') }}\" />
  827. <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"{{ asset('assets/static/apple-touch-icon-152x152.png') }}\" />
  828. <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('assets/static/apple-touch-icon-180x180.png') }}\" />
  829. {# <link rel=\"stylesheet\" href=\"{{ asset(style()) }}\">#}
  830. {% block stylesheets %}
  831. {{ encore_entry_link_tags(app_color('app/app-')) }}
  832. {% endblock %}
  833. <!-- GOOGLE -->
  834. {# <script type=\"application/javascript\" src=\"{{ asset('assets/runtime.js') }}\"></script>#}
  835. {# <script type=\"application/javascript\" src=\"{{ asset('assets/vendor.js') }}\"></script>#}
  836. <script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCxYi_Sk25cIlLkMEQlM7I-jAqWYTDQj64\"></script>
  837. <!-- Global site tag (gtag.js) - Google Analytics -->
  838. <script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-151104863-1\"></script>
  839. <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-151104863-1');</script>
  840. </head>
  841. <body class=\"{% block body_class %}{% endblock %}\">
  842. {% set allMessages = app.flashes() %}
  843. {% if allMessages is not empty %}
  844. <div aria-live=\"polite\" aria-atomic=\"true\">
  845. <!-- Position it -->
  846. <div>
  847. {% for type,messages in allMessages %}
  848. {% for message in messages %}
  849. <div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" data-delay=\"10000\">
  850. <div class=\"alert alert-{{ type }} mb-0\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\">
  851. <button type=\"button\" class=\"ml-2 mb-1 close\" data-dismiss=\"toast\" aria-label=\"Close\">
  852. <span aria-hidden=\"true\">&times;</span>
  853. </button>
  854. {{ message|raw }}
  855. </div>
  856. </div>
  857. {% endfor %}
  858. {% endfor %}
  859. </div>
  860. </div>
  861. {% endif %}
  862. <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\">
  863. <div class=\"card-body\">
  864. <h5 class=\"card-title\">Cookies</h5>
  865. <p class=\"card-text\">
  866. {{ 'cookie.text'|trans({
  867. ':link': path('mdl_public_page_show', { '_locale': app.request.locale, 'slug': 'privacy-policy' })
  868. })|raw }}
  869. </p>
  870. <a href=\"#\" class=\"btn btn-primary cookie-btn\">{{ 'cookie.action'|trans }}</a>
  871. </div>
  872. </div>
  873. <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>
  874. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\InvoiceController::unPaidAction'))|raw }}
  875. <!-- header -->
  876. {% set isUser = is_granted('ROLE_USER') %}
  877. <div class=\"container-fluid\">
  878. {#{% if isUser %}#}
  879. <div class=\"container font-medium\" id=\"header-login\">
  880. <div class=\"row top-row nowrap\">
  881. <div class=\"top-left\">
  882. <div class=\"header-contact map-pin\">
  883. <svg width=\"15\" height=\"20\" viewBox=\"0 0 15 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  884. <path d=\"M7.04 0C3.15 0 0 3.15 0 7.04C0 10.93 6.41 18.88 6.67 19.22L7.06 19.71L7.45 19.22C7.69 18.88 14.07 10.8 14.07 7.04C14.07 3.28 10.92 0 7.04 0ZM7.04 10.77C4.98 10.77 3.33 9.1 3.33 7.06C3.33 5.02 4.98 3.32 7.04 3.32C9.1 3.32 10.75 4.99 10.75 7.03C10.75 9.07 9.1 10.77 7.04 10.77Z\" fill=\"#040404\"/>
  885. </svg>
  886. <span class=\"font-medium\">{{ company_address }}</span>
  887. </div>
  888. <div class=\"header-contact header-phone\">
  889. <svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  890. <path d=\"M16.7635 17.6695C16.3935 18.2395 15.7434 18.5695 15.0634 18.5295C14.3834 18.4895 13.5034 18.3895 12.8934 18.2395C10.1934 17.5395 7.40345 15.8595 5.04345 13.4895C2.68345 11.1195 1.00345 8.32954 0.293454 5.63954C0.133454 5.02954 0.0634456 4.16954 0.00344559 3.48954C-0.0365544 2.82954 0.273442 2.17954 0.843442 1.80954L3.24344 0.209536C3.87344 -0.200464 4.71345 0.00953573 5.04345 0.679536L6.99344 4.44954C7.26344 4.97954 7.13345 5.63954 6.66345 6.00954L4.90344 7.37954C5.60344 8.68954 6.27344 9.73954 7.56344 11.0095C8.75344 12.1995 9.79343 12.9095 11.1434 13.6295L12.5334 11.8495C12.9034 11.3795 13.5734 11.2195 14.0934 11.5195L17.8834 13.4695C18.5434 13.7995 18.7635 14.6395 18.3535 15.2695L16.7734 17.6695H16.7635Z\" fill=\"#040404\"/>
  891. </svg>
  892. <span class=\"font-medium\">{{ company_phone|regex_replace('/,.*/', '') }}</span>
  893. </div>
  894. <div class=\"header-contact\">
  895. <svg width=\"21\" height=\"15\" viewBox=\"0 0 21 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  896. <path d=\"M1.58002 0C1.27002 0 0.990021 0.0899998 0.740021 0.24L9.72 8.05C10.2 8.46 10.77 8.46 11.24 8.05L20.23 0.24C19.99 0.0899998 19.7 0 19.39 0H1.57001H1.58002ZM0.0899963 1.06C0.0399963 1.22 0 1.39 0 1.57V13.1C0 13.97 0.700007 14.67 1.57001 14.67H19.39C20.26 14.67 20.96 13.97 20.96 13.1V1.57C20.96 1.39 20.92 1.22 20.87 1.06L11.92 8.83C11.09 9.55 9.86002 9.56 9.02002 8.83L0.0899963 1.06Z\" fill=\"#040404\"/>
  897. </svg>
  898. <span class=\"font-medium\">{{ company_email }}</span>
  899. </div>
  900. </div>
  901. <div class=\"top-right\">
  902. <div class=\"language-picker\">
  903. <div class=\"btn-group float-right\">
  904. {% if block('translations') is defined %}
  905. {% block translations %}{{ defaultLanguagePicker() }}{% endblock %}
  906. {% else %}
  907. {{ defaultLanguagePicker() }}
  908. {% endif %}
  909. </div>
  910. </div>
  911. <div class=\"help\">
  912. <a class=\"text-decoration-none\" href=\"{{ path(
  913. 'mdl_app_product_filter_by_name',
  914. {
  915. '_locale': app.request.locale,
  916. 'title': 'S 30X47X7',
  917. 'help': 1,
  918. 'on_complete': path(
  919. 'mdl_app_product_index',
  920. {'_locale': app.request.locale},
  921. 'true'
  922. )
  923. })
  924. }}\">{{ 'nav.help'|trans|raw}}</a>
  925. </div>
  926. {% if isUser == false %}
  927. <div class=\"header-login-btn margin-header\">
  928. <a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"{{ path(
  929. 'login',
  930. {
  931. '_locale': app.request.locale,
  932. })
  933. }}\"><span>{{ 'nav.login'|trans|raw }}</span><svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  934. <path d=\"M14.8791 6.08754H0.585592C0.262244 6.08754 0 5.82363 0 5.49821C0 5.1728 0.262244 4.90888 0.585592 4.90888H14.8817L10.5127 1.02442C10.2708 0.809185 10.2504 0.440212 10.4617 0.196793C10.6756 -0.046627 11.0422 -0.0696878 11.2841 0.145546L16.8065 5.06006C17.0484 5.27529 17.0687 5.64426 16.8574 5.88768C16.8396 5.90818 16.8218 5.92612 16.804 5.94149L11.2867 10.8509C11.0448 11.0661 10.6781 11.0431 10.4643 10.7996C10.2504 10.5562 10.2733 10.1872 10.5152 9.97201L14.8842 6.08498L14.8791 6.08754Z\" fill=\"white\"/>
  935. </svg></a>
  936. </div>
  937. {% else %}
  938. <div class=\"header-login-btn margin-header\">
  939. <a class=\"text-decoration-none btn btn-dark align-content-center font-medium\" id=\"login-btn\" href=\"{{ path(
  940. 'logout',
  941. {
  942. '_locale': app.request.locale,
  943. })
  944. }}\"><span>{{ 'nav.logout'|trans|raw }}</span><svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  945. <path d=\"M14.8791 6.08754H0.585592C0.262244 6.08754 0 5.82363 0 5.49821C0 5.1728 0.262244 4.90888 0.585592 4.90888H14.8817L10.5127 1.02442C10.2708 0.809185 10.2504 0.440212 10.4617 0.196793C10.6756 -0.046627 11.0422 -0.0696878 11.2841 0.145546L16.8065 5.06006C17.0484 5.27529 17.0687 5.64426 16.8574 5.88768C16.8396 5.90818 16.8218 5.92612 16.804 5.94149L11.2867 10.8509C11.0448 11.0661 10.6781 11.0431 10.4643 10.7996C10.2504 10.5562 10.2733 10.1872 10.5152 9.97201L14.8842 6.08498L14.8791 6.08754Z\" fill=\"white\"/>
  946. </svg></a>
  947. </div>
  948. {% endif %}
  949. </div>
  950. </div>
  951. </div>
  952. </div>
  953. <div class=\"container-fluid\">
  954. {#{% if isUser %}#}
  955. {# <div class=\"row mb-2\">#}
  956. <div class=\"container\" id=\"header-login\">
  957. <div class=\"row bottom-row\">
  958. <div class=\"header-logo\">
  959. <a href=\"{{ path('mdl_public_page_index', {'_locale': app.request.locale}) }}\">
  960. <img src=\"{{ asset(logo()) }}\" class=\"img-fluid\" alt=\"{{ app_name }}\"/>
  961. </a>
  962. </div>
  963. <div class=\"input-group\" id=\"search-bar\">
  964. {# <form class=\"form-inline\">#}
  965. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductController::filterByNameAction')) }}
  966. {# <input type=\"text\" class=\"form-control bg-white p-lg-3 search-bar mr-sm-2 font-medium\"#}
  967. {# placeholder=\"{{ 'nav.search'|trans|raw }}\"#}
  968. {# aria-label=\"Search\">#}
  969. {# <button type=\"submit\" class=\"btn search-btn\">#}
  970. {# <svg width=\"23\" height=\"23\" viewBox=\"0 0 23 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">#}
  971. {# <path d=\"M21.8063 21.2132L21.8092 21.2161C21.9117 21.379 21.8961 21.5884 21.7795 21.7251L21.7782 21.7266C21.6353 21.8954 21.3807 21.9236 21.1961 21.7787L15.3334 15.916L15.0143 15.5969L14.6643 15.8818C11.213 18.6901 6.20128 18.4349 3.05247 15.3051C-0.34167 11.9199 -0.360523 6.42742 3.02312 3.02347C6.18242 -0.106184 11.1837 -0.3603 14.6343 2.44743L14.6347 2.44772C18.3596 5.47305 18.9182 10.938 15.8918 14.6644L15.6075 15.0143L15.9263 15.3332L21.8063 21.2132ZM3.67631 14.7832L3.67819 14.785C6.7442 17.819 11.6903 17.7876 14.7146 14.722C17.7787 11.6566 17.7783 6.69091 14.7134 3.62605C11.6482 0.560783 6.68158 0.560783 3.61632 3.62605C0.551061 6.69131 0.551061 11.6579 3.61632 14.7232L3.64633 14.7532L3.67631 14.7832Z\" fill=\"black\" stroke=\"#8D8D8D\"/>#}
  972. {# </svg>#}
  973. {# </button>#}
  974. {# </form>#}
  975. </div>
  976. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CountdownController::countdownAction')) }}
  977. {% if is_granted('CART_CREATE') %}
  978. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CartController::smallWidgetAction')) }}
  979. {% else %}
  980. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\IndividualOrderController::smallWidgetAction')) }}
  981. {% endif %}
  982. {# <div class=\"col-xl-8 col-12 order-2 order-lg-2\">#}
  983. {# <div class=\"mt-3 mt-lg-5 mb-4 mb-lg-0 ml-5 fs-14 text-center\">#}
  984. {# #}{#Welcome <a href=\"#\" class=\"text-uppercase\">{{ app.user.fullName }}</a> Your contact person: Dragan +381 65 425 1587#}
  985. {# </div>#}
  986. {# </div>#}
  987. </div>
  988. {# </div>#}
  989. </div>
  990. {# <div class=\"row mb\" id=\"header-filters\">#}
  991. {# <div class=\"container\">#}
  992. {# <div class=\"row align-items-end filter-form mb-2 mt-sm-3 align-items-stretch\">#}
  993. {# <div class=\"col-3 col-sm-7 col-lg-3 order-0 d-flex align-content-between flex-wrap\">#}
  994. {# {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductController::filterByNameAction')) }}#}
  995. {# </div>#}
  996. {# <div class=\"col-6 col-sm-12 col-lg-6 order-1 order-sm-2\">#}
  997. {# {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductController::filterBySizeAction')) }}#}
  998. {# </div>#}
  999. {# <div class=\"col-3 col-sm-5 col-lg-3 order-2 order-sm-1 order-lg-2 d-flex align-content-between flex-wrap\">#}
  1000. {# {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductController::filterByCategoryAction')) }}#}
  1001. {# </div>#}
  1002. {# </div>#}
  1003. {# </div>#}
  1004. {# </div>#}
  1005. {# <div class=\"row user-menu\">#}
  1006. {# <div class=\"container\">#}
  1007. {# <div class=\"row justify-content-between nav-links text-uppercase\">#}
  1008. {# <div class=\"col\">#}
  1009. {# <nav class=\"navbar navbar-expand-lg navbar-light\">#}
  1010. {# <button class=\"navbar-toggler\"#}
  1011. {# type=\"button\"#}
  1012. {# data-toggle=\"collapse\"#}
  1013. {# data-target=\"#user-navbar\"#}
  1014. {# aria-controls=\"navbar\"#}
  1015. {# aria-expanded=\"false\"#}
  1016. {# aria-label=\"Toggle navigation\">#}
  1017. {# <span class=\"navbar-toggler-icon\"></span>#}
  1018. {# </button>#}
  1019. {# <div class=\"collapse navbar-collapse text\" id=\"user-navbar\">#}
  1020. {# {{ menu('user_menu') }}#}
  1021. {# </div>#}
  1022. {# </nav>#}
  1023. {# </div>#}
  1024. {# {% if is_granted('CART_CREATE') %}#}
  1025. {# {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\CartController::smallWidgetAction')) }}#}
  1026. {# {% else %}#}
  1027. {# {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\IndividualOrderController::smallWidgetAction')) }}#}
  1028. {# {% endif %}#}
  1029. {# </div>#}
  1030. {# </div>#}
  1031. {# </div>#}
  1032. {#{% else %}
  1033. <div class=\"row\">
  1034. <div class=\"container\" id=\"header\">
  1035. <div class=\"row\">
  1036. <div class=\"col-md-3\">
  1037. {{ login_form() }}
  1038. </div>
  1039. <div class=\"col-md-6\">
  1040. <a href=\"{{ path('public_index') }}\">
  1041. <img src=\"{{ asset(logo()) }}\" class=\"img-fluid mx-auto d-block\" alt=\"Optima logo\"/>
  1042. </a>
  1043. </div>
  1044. <div class=\"col-md-3\">
  1045. <div class=\"float-right\">
  1046. {% if block('translations') is defined %}
  1047. {{ block('translations') }}
  1048. {% else %}
  1049. {{ defaultLanguagePicker() }}
  1050. {% endif %}
  1051. </div>
  1052. <div class=\"clearfix\"></div>
  1053. <p class=\" mt-5\">
  1054. #}{#<a href=\"{{ path('mdl_app_guest') }}\" class=\"owr\">Order without registration</a>#}{#
  1055. </p>
  1056. </div>
  1057. </div>
  1058. </div>
  1059. </div>
  1060. {% endif %}#}
  1061. </div>
  1062. <!-- / header -->
  1063. <!-- nav -->
  1064. <div class=\"container-fluid\">
  1065. <div class=\"container\">
  1066. <div class=\"row\">
  1067. <div class=\"col\">
  1068. <nav class=\"navbar navbar-expand-lg navbar-light\">
  1069. <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-controls=\"navbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  1070. <span class=\"navbar-toggler-icon\"></span>
  1071. </button>
  1072. <div class=\"collapse navbar-collapse text\" id=\"navbar\">
  1073. {#{{ knp_menu_render('main_menu') }}#}
  1074. {{ menu('main_menu') }}
  1075. </div>
  1076. </nav>
  1077. </div>
  1078. </div>
  1079. </div>
  1080. </div>
  1081. <!-- / nav -->
  1082. {% block slider %}{% endblock %}
  1083. <!-- body1 -->
  1084. {% block body %}
  1085. {% block content %}{% endblock %}
  1086. {% endblock %}
  1087. <!-- / body2 -->
  1088. <!-- footer -->
  1089. <div class=\"container-fluid\" id=\"page-footer\">
  1090. <div class=\"container\">
  1091. <div class=\"row\">
  1092. <div class=\"newsletter\">
  1093. <span>{{ 'newsletter.subscribe'|trans|raw }}</span>
  1094. </div>
  1095. <div class=\"footer-mail\">
  1096. <form action=\"\" class=\"input-group\">
  1097. <input type=\"text\" class=\"form-control bg-white p-lg-3 mr-sm-2 font-medium\" placeholder=\"Email\" aria-label=\"Email\">
  1098. <button type=\"button\" class=\"btn btn-dark font-medium\" id=\"login-btn\" {#href=\"{{ path(
  1099. 'login',
  1100. {
  1101. '_locale': app.request.locale,
  1102. })
  1103. }}\"#}><span>{{ 'nav.login'|trans|raw }}</span><svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1104. <path d=\"M14.8791 6.08754H0.585592C0.262244 6.08754 0 5.82363 0 5.49821C0 5.1728 0.262244 4.90888 0.585592 4.90888H14.8817L10.5127 1.02442C10.2708 0.809185 10.2504 0.440212 10.4617 0.196793C10.6756 -0.046627 11.0422 -0.0696878 11.2841 0.145546L16.8065 5.06006C17.0484 5.27529 17.0687 5.64426 16.8574 5.88768C16.8396 5.90818 16.8218 5.92612 16.804 5.94149L11.2867 10.8509C11.0448 11.0661 10.6781 11.0431 10.4643 10.7996C10.2504 10.5562 10.2733 10.1872 10.5152 9.97201L14.8842 6.08498L14.8791 6.08754Z\" fill=\"white\"/>
  1105. </svg>
  1106. </button>
  1107. </form>
  1108. </div>
  1109. </div>
  1110. <div class=\"row\">
  1111. <div class=\"optima-group\">
  1112. <img src=\"{{ asset(group()) }}\" alt=\"optima-group\">
  1113. <div>
  1114. <span class=\"optima-group-bolded\">By Optima Group</span>
  1115. <div class=\"optima-group-text\">
  1116. <span>Ready to get things moving</span>
  1117. </div>
  1118. </div>
  1119. <div class=\"social-media input-group\">
  1120. <div class=\"linkedin\">
  1121. <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1122. <mask id=\"mask0_145_2416\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"36\" height=\"36\">
  1123. <path d=\"M35.8301 0H0V35.8301H35.8301V0Z\" fill=\"white\"/>
  1124. </mask>
  1125. <g mask=\"url(#mask0_145_2416)\">
  1126. <path d=\"M30.083 0H5.40002C2.4178 0 0.0146484 2.41763 0.0146484 5.38537V30.0828C0.0146484 33.065 2.43227 35.4682 5.40002 35.4682H30.0974C33.0797 35.4682 35.4828 33.0505 35.4828 30.0828V5.38537C35.4828 2.40315 33.0652 0 30.0974 0H30.083ZM13.6518 31.9069H9.10608V17.2563H13.6518V31.9069ZM13.8255 13.6661C13.6952 13.9846 13.4925 14.2741 13.2464 14.5202C13.0003 14.7663 12.7108 14.9545 12.3923 15.0993C12.0738 15.2441 11.7264 15.302 11.3789 15.302C11.0315 15.302 10.684 15.2296 10.3656 15.0993C10.0471 14.969 9.75753 14.7808 9.51143 14.5202C9.26532 14.2741 9.07712 13.9846 8.93236 13.6661C8.80207 13.3476 8.72968 13.0002 8.72968 12.6527C8.72968 12.3053 8.80207 11.9578 8.93236 11.6393C9.06265 11.3208 9.26532 11.0313 9.51143 10.7852C9.75753 10.5391 10.0471 10.3509 10.3656 10.2061C10.684 10.0759 11.0315 10.0035 11.3789 10.0035C11.7264 10.0035 12.0738 10.0759 12.3923 10.2061C12.7108 10.3364 13.0003 10.5391 13.2464 10.7852C13.4925 11.0313 13.6807 11.3208 13.8255 11.6393C13.9558 11.9578 14.0282 12.3053 14.0282 12.6527C14.0282 13.0002 13.9558 13.3476 13.8255 13.6661ZM30.6765 23.5103V31.8924H26.1453C26.1453 31.8924 26.1308 24.321 26.1308 23.8867C26.1308 23.4524 25.9281 22.439 25.9281 22.439C25.3925 20.6005 23.5539 20.9334 23.5539 20.9334C21.976 20.9334 21.4837 22.164 21.4837 22.164C20.9771 23.1484 21.0494 25.0449 21.0494 25.0449V31.8924H16.5327V17.2419H20.8612V19.2686L20.9626 19.2252C23.496 15.3744 28.172 17.4735 28.172 17.4735C31.0095 18.7764 30.691 23.5103 30.691 23.5103H30.6765Z\" fill=\"#040404\"/>
  1127. </g>
  1128. </svg>
  1129. </div>
  1130. <div class=\"instagram\">
  1131. <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1132. <path d=\"M24.37 8.86035H11.8186C10.2841 8.86035 9.03906 10.1054 9.03906 11.6399V24.1913C9.03906 25.7258 10.2841 26.9708 11.8186 26.9708H24.37C25.9045 26.9708 27.1495 25.7258 27.1495 24.1913V11.6399C27.1495 10.1054 25.9045 8.86035 24.37 8.86035ZM18.0871 24.5532C14.4244 24.5532 11.4422 21.571 11.4422 17.9084C11.4422 14.2457 14.4244 11.2635 18.0871 11.2635C21.7497 11.2635 24.7319 14.2457 24.7319 17.9084C24.7319 21.571 21.7497 24.5532 18.0871 24.5532ZM25.1952 12.4361C24.9635 12.6533 24.674 12.7836 24.37 12.7836C24.066 12.7836 23.7764 12.6677 23.5593 12.4506C23.3421 12.219 23.2263 11.9294 23.2263 11.6254C23.2263 11.3214 23.3421 11.0319 23.5593 10.8147C24.0081 10.3804 24.7609 10.3804 25.1807 10.8147C25.3834 11.0464 25.5137 11.3359 25.5137 11.6399C25.5137 11.9439 25.3978 12.219 25.1807 12.4506L25.1952 12.4361Z\" fill=\"black\"/>
  1133. <path d=\"M18.0872 22.2505C20.4858 22.2505 22.4302 20.3061 22.4302 17.9075C22.4302 15.5089 20.4858 13.5645 18.0872 13.5645C15.6886 13.5645 13.7441 15.5089 13.7441 17.9075C13.7441 20.3061 15.6886 22.2505 18.0872 22.2505Z\" fill=\"black\"/>
  1134. <path d=\"M31.2604 0H4.9271C2.3068 0 0.178711 2.12809 0.178711 4.74839V31.0817C0.178711 33.702 2.3068 35.8301 4.9271 35.8301H31.2604C33.8807 35.8301 36.0088 33.702 36.0088 31.0817V4.74839C36.0088 2.12809 33.8807 0 31.2604 0ZM29.4508 24.1907C29.4508 26.9847 27.1779 29.2576 24.3839 29.2576H11.8325C9.03851 29.2576 6.76565 26.9847 6.76565 24.1907V11.6393C6.76565 8.84531 9.03851 6.57246 11.8325 6.57246H24.3839C27.1779 6.57246 29.4508 8.84531 29.4508 11.6393V24.1907Z\" fill=\"black\"/>
  1135. </svg>
  1136. </div>
  1137. <div class=\"facebook\">
  1138. <svg width=\"37\" height=\"36\" viewBox=\"0 0 37 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1139. <mask id=\"mask0_145_2418\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"37\" height=\"36\">
  1140. <path d=\"M36.5205 0H0.69043V35.8301H36.5205V0Z\" fill=\"white\"/>
  1141. </mask>
  1142. <g mask=\"url(#mask0_145_2418)\">
  1143. <path d=\"M31.7144 0.0722656H5.14947C2.70289 0.0722656 0.705078 2.07006 0.705078 4.50216V30.9513C0.705078 33.3834 2.71736 35.4101 5.14947 35.4101H18.3668V23.2207H13.9948V17.8208H18.3668V13.333C18.3668 9.68484 21.4069 6.80397 25.0695 6.80397H29.5863V12.2762H27.2845C26.0684 12.2762 25.084 12.1169 25.084 13.333V17.8208H30.5997L28.3847 23.2207H25.084V35.4101H31.7144C34.161 35.4101 36.1732 33.3834 36.1732 30.9513V4.50216C36.1732 2.07006 34.161 0.0722656 31.7144 0.0722656Z\" fill=\"#040404\"/>
  1144. </g>
  1145. </svg>
  1146. </div>
  1147. <div class=\"youtube\">
  1148. <svg width=\"37\" height=\"36\" viewBox=\"0 0 37 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1149. <mask id=\"mask0_145_2419\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"37\" height=\"36\">
  1150. <path d=\"M36.0322 0H0.202148V35.8301H36.0322V0Z\" fill=\"white\"/>
  1151. </mask>
  1152. <g mask=\"url(#mask0_145_2419)\">
  1153. <path d=\"M22.0623 17.4014L15.7939 13.6519C15.2872 13.3479 14.6357 13.7099 14.6357 14.3034V21.8024C14.6357 22.3959 15.2872 22.7578 15.7939 22.4538L22.0623 18.7043C22.5546 18.4148 22.5546 17.691 22.0623 17.4014Z\" fill=\"#040404\"/>
  1154. <path d=\"M29.4019 22.1061C29.4019 24.5961 27.3896 26.6084 24.8996 26.6084H11.0887C8.5987 26.6084 6.58642 24.5961 6.58642 22.1061V13.9991C6.58642 11.5091 8.5987 9.49678 11.0887 9.49678H24.8996C27.3896 9.49678 29.4019 11.5091 29.4019 13.9991V22.1061ZM28.0989 0H7.788C3.6042 0 0.202148 3.38758 0.202148 7.58585V27.8968C0.202148 32.0806 3.58973 35.4826 7.788 35.4826H28.0989C32.2827 35.4826 35.6848 32.0951 35.6848 27.8968V7.58585C35.6848 3.40206 32.2972 0 28.0989 0Z\" fill=\"#040404\"/>
  1155. </g>
  1156. </svg>
  1157. </div>
  1158. </div>
  1159. </div>
  1160. <div class=\"footer-menu\">
  1161. <div class=\"simple-menu\">
  1162. {{ menu('footer_left') }}
  1163. {{ menu('footer_right') }}
  1164. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\WorkingHoursController::workingHoursWidgetAction'))|raw }}
  1165. </div>
  1166. </div>
  1167. </div>
  1168. <div class=\"row\">
  1169. <p class=\"text-color-grey\">{{ 'now'|date('Y') }} {{ 'rights-reserved'|trans }}</p>
  1170. <div>
  1171. <a href=\"#\" class=\"text-color-grey\">{{ 'policy.privacy'|trans }}</a>
  1172. <a href=\"#\" class=\"text-color-grey\">{{ 'policy.use'|trans }}</a>
  1173. <a href=\"#\" class=\"text-color-grey\">{{ 'policy.cookies'|trans }}</a>
  1174. </div>
  1175. </div>
  1176. </div>
  1177. </div>
  1178. <!-- / footer -->
  1179. <a href=\"#\" class=\"scrollup\">Scroll</a>
  1180. <!-- SCRIPTS -->
  1181. {#<script type=\"application/javascript\" src=\"{{ asset('assets/app/app.js') }}\"></script>#}
  1182. {% block javascripts %}
  1183. {{ encore_entry_script_tags(app_color('app/app-')) }}
  1184. <!-- Renders app.js & a webpack runtime.js file
  1185. <script src=\"/build/runtime.js\" defer></script>
  1186. <script src=\"/build/app.js\" defer></script>
  1187. See note below about the \"defer\" attribute -->
  1188. {% endblock %}
  1189. </body>
  1190. </html>
  1191. ", "base.html.twig", "/var/www/rs.optima.staging/templates/base.html.twig");
  1192. }
  1193. }