<?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_3ab77795ae5185870a223d44c04b71b6 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"), "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 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/provider.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 34
$this->displayBlock('css', $context, $blocks);
// line 35
echo " </head>
<body>
";
// line 37
$this->displayBlock('container', $context, $blocks);
// line 201
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 206
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 216
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 218
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 231
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 hz-10 w100"), "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 237
echo twig_include($this->env, $context, "security/_provider_login_form.html.twig");
echo "
</div>
</div>
</div>
</div>
</div>
";
// line 244
$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.', 244, $this->source); })()), "session", [], "any", false, false, false, 244), "flashBag", [], "any", false, false, false, 244), "get", [0 => "notice"], "method", false, false, false, 244);
// line 245
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.', 245, $this->source); })()))) {
// line 246
echo " <div class='popup show gpadding flex col middle center'>
<span class='icon contain close os-close filter-white absolute top right'></span>
";
// line 248
$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.', 248, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
// line 249
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 252
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 256
echo " </div>
";
}
// line 258
echo "
";
// line 259
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.', 259, $this->source); })()), "request", [], "any", false, false, false, 259), "cookies", [], "any", false, false, false, 259), "get", [0 => "cookiesChecked"], "method", false, false, false, 259)) {
// line 260
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CookiesController::index"));
echo "
";
// line 262
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.', 262, $this->source); })()), "request", [], "any", false, false, false, 262), "schemeAndHttpHost", [], "method", false, false, false, 262) != "http://localhost"))) {
// line 263
echo " ";
$context["code"] = $this->env->getFunction('os_param')->getCallable()("GA");
// line 264
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.', 264, $this->source); })()), "html", null, true);
echo "\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '";
// line 269
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.', 269, $this->source); })()), "html", null, true);
echo "');
</script>
";
}
// line 272
echo " ";
}
// line 273
echo "
<script src='";
// line 274
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 275
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 276
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 277
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/cookies.js"), "html", null, true);
echo "?v=004'></script>
";
// line 279
$this->displayBlock('js', $context, $blocks);
// line 281
echo " </body>
</html>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 34
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 37
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 38
echo " <div id='container' class='container relative w100 hoverflow'>
";
// line 39
$context["platforms"] = [0 => ["icon" => "home", "label" => (($this->env->getFunction('isMobile')->getCallable()()) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Accueil"))), "link" => twig_get_attribute($this->env, $this->source, // line 40
(isset($context["static"]) || array_key_exists("static", $context) ? $context["static"] : (function () { throw new RuntimeError('Variable "static" does not exist.', 40, $this->source); })()), "PrincipalWebsiteLink", [], "any", false, false, false, 40), "active" => false], 1 => ["icon" => "user-tie", "label" => (($this->env->getFunction('isMobile')->getCallable()()) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Recrutement"))), "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); })()), "JobsWebsiteLink", [], "any", false, false, false, 41), "active" => false], 2 => ["icon" => "briefcase", "label" => (($this->env->getFunction('isMobile')->getCallable()()) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Espace fournisseur"))), "link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home"), "active" => true]];
// line 44
echo " <header id='header' class='fixed shadow left top w100 hheight transition-alt visible'>
";
// line 45
$this->displayBlock('header', $context, $blocks);
// line 139
echo " </header>
";
// line 141
$this->displayBlock('banner', $context, $blocks);
// line 160
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 166
echo "
";
// line 167
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.', 167, $this->source); })())) && !array_key_exists("noShare", $context))) {
// line 168
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-10-in"), "html", null, true);
echo "'>
<h2 class='h6 success-alt upper vt-8-in font-alt bold'>";
// line 169
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 171
$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.', 171, $this->source); })()), "request", [], "any", false, false, false, 171), "uri", [], "any", false, false, false, 171);
// line 172
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.', 172, $this->source); })()));
echo " ";
}
// line 173
echo " ";
$context["class"] = (("iflex col middle center " . $this->env->getFunction('desktop')->getCallable()("left-20 h2")) . $this->env->getFunction('mobile')->getCallable()("left-8 h3"));
// line 174
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.', 174, $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.', 174, $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.', 174, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-whatsapp'></i></a>
<a class='";
// line 175
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.', 175, $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.', 175, $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.', 175, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-facebook-square'></i></a>
<a class='";
// line 176
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.', 176, $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.', 176, $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.', 176, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-twitter'></i></a>
<a class='";
// line 177
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.', 177, $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.', 177, $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.', 177, $this->source); })()), "html", null, true);
echo ".'><i class='transition fa fa-envelope'></i></a>
<a class='";
// line 178
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.', 178, $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.', 178, $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.', 178, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-linkedin'></i></a>
</div>
</div>
";
}
// line 182
echo "
";
// line 183
$this->displayBlock('footer', $context, $blocks);
// line 199
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 45
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 46
echo " <div class=\"flex col h100\">
<nav class=\"bg-success flex row space ";
// line 47
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 49
$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.', 49, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
// line 50
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 51
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, 51)) ? ("bg-white success hz-20-in bold") : ("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, 51)) ? ("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, 51), "html", null, true);
echo "\">
<i class=\"fa fa-";
// line 52
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["o"], "icon", [], "any", false, false, false, 52), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("right-8"), "html", null, true);
echo "\"></i>
";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["o"], "label", [], "any", false, false, false, 53), "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 57
echo " </ul>
<div class=\"h100 flex row ";
// line 58
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-10-in"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-3-in"), "html", null, true);
echo " middle\">
";
// 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 " <span class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-30"), "html", null, true);
echo " flex col middle\">
<a class=\"iflex row middle white ";
// line 61
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("h6 nowrap"), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("provider_login");
echo "\">
<i class=\"fa fa-lock right-8 h6\"></i>
";
// line 63
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sign in"), "html", null, true);
echo "
</a>
</span>
";
} elseif ($this->env->getFunction('isDesktop')->getCallable()()) {
// line 67
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-30"), "html", null, true);
echo " white\">";
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.', 67, $this->source); })()), "user", [], "any", false, false, false, 67), "email", [], "any", false, false, false, 67), "html", null, true);
echo "</span>
";
}
// line 69
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-20"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("left-15"), "html", null, true);
echo " white\">
";
// line 70
$this->loadTemplate("_locale_switcher.html.twig", "template.html.twig", 70)->display($context);
// line 71
echo " </span>
</div>
</nav>
<div class='w100 bg-white h100 relative flex row space gpadding ";
// line 75
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 76
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 77
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "' class='relative'>
<img src=\"";
// line 78
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 82
$this->displayBlock('menu', $context, $blocks);
// line 89
echo "
<div class=\"relative flex row\">
";
// line 91
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.', 91, $this->source); })()), "connected", [], "any", false, false, false, 91)) {
// line 92
echo " <div class=\"relative\">
<div data-target=\"#actions-box\" class=\"os-click adapt left-30 flex row middle h100\">
<span class=\"bg-warning white p-alt ";
// line 94
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("shadow-alt-2 vt-4-in left-15-in right-25-in"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-2-in left-10-in right-20-in p-alt"), "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.', 94, $this->source); })()), "user", [], "any", false, false, false, 94), "socialReason", [], "any", false, false, false, 94), "html", null, true);
echo "</span>
<figure class=\"pointer icon ";
// line 95
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("big"), "html", null, true);
echo " circle relative hoverflow ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("shadow-alt-2"), "html", null, true);
echo " 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 101
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 102
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 103
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("post-invoice-deposit");
echo "' class='relative adapt bottom-10'><i class='fas fa-file-invoice success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Deposit invoice"), "html", null, true);
echo " </span></a>
<a href='";
// line 104
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("deposit-invoice-list");
echo "' class='relative adapt bottom-10'><i class='fa fa-list-ul success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Deposit invoice list"), "html", null, true);
echo " </span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='";
// line 108
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile-documents");
echo "' class='relative adapt bottom-10'><i class='far fa-folder success right-10 adapt'></i><span> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("my documents"), "html", null, true);
echo "</span></a>
<a href='";
// line 109
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("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("edit profile"), "html", null, true);
echo "</span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='";
// line 113
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("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("my activities"), "html", null, true);
echo "</span></a>
<a href='";
// line 114
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("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("edit password"), "html", null, true);
echo "</span></a>
<a href='";
// line 115
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("provider_logout");
echo "' class='relative '><i class='fa fa-sign-out-alt gray-alt right-10 adapt'></i> Se déconnecter</a>
</div>
</div>
</div>
";
} else {
// line 120
echo " <div class=\"flex row middle center\">
<a data-target=\"#login-box\" class=\"os-click flex row middle ";
// line 121
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-warning radius-3 vt-3-in hz-7-in p-alt"), "html", null, true);
echo "\">
<i class=\"fa fa-user adapt ";
// line 122
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("warning"), "html", null, true);
echo "\"></i>
<span class=\"";
// line 123
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 warning 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.', 123, $this->source); })()), "MenuAccountButtonText", [], "any", false, false, false, 123), "html", null, true);
echo "</span>
</a>
</div>
";
}
// line 127
echo " ";
if (($this->env->getFunction('isMobile')->getCallable()() && !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.', 127, $this->source); })()), "connected", [], "any", false, false, false, 127))) {
// line 128
echo " ";
// line 133
echo " ";
}
// line 134
echo " </div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 82
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 83
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 84
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 85
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.', 85, $this->source); })())) : (""))]));
echo "
</menu>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 141
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 142
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 143
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("flex col middle"), "html", null, true);
echo "'>
<figure class=\"fill relative hoverflow ";
// line 144
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("absolute fill top left"), "html", null, true);
echo "\">
<img src=\"";
// line 145
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.', 145, $this->source); })()), "html", null, true);
echo "\" class=\"cover\">
</figure>
";
// line 147
if ($this->env->getFunction('isMobile')->getCallable()()) {
// line 148
echo " <div class=\"absolute fill top left gradient-banner\"></div>
";
}
// line 150
echo " <div class=\"";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("absolute fill top left"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("fill vt-20-in"), "html", null, true);
echo " gpadding gradient-banner\">
";
// line 151
$this->displayBlock('titlebox', $context, $blocks);
// line 156
echo " </div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 151
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 152
echo " <div class=\"fill relative flex col middle\">
<h1 class=\"white\">";
// line 153
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.', 153, $this->source); })()))) ? ((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 153, $this->source); })())) : ("Espace fournisseur"));
echo "</h1>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 160
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 161
echo " <div id='content' class='bg-white content relative'>
";
// line 162
$this->displayBlock('content', $context, $blocks);
// line 164
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 162
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 163
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 183
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 184
echo " ";
echo twig_include($this->env, $context, "footer.html.twig");
echo "
";
// line 198
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 279
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 280
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 ( 955 => 280, 945 => 279, 935 => 198, 930 => 184, 920 => 183, 910 => 163, 900 => 162, 889 => 164, 887 => 162, 884 => 161, 874 => 160, 861 => 153, 858 => 152, 848 => 151, 835 => 156, 833 => 151, 827 => 150, 823 => 148, 821 => 147, 816 => 145, 812 => 144, 808 => 143, 801 => 142, 791 => 141, 777 => 85, 771 => 84, 766 => 83, 756 => 82, 742 => 134, 739 => 133, 737 => 128, 734 => 127, 724 => 123, 720 => 122, 715 => 121, 712 => 120, 704 => 115, 698 => 114, 692 => 113, 683 => 109, 677 => 108, 668 => 104, 662 => 103, 656 => 102, 652 => 101, 641 => 95, 634 => 94, 630 => 92, 628 => 91, 624 => 89, 622 => 82, 609 => 78, 605 => 77, 597 => 76, 591 => 75, 585 => 71, 583 => 70, 577 => 69, 569 => 67, 562 => 63, 555 => 61, 550 => 60, 548 => 59, 543 => 58, 540 => 57, 530 => 53, 524 => 52, 514 => 51, 509 => 50, 505 => 49, 498 => 47, 495 => 46, 485 => 45, 474 => 199, 472 => 183, 469 => 182, 458 => 178, 450 => 177, 442 => 176, 434 => 175, 425 => 174, 422 => 173, 416 => 172, 414 => 171, 409 => 169, 402 => 168, 400 => 167, 397 => 166, 394 => 160, 392 => 141, 388 => 139, 386 => 45, 383 => 44, 381 => 41, 380 => 40, 379 => 39, 376 => 38, 366 => 37, 348 => 34, 336 => 281, 334 => 279, 329 => 277, 325 => 276, 321 => 275, 317 => 274, 314 => 273, 311 => 272, 305 => 269, 296 => 264, 293 => 263, 291 => 262, 285 => 260, 283 => 259, 280 => 258, 276 => 256, 266 => 252, 261 => 249, 257 => 248, 253 => 246, 250 => 245, 248 => 244, 238 => 237, 227 => 231, 209 => 218, 202 => 216, 187 => 206, 180 => 201, 178 => 37, 174 => 35, 172 => 34, 165 => 30, 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\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/provider.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() ? \"\" : \"Accueil\"|trans), link: static.PrincipalWebsiteLink, active:false},
{icon:\"user-tie\", \"label\": (isMobile() ? \"\" : \"Recrutement\"|trans), link: static.JobsWebsiteLink, active:false},
{icon:\"briefcase\", \"label\": (isMobile() ? \"\" : \"Espace fournisseur\"|trans), link:path('home'), active:true},
] %}
<header id='header' class='fixed shadow left top w100 hheight transition-alt visible'>
{% block header %}
<div class=\"flex col h100\">
<nav class=\"bg-success 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' : \"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 {{ desktop(\"vt-10-in\") }}{{ mobile(\"vt-3-in\") }} middle\">
{% if not role.isConnected %}
<span class=\"{{desktop('left-30')}} flex col middle\">
<a class=\"iflex row middle white {{ mobile(\"h6 nowrap\") }}\" href=\"{{ path('provider_login') }}\">
<i class=\"fa fa-lock right-8 h6\"></i>
{{ \"sign in\"|trans }}
</a>
</span>
{% elseif isDesktop() %}
<span class=\"{{desktop('left-30')}} white\">{{ app.user.email }}</span>
{% endif %}
<span class=\"{{ desktop(\"left-20\")}}{{ 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=\"os-click adapt left-30 flex row middle h100\">
<span class=\"bg-warning white p-alt {{ desktop(\"shadow-alt-2 vt-4-in left-15-in right-25-in\") }}{{ mobile(\"vt-2-in left-10-in right-20-in p-alt\") }}\" style=\"transform: translateX(var(--15px))\">{{ app.user.socialReason }}</span>
<figure class=\"pointer icon {{ desktop(\"big\") }} circle relative hoverflow {{ desktop(\"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('post-invoice-deposit')}}' class='relative adapt bottom-10'><i class='fas fa-file-invoice success right-10 adapt'></i><span> {{ \"Deposit invoice\"|trans }} </span></a>
<a href='{{path('deposit-invoice-list')}}' class='relative adapt bottom-10'><i class='fa fa-list-ul success right-10 adapt'></i><span> {{ \"Deposit invoice list\"|trans }} </span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='{{ path('profile-documents') }}' class='relative adapt bottom-10'><i class='far fa-folder success right-10 adapt'></i><span> {{ \"my documents\"|trans }}</span></a>
<a href='{{ path('update-profile') }}' class='relative adapt bottom-10'><i class='fa fa-pen success right-10 adapt'></i><span> {{ \"edit profile\"|trans }}</span></a>
<span class=\"block top-1-in vt-8 bg-gray-alt\"></span>
<a href='{{ path('profile-activities') }}' class='relative adapt bottom-10'><i class='fa fa-list success right-10 adapt'></i><span> {{ \"my activities\"|trans }}</span></a>
<a href='{{ path('update-profile-password') }}' class='relative adapt bottom-10'><i class='fa fa-unlock-alt success right-10 adapt'></i><span> {{ \"edit password\"|trans }}</span></a>
<a href='{{path(\"provider_logout\")}}' class='relative '><i class='fa fa-sign-out-alt gray-alt right-10 adapt'></i> Se déconnecter</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-warning radius-3 vt-3-in hz-7-in p-alt')}}\">
<i class=\"fa fa-user adapt {{ mobile(\"warning\") }}\"></i>
<span class=\"{{ desktop(\"left-10\")}}{{ mobile(\"left-8 warning medium\")}} nowrap\">{{ static.MenuAccountButtonText }}</span>
</a>
</div>
{% endif %}
{% if isMobile() and not role.connected%}
{#
<div id='btn-menu' class='{{ desktop(\"left-25\")}}{{ mobile(\"left-15\")}} flex col middle os-click' data-target='#menu'>
<i class='fa fa-bars h2 black-alt'></i>
</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 {{mobile(\"flex col middle\")}}'>
<figure class=\"fill relative hoverflow {{mobile(\"absolute fill top left\")}}\">
<img src=\"{{b}}\" class=\"cover\">
</figure>
{% if isMobile() %}
<div class=\"absolute fill top left gradient-banner\"></div>
{% endif %}
<div class=\"{{ desktop(\"absolute fill top left\")}}{{ mobile(\"fill vt-20-in\")}} gpadding gradient-banner\">
{% block titlebox %}
<div class=\"fill relative flex col middle\">
<h1 class=\"white\">{{title is defined and title ? (title|raw) : \"Espace fournisseur\"}}</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-10-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 \"~ desktop('left-20 h2')~ mobile('left-8 h3') %}
<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 hz-10 w100\")}} 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/_provider_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 %}
{% 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>
{% block js %}
{% endblock %}
</body>
</html>
{% endblock %}
", "template.html.twig", "/home/olasoftnka/nsia-provider/templates/template.html.twig");
}
}