var/cache/dev/twig/3f/3f1bc07a261417261addd5400119b863.php line 53

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\Sandbox\SecurityNotAllowedTestError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. use Twig\TemplateWrapper;
  16. /* application/whileresume/application/jobs/layout-social.html.twig */
  17. class __TwigTemplate_6008fb8de1d38d533dad0971e5065b43 extends Template
  18. {
  19. private Source $source;
  20. /**
  21. * @var array<string, Template>
  22. */
  23. private array $macros = [];
  24. public function __construct(Environment $env)
  25. {
  26. parent::__construct($env);
  27. $this->source = $this->getSourceContext();
  28. $this->parent = false;
  29. $this->blocks = [
  30. 'title' => [$this, 'block_title'],
  31. 'robots' => [$this, 'block_robots'],
  32. 'description' => [$this, 'block_description'],
  33. 'meta_social' => [$this, 'block_meta_social'],
  34. 'meta' => [$this, 'block_meta'],
  35. 'head' => [$this, 'block_head'],
  36. 'canonical' => [$this, 'block_canonical'],
  37. 'css' => [$this, 'block_css'],
  38. 'js' => [$this, 'block_js'],
  39. 'body' => [$this, 'block_body'],
  40. 'footer' => [$this, 'block_footer'],
  41. 'right_sidebar' => [$this, 'block_right_sidebar'],
  42. 'footer_js' => [$this, 'block_footer_js'],
  43. 'footerjs' => [$this, 'block_footerjs'],
  44. ];
  45. }
  46. protected function doDisplay(array $context, array $blocks = []): iterable
  47. {
  48. $macros = $this->macros;
  49. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "application/whileresume/application/jobs/layout-social.html.twig"));
  51. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "application/whileresume/application/jobs/layout-social.html.twig"));
  53. // line 7
  54. yield "
  55. ";
  56. // line 8
  57. $context["connectUser"] = false;
  58. // line 9
  59. $context["isCandidateUser"] = false;
  60. // line 10
  61. if ( !(null === 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.', 10, $this->source); })()), "user", [], "any", false, false, false, 10))) {
  62. // line 11
  63. yield " ";
  64. $context["connectUser"] = true;
  65. // line 12
  66. yield " ";
  67. if ( !(null === 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.', 12, $this->source); })()), "user", [], "any", false, false, false, 12), "candidate", [], "any", false, false, false, 12))) {
  68. // line 13
  69. yield " ";
  70. $context["isCandidateUser"] = true;
  71. // line 14
  72. yield " ";
  73. }
  74. }
  75. // line 16
  76. yield "
  77. ";
  78. // line 17
  79. $context["pathAbsolute"] = (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.', 17, $this->source); })()), "request", [], "any", false, false, false, 17), "schemeAndHttpHost", [], "any", false, false, false, 17) . 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.', 17, $this->source); })()), "request", [], "any", false, false, false, 17), "requestUri", [], "any", false, false, false, 17));
  80. // line 18
  81. $context["paramTool"] = $this->extensions['App\Twig\ToolsExtension']->getCoreToolsList("blog");
  82. // line 19
  83. $context["logo"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 19, $this->source); })()), "logo", [], "array", false, false, false, 19);
  84. // line 20
  85. $context["logo_width"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 20, $this->source); })()), "logo_width", [], "array", false, false, false, 20);
  86. // line 21
  87. $context["logo_height"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 21, $this->source); })()), "logo_height", [], "array", false, false, false, 21);
  88. // line 22
  89. $context["logoMobile"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 22, $this->source); })()), "logomobile", [], "array", false, false, false, 22);
  90. // line 23
  91. $context["logoMobile_width"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 23, $this->source); })()), "logomobile_width", [], "array", false, false, false, 23);
  92. // line 24
  93. $context["logoMobile_height"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 24, $this->source); })()), "logomobile_height", [], "array", false, false, false, 24);
  94. // line 25
  95. yield "
  96. ";
  97. // line 26
  98. if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 26, $this->source); })()), "request", [], "any", false, false, false, 26), "locale", [], "any", false, false, false, 26) != "fr")) {
  99. // line 27
  100. yield " ";
  101. $context["twitter"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 27, $this->source); })()), "twitter", [], "array", false, false, false, 27);
  102. // line 28
  103. yield " ";
  104. $context["facebook"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 28, $this->source); })()), "facebook", [], "array", false, false, false, 28);
  105. // line 29
  106. yield " ";
  107. $context["instagram"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 29, $this->source); })()), "instagram", [], "array", false, false, false, 29);
  108. // line 30
  109. yield " ";
  110. $context["youtube"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 30, $this->source); })()), "youtube", [], "array", false, false, false, 30);
  111. // line 31
  112. yield " ";
  113. $context["linkedin"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 31, $this->source); })()), "linkedin", [], "array", false, false, false, 31);
  114. } else {
  115. // line 33
  116. yield " ";
  117. $context["twitter"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 33, $this->source); })()), "twitter_fr", [], "array", false, false, false, 33);
  118. // line 34
  119. yield " ";
  120. $context["facebook"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 34, $this->source); })()), "facebook_fr", [], "array", false, false, false, 34);
  121. // line 35
  122. yield " ";
  123. $context["instagram"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 35, $this->source); })()), "instagram_fr", [], "array", false, false, false, 35);
  124. // line 36
  125. yield " ";
  126. $context["youtube"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 36, $this->source); })()), "youtube_fr", [], "array", false, false, false, 36);
  127. // line 37
  128. yield " ";
  129. $context["linkedin"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 37, $this->source); })()), "linkedin_fr", [], "array", false, false, false, 37);
  130. }
  131. // line 39
  132. yield "
  133. ";
  134. // line 40
  135. $context["favicon"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 40, $this->source); })()), "favicon", [], "array", false, false, false, 40);
  136. // line 41
  137. $context["websitename"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 41, $this->source); })()), "websitename", [], "array", false, false, false, 41);
  138. // line 42
  139. $context["htmlTrack"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 42, $this->source); })()), "htmltrack", [], "array", false, false, false, 42);
  140. // line 43
  141. $context["htmlTrack2"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 43, $this->source); })()), "htmltrack2", [], "array", false, false, false, 43);
  142. // line 44
  143. $context["domain"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 44, $this->source); })()), "absolute_domain", [], "array", false, false, false, 44);
  144. // line 45
  145. $context["lang"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 45, $this->source); })()), "lang_HTML", [], "array", false, false, false, 45);
  146. // line 46
  147. $context["ios"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 46, $this->source); })()), "link_ios_fr", [], "array", false, false, false, 46);
  148. // line 47
  149. $context["android"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 47, $this->source); })()), "link_android_fr", [], "array", false, false, false, 47);
  150. // line 48
  151. if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 48, $this->source); })()), "request", [], "any", false, false, false, 48), "locale", [], "any", false, false, false, 48) != "fr")) {
  152. // line 49
  153. yield " ";
  154. $context["ios"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 49, $this->source); })()), "link_ios_us", [], "array", false, false, false, 49);
  155. // line 50
  156. yield " ";
  157. $context["android"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 50, $this->source); })()), "link_android_us", [], "array", false, false, false, 50);
  158. }
  159. // line 52
  160. $context["ios_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 52, $this->source); })()), "link_ios_fr", [], "array", false, false, false, 52);
  161. // line 53
  162. $context["android_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 53, $this->source); })()), "link_android_fr", [], "array", false, false, false, 53);
  163. // line 54
  164. $context["ios_us"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 54, $this->source); })()), "link_ios_us", [], "array", false, false, false, 54);
  165. // line 55
  166. $context["android_us"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 55, $this->source); })()), "link_android_us", [], "array", false, false, false, 55);
  167. // line 56
  168. yield "
  169. <!DOCTYPE html>
  170. <html class=\"no-js\" lang=\"";
  171. // line 58
  172. yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 58, $this->source); })()), "html", null, true);
  173. yield "\">
  174. <head>
  175. <meta charset=\"utf-8\">
  176. <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]-->
  177. <title>";
  178. // line 62
  179. yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
  180. yield "</title>
  181. <meta name=\"language\" content=\"";
  182. // line 63
  183. yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 63, $this->source); })()), "html", null, true);
  184. yield "\" />
  185. <meta name=\"copyright\" content=\"";
  186. // line 64
  187. yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["websitename"]) || array_key_exists("websitename", $context) ? $context["websitename"] : (function () { throw new RuntimeError('Variable "websitename" does not exist.', 64, $this->source); })()), "html", null, true);
  188. yield "\" />
  189. <meta name=\"robots\" content=\"";
  190. // line 65
  191. yield from $this->unwrap()->yieldBlock('robots', $context, $blocks);
  192. yield "\" />
  193. <meta name=\"description\" content=\"";
  194. // line 66
  195. yield from $this->unwrap()->yieldBlock('description', $context, $blocks);
  196. yield "\" />
  197. <meta name=\"viewport\" content=\"initial-scale=1.0\" />
  198. <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" />
  199. ";
  200. // line 69
  201. yield from $this->unwrap()->yieldBlock('meta_social', $context, $blocks);
  202. // line 70
  203. yield " ";
  204. yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
  205. // line 71
  206. yield " ";
  207. yield from $this->unwrap()->yieldBlock('head', $context, $blocks);
  208. // line 72
  209. yield " ";
  210. yield from $this->unwrap()->yieldBlock('canonical', $context, $blocks);
  211. // line 73
  212. yield " ";
  213. yield from $this->load("components/dns-prefetch.html.twig", 73)->unwrap()->yield($context);
  214. // line 74
  215. yield " ";
  216. yield from $this->load("components/favicon.html.twig", 74)->unwrap()->yield(CoreExtension::merge($context, ["favicon" => (isset($context["favicon"]) || array_key_exists("favicon", $context) ? $context["favicon"] : (function () { throw new RuntimeError('Variable "favicon" does not exist.', 74, $this->source); })())]));
  217. // line 75
  218. yield "
  219. <link rel=\"stylesheet\" href=\"/assets/sociala/css/themify-icons.css\" />
  220. <link rel=\"stylesheet\" href=\"/assets/sociala/css/feather.css\" />
  221. <link rel=\"stylesheet\" href=\"/assets/sociala/css/style.css\" />
  222. <link rel=\"stylesheet\" href=\"/assets/sociala/css/emoji.css\" />
  223. <link rel=\"stylesheet\" href=\"/assets/sociala/css/lightbox.css\" />
  224. ";
  225. // line 82
  226. yield from $this->unwrap()->yieldBlock('css', $context, $blocks);
  227. // line 83
  228. yield "
  229. <script src=\"/bundles/fosjsrouting/js/router.min.js\"></script>
  230. <script src=\"";
  231. // line 85
  232. yield (string) $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
  233. yield "\"></script>
  234. <script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-17987523659\"></script>
  235. <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\x27js\x27, new Date()); gtag(\x27config\x27, \x27AW-17987523659\x27);</script>
  236. ";
  237. // line 90
  238. yield from $this->unwrap()->yieldBlock('js', $context, $blocks);
  239. // line 91
  240. yield " ";
  241. yield (string) (isset($context["htmlTrack"]) || array_key_exists("htmlTrack", $context) ? $context["htmlTrack"] : (function () { throw new RuntimeError('Variable "htmlTrack" does not exist.', 91, $this->source); })());
  242. yield "
  243. </head>
  244. <body class=\"color-theme-purple mont-font\">
  245. <div class=\"preloader\"></div>
  246. <div class=\"main-wrapper\">
  247. ";
  248. // line 98
  249. yield from $this->load("application/whileresume/application/jobs/components/header.html.twig", 98)->unwrap()->yield($context);
  250. // line 99
  251. yield " ";
  252. yield from $this->load("application/whileresume/application/jobs/components/sidebar.html.twig", 99)->unwrap()->yield($context);
  253. // line 100
  254. yield "
  255. <div class=\"main-content right-chat-active\">
  256. <div class=\"middle-sidebar-bottom\">
  257. <div class=\"middle-sidebar-left\">
  258. ";
  259. // line 104
  260. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  261. // line 105
  262. yield " </div>
  263. </div>
  264. ";
  265. // line 107
  266. yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
  267. // line 108
  268. yield " </div>
  269. ";
  270. // line 110
  271. yield from $this->unwrap()->yieldBlock('right_sidebar', $context, $blocks);
  272. // line 111
  273. yield "
  274. </div>
  275. <script src=\"/assets/sociala/js/plugin.js\"></script>
  276. <script src=\"/assets/sociala/js/lightbox.js\"></script>
  277. <script src=\"/assets/sociala/js/scripts.js\"></script>
  278. ";
  279. // line 117
  280. yield from $this->load("components/flashmessage.html.twig", 117)->unwrap()->yield($context);
  281. // line 118
  282. yield from $this->unwrap()->yieldBlock('footer_js', $context, $blocks);
  283. // line 119
  284. yield from $this->unwrap()->yieldBlock('footerjs', $context, $blocks);
  285. // line 120
  286. yield (string) (isset($context["htmlTrack2"]) || array_key_exists("htmlTrack2", $context) ? $context["htmlTrack2"] : (function () { throw new RuntimeError('Variable "htmlTrack2" does not exist.', 120, $this->source); })());
  287. yield "
  288. </body>
  289. </html>
  290. ";
  291. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  292. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  293. yield from [];
  294. }
  295. // line 62
  296. /**
  297. * @return iterable<null|scalar|\Stringable>
  298. */
  299. public function block_title(array $context, array $blocks = []): iterable
  300. {
  301. $macros = $this->macros;
  302. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  303. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  304. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  305. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  306. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  307. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  308. yield from [];
  309. }
  310. // line 65
  311. /**
  312. * @return iterable<null|scalar|\Stringable>
  313. */
  314. public function block_robots(array $context, array $blocks = []): iterable
  315. {
  316. $macros = $this->macros;
  317. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  318. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots"));
  319. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  320. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots"));
  321. yield "index,follow";
  322. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  323. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  324. yield from [];
  325. }
  326. // line 66
  327. /**
  328. * @return iterable<null|scalar|\Stringable>
  329. */
  330. public function block_description(array $context, array $blocks = []): iterable
  331. {
  332. $macros = $this->macros;
  333. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  334. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
  335. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  336. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
  337. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  338. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  339. yield from [];
  340. }
  341. // line 69
  342. /**
  343. * @return iterable<null|scalar|\Stringable>
  344. */
  345. public function block_meta_social(array $context, array $blocks = []): iterable
  346. {
  347. $macros = $this->macros;
  348. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  349. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social"));
  350. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  351. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social"));
  352. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  353. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  354. yield from [];
  355. }
  356. // line 70
  357. /**
  358. * @return iterable<null|scalar|\Stringable>
  359. */
  360. public function block_meta(array $context, array $blocks = []): iterable
  361. {
  362. $macros = $this->macros;
  363. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  364. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
  365. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  366. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
  367. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  368. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  369. yield from [];
  370. }
  371. // line 71
  372. /**
  373. * @return iterable<null|scalar|\Stringable>
  374. */
  375. public function block_head(array $context, array $blocks = []): iterable
  376. {
  377. $macros = $this->macros;
  378. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  379. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
  380. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  381. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
  382. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  383. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  384. yield from [];
  385. }
  386. // line 72
  387. /**
  388. * @return iterable<null|scalar|\Stringable>
  389. */
  390. public function block_canonical(array $context, array $blocks = []): iterable
  391. {
  392. $macros = $this->macros;
  393. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  394. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical"));
  395. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  396. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical"));
  397. yield from $this->load("components/canonical.html.twig", 72)->unwrap()->yield(CoreExtension::merge($context, ["path" => (isset($context["pathAbsolute"]) || array_key_exists("pathAbsolute", $context) ? $context["pathAbsolute"] : (function () { throw new RuntimeError('Variable "pathAbsolute" does not exist.', 72, $this->source); })())]));
  398. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  399. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  400. yield from [];
  401. }
  402. // line 82
  403. /**
  404. * @return iterable<null|scalar|\Stringable>
  405. */
  406. public function block_css(array $context, array $blocks = []): iterable
  407. {
  408. $macros = $this->macros;
  409. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  410. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
  411. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  412. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
  413. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  414. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  415. yield from [];
  416. }
  417. // line 90
  418. /**
  419. * @return iterable<null|scalar|\Stringable>
  420. */
  421. public function block_js(array $context, array $blocks = []): iterable
  422. {
  423. $macros = $this->macros;
  424. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  425. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
  426. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  427. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
  428. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  429. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  430. yield from [];
  431. }
  432. // line 104
  433. /**
  434. * @return iterable<null|scalar|\Stringable>
  435. */
  436. public function block_body(array $context, array $blocks = []): iterable
  437. {
  438. $macros = $this->macros;
  439. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  440. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  441. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  442. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  443. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  444. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  445. yield from [];
  446. }
  447. // line 107
  448. /**
  449. * @return iterable<null|scalar|\Stringable>
  450. */
  451. public function block_footer(array $context, array $blocks = []): iterable
  452. {
  453. $macros = $this->macros;
  454. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  455. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  456. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  457. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  458. yield from $this->load("application/whileresume/website/components/footer.html.twig", 107)->unwrap()->yield($context);
  459. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  460. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  461. yield from [];
  462. }
  463. // line 110
  464. /**
  465. * @return iterable<null|scalar|\Stringable>
  466. */
  467. public function block_right_sidebar(array $context, array $blocks = []): iterable
  468. {
  469. $macros = $this->macros;
  470. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  471. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "right_sidebar"));
  472. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  473. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "right_sidebar"));
  474. yield from $this->load("application/whileresume/application/jobs/components/right-sidebar.html.twig", 110)->unwrap()->yield($context);
  475. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  476. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  477. yield from [];
  478. }
  479. // line 118
  480. /**
  481. * @return iterable<null|scalar|\Stringable>
  482. */
  483. public function block_footer_js(array $context, array $blocks = []): iterable
  484. {
  485. $macros = $this->macros;
  486. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  487. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js"));
  488. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  489. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js"));
  490. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  491. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  492. yield from [];
  493. }
  494. // line 119
  495. /**
  496. * @return iterable<null|scalar|\Stringable>
  497. */
  498. public function block_footerjs(array $context, array $blocks = []): iterable
  499. {
  500. $macros = $this->macros;
  501. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  502. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs"));
  503. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  504. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs"));
  505. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  506. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  507. yield from [];
  508. }
  509. /**
  510. * @codeCoverageIgnore
  511. */
  512. public function getTemplateName(): string
  513. {
  514. return "application/whileresume/application/jobs/layout-social.html.twig";
  515. }
  516. /**
  517. * @codeCoverageIgnore
  518. */
  519. public function isTraitable(): bool
  520. {
  521. return false;
  522. }
  523. /**
  524. * @codeCoverageIgnore
  525. */
  526. public function getDebugInfo(): array
  527. {
  528. return array ( 607 => 119, 585 => 118, 562 => 110, 539 => 107, 517 => 104, 495 => 90, 473 => 82, 450 => 72, 428 => 71, 406 => 70, 384 => 69, 362 => 66, 339 => 65, 317 => 62, 302 => 120, 300 => 119, 298 => 118, 296 => 117, 288 => 111, 286 => 110, 282 => 108, 280 => 107, 276 => 105, 274 => 104, 268 => 100, 265 => 99, 263 => 98, 252 => 91, 250 => 90, 242 => 85, 238 => 83, 236 => 82, 227 => 75, 224 => 74, 221 => 73, 218 => 72, 215 => 71, 212 => 70, 210 => 69, 204 => 66, 200 => 65, 196 => 64, 192 => 63, 188 => 62, 181 => 58, 177 => 56, 175 => 55, 173 => 54, 171 => 53, 169 => 52, 165 => 50, 162 => 49, 160 => 48, 158 => 47, 156 => 46, 154 => 45, 152 => 44, 150 => 43, 148 => 42, 146 => 41, 144 => 40, 141 => 39, 137 => 37, 134 => 36, 131 => 35, 128 => 34, 125 => 33, 121 => 31, 118 => 30, 115 => 29, 112 => 28, 109 => 27, 107 => 26, 104 => 25, 102 => 24, 100 => 23, 98 => 22, 96 => 21, 94 => 20, 92 => 19, 90 => 18, 88 => 17, 85 => 16, 81 => 14, 78 => 13, 75 => 12, 72 => 11, 70 => 10, 68 => 9, 66 => 8, 63 => 7,);
  529. }
  530. public function getSourceContext(): Source
  531. {
  532. return new Source("{# ═══════════════════════════════════════════════════════════════════
  533. LAYOUT SOCIAL — Pages d\x27offres (publiques + connectées)
  534. Reprend le layout sociala : header noir + sidebar gauche.
  535. - Right-chat retiré (vide par défaut, peut être overridé via block right_sidebar)
  536. - Sidebar nav remplacée par sidebar.html.twig (publique-friendly)
  537. ═══════════════════════════════════════════════════════════════════ #}
  538. {% set connectUser = false %}
  539. {% set isCandidateUser = false %}
  540. {% if app.user is not null %}
  541. {% set connectUser = true %}
  542. {% if app.user.candidate is not null %}
  543. {% set isCandidateUser = true %}
  544. {% endif %}
  545. {% endif %}
  546. {% set pathAbsolute = app.request.schemeAndHttpHost ~ app.request.requestUri %}
  547. {% set paramTool = getCoreToolsList(\"blog\") %}
  548. {% set logo = paramTool[\x27logo\x27] %}
  549. {% set logo_width = paramTool[\x27logo_width\x27] %}
  550. {% set logo_height = paramTool[\x27logo_height\x27] %}
  551. {% set logoMobile = paramTool[\x27logomobile\x27] %}
  552. {% set logoMobile_width = paramTool[\x27logomobile_width\x27] %}
  553. {% set logoMobile_height = paramTool[\x27logomobile_height\x27] %}
  554. {% if app.request.locale != \"fr\" %}
  555. {% set twitter = paramTool[\x27twitter\x27] %}
  556. {% set facebook = paramTool[\x27facebook\x27] %}
  557. {% set instagram = paramTool[\x27instagram\x27] %}
  558. {% set youtube = paramTool[\x27youtube\x27] %}
  559. {% set linkedin = paramTool[\x27linkedin\x27] %}
  560. {% else %}
  561. {% set twitter = paramTool[\x27twitter_fr\x27] %}
  562. {% set facebook = paramTool[\x27facebook_fr\x27] %}
  563. {% set instagram = paramTool[\x27instagram_fr\x27] %}
  564. {% set youtube = paramTool[\x27youtube_fr\x27] %}
  565. {% set linkedin = paramTool[\x27linkedin_fr\x27] %}
  566. {% endif %}
  567. {% set favicon = paramTool[\x27favicon\x27] %}
  568. {% set websitename = paramTool[\x27websitename\x27] %}
  569. {% set htmlTrack = paramTool[\x27htmltrack\x27] %}
  570. {% set htmlTrack2 = paramTool[\x27htmltrack2\x27] %}
  571. {% set domain = paramTool[\x27absolute_domain\x27] %}
  572. {% set lang = paramTool[\x27lang_HTML\x27] %}
  573. {% set ios = paramTool[\x27link_ios_fr\x27] %}
  574. {% set android = paramTool[\x27link_android_fr\x27] %}
  575. {% if app.request.locale != \"fr\" %}
  576. {% set ios = paramTool[\x27link_ios_us\x27] %}
  577. {% set android = paramTool[\x27link_android_us\x27] %}
  578. {% endif %}
  579. {% set ios_fr = paramTool[\x27link_ios_fr\x27] %}
  580. {% set android_fr = paramTool[\x27link_android_fr\x27] %}
  581. {% set ios_us = paramTool[\x27link_ios_us\x27] %}
  582. {% set android_us = paramTool[\x27link_android_us\x27] %}
  583. <!DOCTYPE html>
  584. <html class=\"no-js\" lang=\"{{ lang }}\">
  585. <head>
  586. <meta charset=\"utf-8\">
  587. <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]-->
  588. <title>{% block title %}{% endblock title %}</title>
  589. <meta name=\"language\" content=\"{{ lang }}\" />
  590. <meta name=\"copyright\" content=\"{{ websitename }}\" />
  591. <meta name=\"robots\" content=\"{% block robots %}index,follow{% endblock robots %}\" />
  592. <meta name=\"description\" content=\"{% block description %}{% endblock description %}\" />
  593. <meta name=\"viewport\" content=\"initial-scale=1.0\" />
  594. <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" />
  595. {% block meta_social %}{% endblock meta_social %}
  596. {% block meta %}{% endblock meta %}
  597. {% block head %}{% endblock head %}
  598. {% block canonical %}{% include \"components/canonical.html.twig\" with {\x27path\x27:pathAbsolute} %}{% endblock canonical %}
  599. {% include \"components/dns-prefetch.html.twig\" %}
  600. {% include \"components/favicon.html.twig\" with {\x27favicon\x27:favicon} %}
  601. <link rel=\"stylesheet\" href=\"/assets/sociala/css/themify-icons.css\" />
  602. <link rel=\"stylesheet\" href=\"/assets/sociala/css/feather.css\" />
  603. <link rel=\"stylesheet\" href=\"/assets/sociala/css/style.css\" />
  604. <link rel=\"stylesheet\" href=\"/assets/sociala/css/emoji.css\" />
  605. <link rel=\"stylesheet\" href=\"/assets/sociala/css/lightbox.css\" />
  606. {% block css %}{% endblock css %}
  607. <script src=\"/bundles/fosjsrouting/js/router.min.js\"></script>
  608. <script src=\"{{ path(\x27fos_js_routing_js\x27, { callback: \x27fos.Router.setData\x27 }) }}\"></script>
  609. <script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-17987523659\"></script>
  610. <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\x27js\x27, new Date()); gtag(\x27config\x27, \x27AW-17987523659\x27);</script>
  611. {% block js %}{% endblock js %}
  612. {{ htmlTrack|raw }}
  613. </head>
  614. <body class=\"color-theme-purple mont-font\">
  615. <div class=\"preloader\"></div>
  616. <div class=\"main-wrapper\">
  617. {% include \"application/whileresume/application/jobs/components/header.html.twig\" %}
  618. {% include \"application/whileresume/application/jobs/components/sidebar.html.twig\" %}
  619. <div class=\"main-content right-chat-active\">
  620. <div class=\"middle-sidebar-bottom\">
  621. <div class=\"middle-sidebar-left\">
  622. {% block body %}{% endblock body %}
  623. </div>
  624. </div>
  625. {% block footer %}{% include \"application/whileresume/website/components/footer.html.twig\" %}{% endblock footer %}
  626. </div>
  627. {% block right_sidebar %}{% include \"application/whileresume/application/jobs/components/right-sidebar.html.twig\" %}{% endblock right_sidebar %}
  628. </div>
  629. <script src=\"/assets/sociala/js/plugin.js\"></script>
  630. <script src=\"/assets/sociala/js/lightbox.js\"></script>
  631. <script src=\"/assets/sociala/js/scripts.js\"></script>
  632. {% include \"components/flashmessage.html.twig\" %}
  633. {% block footer_js %}{% endblock footer_js %}
  634. {% block footerjs %}{% endblock footerjs %}
  635. {{ htmlTrack2|raw }}
  636. </body>
  637. </html>
  638. ", "application/whileresume/application/jobs/layout-social.html.twig", "/var/www/vhosts/whileresume.com/b.whileresume.app/templates/application/whileresume/application/jobs/layout-social.html.twig");
  639. }
  640. }