<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* template.html.twig */
class __TwigTemplate_de5b08abd04488da18c0f1479e4c210c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'html' => [$this, 'block_html'],
'css' => [$this, 'block_css'],
'container' => [$this, 'block_container'],
'header' => [$this, 'block_header'],
'menu' => [$this, 'block_menu'],
'banner' => [$this, 'block_banner'],
'titlebox' => [$this, 'block_titlebox'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'js' => [$this, 'block_js'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Default/parameters.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "template.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "template.html.twig"));
$this->parent = $this->loadTemplate("Default/parameters.html.twig", "template.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_html($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
// line 3
echo " <!doctype html>
<html lang='";
// line 4
(((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 4), "locale", [], "any", true, true, false, 4) && !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 4), "locale", [], "any", false, false, false, 4)))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 4), "locale", [], "any", false, false, false, 4), "html", null, true))) : (print ("fr")));
echo "' class='";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("adapt"), "html", null, true);
echo "'>
<head>
<title>";
// line 6
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 6, $this->source); })()), "html", null, true);
echo "</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='";
// line 8
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 8, $this->source); })()), "html", null, true);
echo "' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='";
// line 11
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "uri", [], "any", false, false, false, 11), "html", null, true);
echo "' />
<meta property='og:type' content='article' />
<meta property='og:title' content='";
// line 13
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 13, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:description' content='";
// line 14
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 14, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:image' content='";
// line 15
echo twig_escape_filter($this->env, (isset($context["w"]) || array_key_exists("w", $context) ? $context["w"] : (function () { throw new RuntimeError('Variable "w" does not exist.', 15, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["thumb"]) || array_key_exists("thumb", $context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.', 15, $this->source); })()), "html", null, true);
echo "?v=001' data-dynamic='true' />
<meta property='og:image:width' content='";
// line 16
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["thumbnailSize"]) || array_key_exists("thumbnailSize", $context) ? $context["thumbnailSize"] : (function () { throw new RuntimeError('Variable "thumbnailSize" does not exist.', 16, $this->source); })()), "width", [], "any", false, false, false, 16), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:image:height' content='";
// line 17
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["thumbnailSize"]) || array_key_exists("thumbnailSize", $context) ? $context["thumbnailSize"] : (function () { throw new RuntimeError('Variable "thumbnailSize" does not exist.', 17, $this->source); })()), "height", [], "any", false, false, false, 17), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='";
// line 19
echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 19, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:url' content='";
// line 20
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 20, $this->source); })()), "request", [], "any", false, false, false, 20), "uri", [], "any", false, false, false, 20), "html", null, true);
echo "' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='";
// line 22
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 22, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:description' content='";
// line 23
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 23, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:image' content='";
// line 24
echo twig_escape_filter($this->env, (isset($context["w"]) || array_key_exists("w", $context) ? $context["w"] : (function () { throw new RuntimeError('Variable "w" does not exist.', 24, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["thumb"]) || array_key_exists("thumb", $context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.', 24, $this->source); })()), "html", null, true);
echo "' />
<link rel=\"icon\" href=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html", null, true);
echo "\">
<link type='text/css' rel='stylesheet' href='";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-style.css"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 27
echo twig_escape_filter($this->env, ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css") . "?V1"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-anim.css"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/jobs.css"), "html", null, true);
echo "' />
<script src=\"https://kit.fontawesome.com/5c0ab7f24a.js\" crossorigin=\"anonymous\"></script>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css\"/>
";
// line 33
$this->displayBlock('css', $context, $blocks);
// line 34
echo " </head>
<body>
";
// line 36
$this->displayBlock('container', $context, $blocks);
// line 209
echo "
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
<div class='hpadding fill flex row center middle'>
<div class='relative shadow ";
// line 214
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("half_80 vt-80-in hz-80-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-20-in hz-20-in"), "html", null, true);
echo " bg-white'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
<div class='w100 flex col around'>
<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
<p class='h6 upper text-left top-20 bottom-20'>Produits, services, actualités, etc.</p>
<div class='flex row'>
<div class='bg-gray w100'>
<input id='searchInput' data-action='#' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in ";
// line 224
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("hz-40-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html", null, true);
echo " block w100' placeholder='Saisissez votre recherche ici'>
</div>
<div class='relative flex col middle center ";
// line 226
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo " vt-10-in hz-20-in bg-success'>
<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='login-box' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
<div class='hpadding fill flex row center middle'>
<div class='relative shadow ";
// line 239
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("half_80 vt-80-in hz-80-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-20-in hz-20-in"), "html", null, true);
echo " bg-white'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#login-box' class='block icon close contain filter-white os-click'></span>
</div>
<div class='w100 flex col around'>
<div class='flex col middle top-20'>
";
// line 245
echo twig_include($this->env, $context, "security/_applicant_login_form.html.twig");
echo "
</div>
</div>
</div>
</div>
</div>
";
// line 252
$context["notices"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 252, $this->source); })()), "session", [], "any", false, false, false, 252), "flashBag", [], "any", false, false, false, 252), "get", [0 => "notice"], "method", false, false, false, 252);
// line 253
echo " ";
if (twig_length_filter($this->env, (isset($context["notices"]) || array_key_exists("notices", $context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.', 253, $this->source); })()))) {
// line 254
echo " <div class='popup show gpadding flex col middle center'>
<span class='icon contain close os-close filter-white absolute top right'></span>
";
// line 256
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["notices"]) || array_key_exists("notices", $context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.', 256, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
// line 257
echo " <div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
<div class='flex row success text-left'>
<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
<p class='h4 black'>";
// line 260
echo $context["notice"];
echo "</p>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 264
echo " </div>
";
}
// line 266
echo "
";
// line 267
$context["errors"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 267, $this->source); })()), "session", [], "any", false, false, false, 267), "flashBag", [], "any", false, false, false, 267), "get", [0 => "error"], "method", false, false, false, 267);
// line 268
echo " ";
if (twig_length_filter($this->env, (isset($context["errors"]) || array_key_exists("errors", $context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.', 268, $this->source); })()))) {
// line 269
echo " <div class='popup show gpadding flex col middle center'>
<span class='icon contain close os-close filter-white absolute top right'></span>
";
// line 271
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["errors"]) || array_key_exists("errors", $context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.', 271, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 272
echo " <div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
<div class='flex row error text-left'>
<i class='fa fa-thumbs-down fa-3x top-5 right-20'></i>
<p class='h4 black'>";
// line 275
echo $context["error"];
echo "</p>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 279
echo " </div>
";
}
// line 281
echo "
";
// line 282
if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 282, $this->source); })()), "request", [], "any", false, false, false, 282), "cookies", [], "any", false, false, false, 282), "get", [0 => "cookiesChecked"], "method", false, false, false, 282)) {
// line 283
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CookiesController::index"));
echo "
";
// line 285
if (($this->env->getFunction('os_param')->getCallable()("GA") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 285, $this->source); })()), "request", [], "any", false, false, false, 285), "schemeAndHttpHost", [], "method", false, false, false, 285) != "http://localhost"))) {
// line 286
echo " ";
$context["code"] = $this->env->getFunction('os_param')->getCallable()("GA");
// line 287
echo " <script async src=\"https://www.googletagmanager.com/gtag/js?id=";
echo twig_escape_filter($this->env, (isset($context["code"]) || array_key_exists("code", $context) ? $context["code"] : (function () { throw new RuntimeError('Variable "code" does not exist.', 287, $this->source); })()), "html", null, true);
echo "\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '";
// line 292
echo twig_escape_filter($this->env, (isset($context["code"]) || array_key_exists("code", $context) ? $context["code"] : (function () { throw new RuntimeError('Variable "code" does not exist.', 292, $this->source); })()), "html", null, true);
echo "');
</script>
";
}
// line 295
echo " ";
}
// line 296
echo "
<script src='";
// line 297
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-3.6.0.min.js"), "html", null, true);
echo "'></script>
<script src='";
// line 298
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/os-script.js"), "html", null, true);
echo "?v=004'></script>
<script src='";
// line 299
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/script.js"), "html", null, true);
echo "?v=004'></script>
<script src='";
// line 300
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/cookies.js"), "html", null, true);
echo "?v=004'></script>
<script>
\$(document).on('click','.os-click',function(e){
const loginForm = \$(\".loginForm\");
const targetPath = \$(this).attr('data-target-path');
if(targetPath && loginForm){
const formTarget = \$('<input type=\"hidden\" class=\"_target_path\" name=\"_target_path\" value=\"' + targetPath + '\"/>');
loginForm.append(formTarget);
}else if(loginForm.find('input._target_path')){
loginForm.find('input._target_path').remove();
}
});
</script>
";
// line 316
$this->displayBlock('js', $context, $blocks);
// line 318
echo " </body>
</html>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 33
public function block_css($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 36
public function block_container($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
// line 37
echo " <div id='container' class='container relative w100 hoverflow'>
";
// line 38
$context["platforms"] = [0 => ["icon" => "home", "label" => (($this->env->getFunction('isMobile')->getCallable()()) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home"))), "link" => twig_get_attribute($this->env, $this->source, // line 39
(isset($context["static"]) || array_key_exists("static", $context) ? $context["static"] : (function () { throw new RuntimeError('Variable "static" does not exist.', 39, $this->source); })()), "PrincipalWebsiteLink", [], "any", false, false, false, 39), "active" => false], 1 => ["icon" => "user-tie", "label" => (($this->env->getFunction('isMobile')->getCallable()()) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("recruitment"))), "link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home"), "active" => true], 2 => ["icon" => "briefcase", "label" => (($this->env->getFunction('isMobile')->getCallable()()) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("provider space"))), "link" => twig_get_attribute($this->env, $this->source, // line 41
(isset($context["static"]) || array_key_exists("static", $context) ? $context["static"] : (function () { throw new RuntimeError('Variable "static" does not exist.', 41, $this->source); })()), "ProviderWebsiteLink", [], "any", false, false, false, 41), "active" => false]];
// line 43
echo " <header id='header' class='fixed shadow left top w100 hheight transition-alt visible ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
";
// line 44
$this->displayBlock('header', $context, $blocks);
// line 150
echo " </header>
";
// line 152
$this->displayBlock('banner', $context, $blocks);
// line 168
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 174
echo "
";
// line 175
if ((($this->env->getFunction('isMobile')->getCallable()() && !(isset($context["home"]) || array_key_exists("home", $context) ? $context["home"] : (function () { throw new RuntimeError('Variable "home" does not exist.', 175, $this->source); })())) && !array_key_exists("noShare", $context))) {
// line 176
echo " <div class='flex row middle space bg-gray sharing-box gpadding ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-40-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-20-in"), "html", null, true);
echo "'>
<h2 class='h6 success-alt upper vt-8-in font-alt bold'>";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Partager cette page"), "html", null, true);
echo "</h2>
<div class='flex row middle success-alt'>
";
// line 179
$context["link"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 179, $this->source); })()), "request", [], "any", false, false, false, 179), "uri", [], "any", false, false, false, 179);
// line 180
echo " ";
if ( !array_key_exists("title", $context)) {
$context["title"] = ("Site web du " . (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 180, $this->source); })()));
echo " ";
}
// line 181
echo " ";
$context["class"] = (("iflex col middle center h2 " . $this->env->getFunction('desktop')->getCallable()("left-20")) . $this->env->getFunction('mobile')->getCallable()("left-8"));
// line 182
echo " <a class='";
echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 182, $this->source); })()), "html", null, true);
echo "' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text=";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 182, $this->source); })()), "html", null, true);
echo " => ";
echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 182, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-whatsapp'></i></a>
<a class='";
// line 183
echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 183, $this->source); })()), "html", null, true);
echo "' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=";
echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 183, $this->source); })()), "html", null, true);
echo "&t=";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 183, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-facebook-square'></i></a>
<a class='";
// line 184
echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 184, $this->source); })()), "html", null, true);
echo "' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text=";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 184, $this->source); })()), "html", null, true);
echo "&url=";
echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 184, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-twitter'></i></a>
<a class='";
// line 185
echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 185, $this->source); })()), "html", null, true);
echo "' title='Envoyer par mail' target='_blank' href='mailto:?subject=";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 185, $this->source); })()), "html", null, true);
echo "&body=Je vous invite à lire cette page : ";
echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 185, $this->source); })()), "html", null, true);
echo ".'><i class='transition fa fa-envelope'></i></a>
<a class='";
// line 186
echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 186, $this->source); })()), "html", null, true);
echo "' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url=";
echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 186, $this->source); })()), "html", null, true);
echo "&title=";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 186, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-linkedin'></i></a>
</div>
</div>
";
}
// line 190
echo "
";
// line 191
$this->displayBlock('footer', $context, $blocks);
// line 207
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 44
public function block_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 45
echo " <div class=\"flex col h100\">
<nav class=\"bg-success gpadding flex row space ";
// line 46
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("gpadding"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html", null, true);
echo "\">
<ul class=\"list flex row p-alt white\">
";
// line 48
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["platforms"]) || array_key_exists("platforms", $context) ? $context["platforms"] : (function () { throw new RuntimeError('Variable "platforms" does not exist.', 48, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
// line 49
echo " <li class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("right-30"), "html", null, true);
echo "\">
<a class=\"iflex row middle upper ";
// line 50
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-15-in"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-10-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(((twig_get_attribute($this->env, $this->source, $context["o"], "active", [], "any", false, false, false, 50)) ? ("bg-white success hz-20-in bold") : ("medium hz-20-in"))), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(((twig_get_attribute($this->env, $this->source, $context["o"], "active", [], "any", false, false, false, 50)) ? ("bg-white success hz-15-in") : ("hz-15-in"))), "html", null, true);
echo "\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["o"], "link", [], "any", false, false, false, 50), "html", null, true);
echo "\">
<i class=\"fa fa-";
// line 51
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["o"], "icon", [], "any", false, false, false, 51), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("right-8"), "html", null, true);
echo "\"></i>
";
// line 52
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["o"], "label", [], "any", false, false, false, 52), "html", null, true);
echo "
</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 56
echo " </ul>
<div class=\"h100 flex row middle\">
<ul class=\"list flex row p-alt white\">
";
// line 59
if (twig_get_attribute($this->env, $this->source, (isset($context["role"]) || array_key_exists("role", $context) ? $context["role"] : (function () { throw new RuntimeError('Variable "role" does not exist.', 59, $this->source); })()), "isConnected", [], "any", false, false, false, 59)) {
// line 60
echo " ";
if ($this->env->getFunction('isDesktop')->getCallable()()) {
// line 61
echo " <li class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-30"), "html", null, true);
echo "\">
<a href=\"";
// line 62
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-profile");
echo "\" class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("iflex"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("flex"), "html", null, true);
echo " row middle\">
<i class=\"fa fa-account right-8\"></i>
";
// line 64
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 64, $this->source); })()), "user", [], "any", false, false, false, 64), "email", [], "any", false, false, false, 64), "html", null, true);
echo "
</a>
</li>
";
}
// line 68
echo " ";
} else {
// line 69
echo " ";
if ($this->env->getFunction('isDesktop')->getCallable()()) {
// line 70
echo " <li>
<a data-target=\"#login-box\" class=\"os-click ";
// line 71
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("iflex"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("flex"), "html", null, true);
echo " row middle medium\">
<i class=\"fa fa-user-tie right-8 ";
// line 72
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("top-2"), "html", null, true);
echo "\"></i>
";
// line 73
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sign in"), "html", null, true);
echo "
</a>
</li>
";
}
// line 77
echo " <li class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-30"), "html", null, true);
echo "\">
<a href=\"";
// line 78
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant_register");
echo "\" class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("iflex"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("flex"), "html", null, true);
echo " row middle medium\">
<i class=\"fa fa-lock right-8\"></i>
";
// line 80
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sign up"), "html", null, true);
echo "
</a>
</li>
";
}
// line 84
echo " </ul>
<span class=\"";
// line 85
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-30"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("left-15"), "html", null, true);
echo " white\">
";
// line 86
$this->loadTemplate("_locale_switcher.html.twig", "template.html.twig", 86)->display($context);
// line 87
echo " </span>
</div>
</nav>
<div class='w100 bg-white h100 relative flex row space gpadding ";
// line 91
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
<a class=\"relative iflex row ";
// line 92
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(" vt-20-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-10-in"), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "\">
<figure id='logo' href='";
// line 93
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "' class='relative'>
<img src=\"";
// line 94
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getFunction('os_param')->getCallable()("logo")), "html", null, true);
echo "\" class='";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("block"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("h100 absolute"), "html", null, true);
echo "' style=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("height: 3.71643469vw"), "html", null, true);
echo "\">
</figure>
</a>
";
// line 98
$this->displayBlock('menu', $context, $blocks);
// line 105
echo "
<div class=\"relative flex row\">
";
// line 107
if (twig_get_attribute($this->env, $this->source, (isset($context["role"]) || array_key_exists("role", $context) ? $context["role"] : (function () { throw new RuntimeError('Variable "role" does not exist.', 107, $this->source); })()), "connected", [], "any", false, false, false, 107)) {
// line 108
echo " <div class=\"relative\">
<div data-target=\"#actions-box\" class=\"pointer os-click adapt left-30 flex row middle h100\" title=\"";
// line 109
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mon profil"), "html", null, true);
echo "\">
<span class=\"vt-4-in left-15-in right-25-in ";
// line 110
echo (($this->env->getFunction('isDesktop')->getCallable()()) ? ("bg-warning white") : ("bg-gray black-alt"));
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("shadow-alt-2"), "html", null, true);
echo "\" style=\"transform: translateX(var(--15px))\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 110, $this->source); })()), "user", [], "any", false, false, false, 110), "fName", [], "any", false, false, false, 110), "html", null, true);
echo "</span>
<figure class=\"icon ";
// line 111
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("big"), "html", null, true);
echo " circle relative hoverflow shadow-alt-2 bg-warning\">
<div class=\"fill flex col middle center\">
<i class=\"fa h3 fa-user adapt white\"></i>
</div>
</figure>
</div>
<div id='actions-box' class='anim-display anim-show absolute ";
// line 117
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("right-20"), "html", null, true);
echo " right ytop-100 adapt'>
<div class='nowrap ";
// line 118
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("padding-40"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("padding-20 border border-success"), "html", null, true);
echo " bg-white black-alt shadow-alt radius-5 flex col p adapt'>
<a href='";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-profile");
echo "' class='relative adapt bottom-10'><i class='far fa-user success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mon profil"), "html", null, true);
echo " </span></a>
<a href='";
// line 120
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("job-application");
echo "' class='relative adapt bottom-10'><i class='far fa-file success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mes candidatures"), "html", null, true);
echo " </span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='";
// line 123
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-diplomas-and-formations");
echo "' class='relative adapt bottom-10'><i class='far fa-file-pdf success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mes diplômes et formations"), "html", null, true);
echo " </span></a>
<a href='";
// line 124
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-experiences");
echo "' class='relative adapt bottom-10'><i class='far fa-file-pdf success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mes expériences professionnelles"), "html", null, true);
echo " </span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='";
// line 127
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-parameters");
echo "' class='relative adapt bottom-10'><i class='fa fa-cog success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mes paramètres"), "html", null, true);
echo " </span></a>
<a href='";
// line 128
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-update-profile");
echo "' class='relative adapt bottom-10'><i class='fa fa-pen success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Modifier mon profil"), "html", null, true);
echo "</span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='";
// line 131
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-profile-activities");
echo "' class='relative adapt bottom-10'><i class='fa fa-list success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mes actions"), "html", null, true);
echo "</span></a>
<a href='";
// line 132
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant-update-profile-password");
echo "' class='relative adapt bottom-10'><i class='fa fa-unlock-alt success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Modifier mon mot de passe"), "html", null, true);
echo "</span></a>
<a href='";
// line 133
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applicant_logout");
echo "' class='relative '><i class='fa fa-sign-out-alt gray-alt right-10 adapt'></i> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Se déconnecter"), "html", null, true);
echo "</a>
</div>
</div>
</div>
";
} else {
// line 138
echo " <div class=\"flex row middle center\">
<a data-target=\"#login-box\" class=\"os-click flex row middle ";
// line 139
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("white bg-warning medium radius-5 vt-10-in hz-20-in"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("border border-1x border-success radius-3 vt-3-in hz-7-in p-alt"), "html", null, true);
echo "\">
<i class=\"fa fa-user adapt ";
// line 140
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("success"), "html", null, true);
echo "\"></i>
<span class=\"";
// line 141
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-10"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("left-8 success medium"), "html", null, true);
echo " nowrap\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["static"]) || array_key_exists("static", $context) ? $context["static"] : (function () { throw new RuntimeError('Variable "static" does not exist.', 141, $this->source); })()), "MenuAccountButtonText", [], "any", false, false, false, 141), "html", null, true);
echo "</span>
</a>
</div>
";
}
// line 145
echo " </div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 98
public function block_menu($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 99
echo " <div class=\"flex row middle center ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo "\">
<menu id='menu' class='fill transition-alt ";
// line 100
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h100"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("bg-success fixed top left htop w100 anim-display anim-from-right"), "html", null, true);
echo "'>
";
// line 101
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::menu", ["activeMenu" => ((array_key_exists("menu", $context)) ? ((isset($context["menu"]) || array_key_exists("menu", $context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.', 101, $this->source); })())) : (""))]));
echo "
</menu>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 152
public function block_banner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
// line 153
echo " <div id='' class='relative w100 htop-in ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("flex row"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
<div id='' class='banner relative w100 ";
// line 154
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
<figure class=\"fill relative hoverflow\">
<img src=\"";
// line 156
echo twig_escape_filter($this->env, (isset($context["b"]) || array_key_exists("b", $context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.', 156, $this->source); })()), "html", null, true);
echo "\" class=\"cover\">
</figure>
<div class=\"absolute fill top left gpadding gradient-banner\">
";
// line 159
$this->displayBlock('titlebox', $context, $blocks);
// line 164
echo " </div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 159
public function block_titlebox($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
// line 160
echo " <div class=\"fill relative flex col middle\">
<h1 class=\"white\">";
// line 161
echo (((array_key_exists("title", $context) && (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 161, $this->source); })()))) ? ((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 161, $this->source); })())) : ("Espace recrutement"));
echo "</h1>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 168
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 169
echo " <div id='content' class='bg-white content relative'>
";
// line 170
$this->displayBlock('content', $context, $blocks);
// line 172
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 170
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 171
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 191
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 192
echo " ";
echo twig_include($this->env, $context, "footer.html.twig");
echo "
";
// line 206
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 316
public function block_js($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
// line 317
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "template.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1043 => 317, 1033 => 316, 1023 => 206, 1018 => 192, 1008 => 191, 998 => 171, 988 => 170, 977 => 172, 975 => 170, 972 => 169, 962 => 168, 949 => 161, 946 => 160, 936 => 159, 923 => 164, 921 => 159, 915 => 156, 908 => 154, 901 => 153, 891 => 152, 877 => 101, 871 => 100, 866 => 99, 856 => 98, 842 => 145, 832 => 141, 828 => 140, 823 => 139, 820 => 138, 810 => 133, 804 => 132, 798 => 131, 790 => 128, 784 => 127, 776 => 124, 770 => 123, 762 => 120, 756 => 119, 750 => 118, 746 => 117, 737 => 111, 729 => 110, 725 => 109, 722 => 108, 720 => 107, 716 => 105, 714 => 98, 701 => 94, 697 => 93, 689 => 92, 683 => 91, 677 => 87, 675 => 86, 670 => 85, 667 => 84, 660 => 80, 652 => 78, 647 => 77, 640 => 73, 636 => 72, 631 => 71, 628 => 70, 625 => 69, 622 => 68, 615 => 64, 607 => 62, 602 => 61, 599 => 60, 597 => 59, 592 => 56, 582 => 52, 576 => 51, 566 => 50, 561 => 49, 557 => 48, 550 => 46, 547 => 45, 537 => 44, 526 => 207, 524 => 191, 521 => 190, 510 => 186, 502 => 185, 494 => 184, 486 => 183, 477 => 182, 474 => 181, 468 => 180, 466 => 179, 461 => 177, 454 => 176, 452 => 175, 449 => 174, 446 => 168, 444 => 152, 440 => 150, 438 => 44, 431 => 43, 429 => 41, 428 => 39, 427 => 38, 424 => 37, 414 => 36, 396 => 33, 384 => 318, 382 => 316, 363 => 300, 359 => 299, 355 => 298, 351 => 297, 348 => 296, 345 => 295, 339 => 292, 330 => 287, 327 => 286, 325 => 285, 319 => 283, 317 => 282, 314 => 281, 310 => 279, 300 => 275, 295 => 272, 291 => 271, 287 => 269, 284 => 268, 282 => 267, 279 => 266, 275 => 264, 265 => 260, 260 => 257, 256 => 256, 252 => 254, 249 => 253, 247 => 252, 237 => 245, 226 => 239, 208 => 226, 201 => 224, 186 => 214, 179 => 209, 177 => 36, 173 => 34, 171 => 33, 164 => 29, 160 => 28, 156 => 27, 152 => 26, 148 => 25, 143 => 24, 139 => 23, 135 => 22, 130 => 20, 126 => 19, 121 => 17, 117 => 16, 112 => 15, 108 => 14, 104 => 13, 99 => 11, 93 => 8, 88 => 6, 81 => 4, 78 => 3, 68 => 2, 45 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'Default/parameters.html.twig' %}
{% block html %}
<!doctype html>
<html lang='{{ app.request.locale ?? \"fr\" }}' class='{{desktop(\"adapt\")}}'>
<head>
<title>{{t}}</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='{{d}}' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='{{app.request.uri}}' />
<meta property='og:type' content='article' />
<meta property='og:title' content='{{t}}' data-dynamic='true' />
<meta property='og:description' content='{{d}}' data-dynamic='true' />
<meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
<meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
<meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='{{sitename}}' />
<meta property='twitter:url' content='{{app.request.uri}}' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='{{t}}' />
<meta property='twitter:description' content='{{d}}' />
<meta property='twitter:image' content='{{w}}{{thumb}}' />
<link rel=\"icon\" href=\"{{asset('images/favicon.ico')}}\">
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-style.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/style.css\")~\"?V1\"}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/jobs.css\")}}' />
<script src=\"https://kit.fontawesome.com/5c0ab7f24a.js\" crossorigin=\"anonymous\"></script>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css\"/>
{% block css %}{% endblock %}
</head>
<body>
{% block container %}
<div id='container' class='container relative w100 hoverflow'>
{% set platforms = [
{icon:\"home\", \"label\":(isMobile() ? \"\" : \"home\"|trans), link: static.PrincipalWebsiteLink, active:false},
{icon:\"user-tie\", \"label\":(isMobile() ? \"\" : \"recruitment\"|trans), link: path('home'), active:true},
{icon:\"briefcase\", \"label\":(isMobile() ? \"\" : \"provider space\"|trans), link: static.ProviderWebsiteLink, active:false},
] %}
<header id='header' class='fixed shadow left top w100 hheight transition-alt visible {{desktop(\"\")}} {{mobile(\"\")}}'>
{% block header %}
<div class=\"flex col h100\">
<nav class=\"bg-success gpadding flex row space {{desktop('gpadding')}} {{mobile('hz-20-in')}}\">
<ul class=\"list flex row p-alt white\">
{% for o in platforms %}
<li class=\"{{desktop('right-30')}}\">
<a class=\"iflex row middle upper {{ desktop(\"vt-15-in\")}}{{ mobile(\"vt-10-in\")}} {{ desktop(o.active ? 'bg-white success hz-20-in bold' : \"medium hz-20-in\")}}{{ mobile(o.active ? 'bg-white success hz-15-in' : \"hz-15-in\")}}\" href=\"{{o.link}}\">
<i class=\"fa fa-{{o.icon}} {{desktop('right-8')}}\"></i>
{{ o.label }}
</a>
</li>
{% endfor %}
</ul>
<div class=\"h100 flex row middle\">
<ul class=\"list flex row p-alt white\">
{% if role.isConnected %}
{% if isDesktop() %}
<li class=\"{{desktop('left-30')}}\">
<a href=\"{{ path('applicant-profile') }}\" class=\"{{ desktop(\"iflex\") }}{{ mobile(\"flex\") }} row middle\">
<i class=\"fa fa-account right-8\"></i>
{{ app.user.email }}
</a>
</li>
{% endif %}
{% else %}
{% if isDesktop() %}
<li>
<a data-target=\"#login-box\" class=\"os-click {{ desktop(\"iflex\") }}{{ mobile(\"flex\") }} row middle medium\">
<i class=\"fa fa-user-tie right-8 {{ mobile(\"top-2\") }}\"></i>
{{ \"sign in\"|trans }}
</a>
</li>
{% endif %}
<li class=\"{{desktop('left-30')}}\">
<a href=\"{{ path('applicant_register') }}\" class=\"{{ desktop(\"iflex\") }}{{ mobile(\"flex\") }} row middle medium\">
<i class=\"fa fa-lock right-8\"></i>
{{ \"sign up\"|trans }}
</a>
</li>
{% endif %}
</ul>
<span class=\"{{ desktop(\"left-30\")}}{{ mobile(\"left-15\")}} white\">
{% include '_locale_switcher.html.twig' %}
</span>
</div>
</nav>
<div class='w100 bg-white h100 relative flex row space gpadding {{desktop(\"\")}} {{mobile(\"\")}}'>
<a class=\"relative iflex row {{desktop(\" vt-20-in\")}} {{mobile(\"vt-10-in\")}}\" href=\"{{path('home')}}\">
<figure id='logo' href='{{path(\"home\")}}' class='relative'>
<img src=\"{{asset(os_param('logo'))}}\" class='{{desktop('block')}} {{mobile('h100 absolute')}}' style=\"{{desktop('height: 3.71643469vw')}}\">
</figure>
</a>
{% block menu %}
<div class=\"flex row middle center {{desktop('')}}\">
<menu id='menu' class='fill transition-alt {{desktop(\"h100\")}} {{mobile(\"bg-success fixed top left htop w100 anim-display anim-from-right\")}}'>
{{render(controller('App\\\\Controller\\\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
</menu>
</div>
{% endblock %}
<div class=\"relative flex row\">
{% if role.connected %}
<div class=\"relative\">
<div data-target=\"#actions-box\" class=\"pointer os-click adapt left-30 flex row middle h100\" title=\"{{ \"Mon profil\"|trans }}\">
<span class=\"vt-4-in left-15-in right-25-in {{ isDesktop() ? \"bg-warning white\" : \"bg-gray black-alt\" }} {{ desktop(\"shadow-alt-2\") }}\" style=\"transform: translateX(var(--15px))\">{{ app.user.fName }}</span>
<figure class=\"icon {{ desktop(\"big\")}} circle relative hoverflow shadow-alt-2 bg-warning\">
<div class=\"fill flex col middle center\">
<i class=\"fa h3 fa-user adapt white\"></i>
</div>
</figure>
</div>
<div id='actions-box' class='anim-display anim-show absolute {{ desktop(\"right-20\") }} right ytop-100 adapt'>
<div class='nowrap {{desktop(\"padding-40\")}} {{mobile(\"padding-20 border border-success\")}} bg-white black-alt shadow-alt radius-5 flex col p adapt'>
<a href='{{ path('applicant-profile') }}' class='relative adapt bottom-10'><i class='far fa-user success right-10 adapt'></i><span> {{ \"Mon profil\"|trans }} </span></a>
<a href='{{ path('job-application') }}' class='relative adapt bottom-10'><i class='far fa-file success right-10 adapt'></i><span> {{ \"Mes candidatures\"|trans }} </span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='{{ path('applicant-diplomas-and-formations') }}' class='relative adapt bottom-10'><i class='far fa-file-pdf success right-10 adapt'></i><span> {{ \"Mes diplômes et formations\"|trans }} </span></a>
<a href='{{ path('applicant-experiences') }}' class='relative adapt bottom-10'><i class='far fa-file-pdf success right-10 adapt'></i><span> {{ \"Mes expériences professionnelles\"|trans }} </span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='{{ path('applicant-parameters') }}' class='relative adapt bottom-10'><i class='fa fa-cog success right-10 adapt'></i><span> {{ \"Mes paramètres\"|trans }} </span></a>
<a href='{{ path('applicant-update-profile') }}' class='relative adapt bottom-10'><i class='fa fa-pen success right-10 adapt'></i><span> {{ \"Modifier mon profil\"|trans }}</span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='{{ path('applicant-profile-activities') }}' class='relative adapt bottom-10'><i class='fa fa-list success right-10 adapt'></i><span> {{ \"Mes actions\"|trans }}</span></a>
<a href='{{ path('applicant-update-profile-password') }}' class='relative adapt bottom-10'><i class='fa fa-unlock-alt success right-10 adapt'></i><span> {{ \"Modifier mon mot de passe\"|trans }}</span></a>
<a href='{{path(\"applicant_logout\")}}' class='relative '><i class='fa fa-sign-out-alt gray-alt right-10 adapt'></i> {{ \"Se déconnecter\"|trans }}</a>
</div>
</div>
</div>
{% else %}
<div class=\"flex row middle center\">
<a data-target=\"#login-box\" class=\"os-click flex row middle {{desktop('white bg-warning medium radius-5 vt-10-in hz-20-in')}}{{mobile('border border-1x border-success radius-3 vt-3-in hz-7-in p-alt')}}\">
<i class=\"fa fa-user adapt {{ mobile(\"success\") }}\"></i>
<span class=\"{{ desktop(\"left-10\")}}{{ mobile(\"left-8 success medium\")}} nowrap\">{{ static.MenuAccountButtonText }}</span>
</a>
</div>
{% endif %}
</div>
</div>
</div>
{% endblock header %}
</header>
{% block banner %}
<div id='' class='relative w100 htop-in {{desktop(\"flex row\")}} {{mobile(\"\")}}'>
<div id='' class='banner relative w100 {{desktop(\"\")}} {{mobile(\"\")}}'>
<figure class=\"fill relative hoverflow\">
<img src=\"{{b}}\" class=\"cover\">
</figure>
<div class=\"absolute fill top left gpadding gradient-banner\">
{% block titlebox %}
<div class=\"fill relative flex col middle\">
<h1 class=\"white\">{{title is defined and title ? (title|raw) : \"Espace recrutement\"}}</h1>
</div>
{% endblock %}
</div>
</div>
</div>
{% endblock banner %}
{% block body %}
<div id='content' class='bg-white content relative'>
{% block content %}
{% endblock content %}
</div>
{% endblock body %}
{% if isMobile() and not home and noShare is not defined %}
<div class='flex row middle space bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}'>
<h2 class='h6 success-alt upper vt-8-in font-alt bold'>{{ \"Partager cette page\"|trans }}</h2>
<div class='flex row middle success-alt'>
{% set link = app.request.uri %}
{% if title is not defined %}{% set title = \"Site web du \"~sitename %} {% endif %}
{% set class = \"iflex col middle center h2 \"~ desktop('left-20')~ mobile('left-8') %}
<a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>
<a class='{{class}}' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u={{link}}&t={{title}}'><i class='transition fab fa-facebook-square'></i></a>
<a class='{{class}}' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text={{title}}&url={{link}}'><i class='transition fab fa-twitter'></i></a>
<a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&body=Je vous invite à lire cette page : {{link}}.'><i class='transition fa fa-envelope'></i></a>
<a class='{{class}}' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url={{link}}&title={{title}}'><i class='transition fab fa-linkedin'></i></a>
</div>
</div>
{% endif %}
{% block footer %}
{{ include('footer.html.twig') }}
{#
<footer id=\"footer\" class=\"bg-success relative gpadding flex col center {{desktop('vt-60-in op-40')}} {{mobile(' text-center vt-40-in')}}\">
<figure class=\"relative hoverflow {{desktop('gheight gwidth')}} {{mobile('icon medium')}}\">
<img src=\"{{l}}\" class=\"block contain\">
</figure>
<div class=\"relative flex row center text-center {{desktop('gpadding top-20')}}{{mobile('')}}\">
<p class=\"white\">
© Copyright {{\"now\"|date('Y')}}
<br>{{sitename}}
</p>
</div>
</footer>
#}
{% endblock footer %}
</div>
{% endblock container %}
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
<div class='hpadding fill flex row center middle'>
<div class='relative shadow {{desktop(\"half_80 vt-80-in hz-80-in\")}} {{mobile(\"vt-20-in hz-20-in\")}} bg-white'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
<div class='w100 flex col around'>
<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
<p class='h6 upper text-left top-20 bottom-20'>Produits, services, actualités, etc.</p>
<div class='flex row'>
<div class='bg-gray w100'>
<input id='searchInput' data-action='#' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in {{desktop(\"hz-40-in\")}} {{mobile(\"hz-20-in\")}} block w100' placeholder='Saisissez votre recherche ici'>
</div>
<div class='relative flex col middle center {{desktop(\"\")}} {{mobile(\"\")}} vt-10-in hz-20-in bg-success'>
<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='login-box' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
<div class='hpadding fill flex row center middle'>
<div class='relative shadow {{desktop(\"half_80 vt-80-in hz-80-in\")}} {{mobile(\"vt-20-in hz-20-in\")}} bg-white'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#login-box' class='block icon close contain filter-white os-click'></span>
</div>
<div class='w100 flex col around'>
<div class='flex col middle top-20'>
{{ include('security/_applicant_login_form.html.twig') }}
</div>
</div>
</div>
</div>
</div>
{% set notices = app.session.flashBag.get('notice') %}
{% if notices|length %}
<div class='popup show gpadding flex col middle center'>
<span class='icon contain close os-close filter-white absolute top right'></span>
{% for notice in notices %}
<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
<div class='flex row success text-left'>
<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
<p class='h4 black'>{{notice|raw}}</p>
</div>
</div>
{% endfor %}
</div>
{% endif %}
{% set errors = app.session.flashBag.get('error') %}
{% if errors|length %}
<div class='popup show gpadding flex col middle center'>
<span class='icon contain close os-close filter-white absolute top right'></span>
{% for error in errors %}
<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
<div class='flex row error text-left'>
<i class='fa fa-thumbs-down fa-3x top-5 right-20'></i>
<p class='h4 black'>{{error|raw}}</p>
</div>
</div>
{% endfor %}
</div>
{% endif %}
{% if not app.request.cookies.get('cookiesChecked') %}
{{render(controller('App\\\\Controller\\\\CookiesController::index'))}}
{% if os_param('GA') and app.request.schemeAndHttpHost() != 'http://localhost' %}
{% set code = os_param('GA') %}
<script async src=\"https://www.googletagmanager.com/gtag/js?id={{code}}\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{code}}');
</script>
{% endif %}
{% endif %}
<script src='{{asset(\"js/jquery-3.6.0.min.js\")}}'></script>
<script src='{{asset(\"js/os-script.js\")}}?v=004'></script>
<script src='{{asset(\"js/script.js\")}}?v=004'></script>
<script src='{{asset(\"js/cookies.js\")}}?v=004'></script>
<script>
\$(document).on('click','.os-click',function(e){
const loginForm = \$(\".loginForm\");
const targetPath = \$(this).attr('data-target-path');
if(targetPath && loginForm){
const formTarget = \$('<input type=\"hidden\" class=\"_target_path\" name=\"_target_path\" value=\"' + targetPath + '\"/>');
loginForm.append(formTarget);
}else if(loginForm.find('input._target_path')){
loginForm.find('input._target_path').remove();
}
});
</script>
{% block js %}
{% endblock %}
</body>
</html>
{% endblock %}
{#
https://nsia.olasoft.net/css/os-style.css
https://nsia.olasoft.net/js/os-script.js
#}
", "template.html.twig", "/home/olasoftnka/nsia-jobs/templates/template.html.twig");
}
}