<?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;
/* Default/base.html.twig */
class __TwigTemplate_6cf3b9e86d26465583078c7e0a03a5041af170bd31d30267761b8cd11516acd2 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'],
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'js' => [$this, 'block_js'],
'script' => [$this, 'block_script'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "Default/parameters.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Default/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Default/base.html.twig"));
// line 1
$context["hasReCaptcha"] = true;
// line 2
$this->parent = $this->loadTemplate("Default/parameters.html.twig", "Default/base.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_html($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
// line 4
echo "<!doctype html>
<html lang='fr' class='";
// line 5
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["adapt"]), "html", null, true);
echo "'>
<head>
<title>";
// line 7
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.', 7, $this->source); })()), "html", null, true);
echo "</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='";
// line 9
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.', 9, $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 12
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.', 12, $this->source); })()), "request", [], "any", false, false, false, 12), "uri", [], "any", false, false, false, 12), "html", null, true);
echo "' />
<meta property='og:type' content='article' />
<meta property='og:title' content='";
// line 14
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.', 14, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:description' content='";
// line 15
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.', 15, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:image' content='";
// line 16
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.', 16, $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.', 16, $this->source); })()), "html", null, true);
echo "?v=001' data-dynamic='true' />
<meta property='og:image:width' 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); })()), "width", [], "any", false, false, false, 17), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:image:height' content='";
// line 18
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.', 18, $this->source); })()), "height", [], "any", false, false, false, 18), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='";
// line 20
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.', 20, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:url' content='";
// line 21
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.', 21, $this->source); })()), "request", [], "any", false, false, false, 21), "uri", [], "any", false, false, false, 21), "html", null, true);
echo "' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='";
// line 23
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.', 23, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:description' content='";
// line 24
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.', 24, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:image' content='";
// line 25
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.', 25, $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.', 25, $this->source); })()), "html", null, true);
echo "' />
<link rel=\"icon\" href=\"";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html", null, true);
echo "?v=001\">
<link type='text/css' rel='stylesheet' href='";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-style.css"), "html", null, true);
echo "?v=002' />
<link type='text/css' rel='stylesheet' href='";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html", null, true);
echo "?v=004' />
<link type='text/css' rel='stylesheet' href='";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-anim.css"), "html", null, true);
echo "' />
<script src=\"https://kit.fontawesome.com/6451c614e6.js\" crossorigin=\"anonymous\"></script>
";
// line 31
$this->displayBlock('css', $context, $blocks);
// line 33
echo " ";
if ((($context["hasReCaptcha"]) ?? (false))) {
// line 34
echo " <script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
";
}
// line 36
echo " </head>
<body class='bg-white'>
\t\t";
// line 38
$this->displayBlock('container', $context, $blocks);
// line 231
echo "
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block mask fill absolute top left\"></i>
\t\t<div class='hpadding fill flex row center middle'>
\t\t\t<div class='bg-gray relative shadow ";
// line 236
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["half_80 vt-80-in hz-80-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-20-in hz-20-in"]), "html", null, true);
echo "'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
\t\t\t\t<div class='w100 flex col around'>
\t\t\t\t\t<div class='flex col middle top-20 text-center'>
<h2 class='h3 success'>Faire une recherche</h2>
\t\t\t\t\t\t<p class='h6 top-10 bottom-20'>Formations, professions, colloques, articles, documents, etc.</p>
\t\t\t\t\t\t<div class='flex row hoverflow text-center ";
// line 244
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
\t\t\t\t\t\t\t<div class='bg-gray w100'>
\t\t\t\t\t\t\t\t<input id='searchInput' data-action='";
// line 246
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search", ["keywords" => ":keywords"]);
echo "' type='search' class='os-search block noborder bg-white h4 black ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-40-in vt-20-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-20-in vt-10-in"]), "html", null, true);
echo " block w100' placeholder='Saisissez votre recherche ici'>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class='relative flex col middle center ";
// line 248
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-10-in "]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-8-in"]), "html", null, true);
echo " hz-20-in bg-success'>
\t\t\t\t\t\t\t\t<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
";
// line 258
$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.', 258, $this->source); })()), "session", [], "any", false, false, false, 258), "flashBag", [], "any", false, false, false, 258), "get", [0 => "notice"], "method", false, false, false, 258);
// line 259
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.', 259, $this->source); })()))) {
// line 260
echo " <div class='popup show gpadding flex col middle center'>
\t<span class='icon contain close os-close filter-white absolute top right'></span>
\t";
// line 262
$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.', 262, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
// line 263
echo " \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
\t\t<div class='flex row success text-left'>
\t\t\t<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
\t\t\t<p class='h4 black'>";
// line 266
echo $context["notice"];
echo "</p>
\t\t</div>
\t</div>
\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 270
echo " </div>
";
}
// line 272
echo "
";
// line 273
if ((call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["GA"]) && (0 !== twig_compare(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.', 273, $this->source); })()), "request", [], "any", false, false, false, 273), "schemeAndHttpHost", [], "method", false, false, false, 273), "http://localhost")))) {
// line 274
echo " ";
$context["code"] = call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["GA"]);
// line 275
echo " <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=";
// line 276
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.', 276, $this->source); })()), "html", null, true);
echo "\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '";
// line 281
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.', 281, $this->source); })()), "html", null, true);
echo "');
</script>
";
}
// line 284
echo " <script src='";
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 285
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 286
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/script.js"), "html", null, true);
echo "?v=004'></script>
";
// line 287
$this->displayBlock('js', $context, $blocks);
// line 289
echo " ";
$this->displayBlock('script', $context, $blocks);
// line 291
echo " </body>
</html>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 31
public function block_css($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
// line 32
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 38
public function block_container($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
// line 39
echo " <div id='container' class='container relative w100 hoverflow'>
<header id='header' class='bg-white shadow-header fixed left top w100 hheight transition-1s gpadding ";
// line 40
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
";
// line 41
$this->displayBlock('header', $context, $blocks);
// line 78
echo " </header>
";
// line 79
$this->displayBlock('banner', $context, $blocks);
// line 107
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 113
echo "
";
// line 114
if (( !(isset($context["home"]) || array_key_exists("home", $context) ? $context["home"] : (function () { throw new RuntimeError('Variable "home" does not exist.', 114, $this->source); })()) && !array_key_exists("noShare", $context))) {
// line 115
echo "\t\t\t<div class='flex col middle center bg-warning sharing-box gpadding ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-20-in"]), "html", null, true);
echo "'>
\t\t\t\t<h2 class='h6 black upper vt-8-in font-alt bold'>Partager cette page</h2>
\t\t\t\t<div class='flex row middle black'>
";
// line 118
$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.', 118, $this->source); })()), "request", [], "any", false, false, false, 118), "uri", [], "any", false, false, false, 118);
// line 119
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.', 119, $this->source); })()));
echo " ";
}
// line 120
echo " ";
$context["class"] = (("iflex col middle center " . call_user_func_array($this->env->getFunction('desktop')->getCallable(), [" h4 hz-10"])) . call_user_func_array($this->env->getFunction('mobile')->getCallable(), [" h1 hz-8"]));
// line 121
echo "\t\t\t\t\t<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.', 121, $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.', 121, $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.', 121, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-whatsapp'></i></a>
\t\t\t\t\t<a class='";
// line 122
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.', 122, $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.', 122, $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.', 122, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-facebook-square'></i></a>
\t\t\t\t\t<a class='";
// line 123
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.', 123, $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.', 123, $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.', 123, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-twitter'></i></a>
\t\t\t\t\t<a class='";
// line 124
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.', 124, $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.', 124, $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.', 124, $this->source); })()), "html", null, true);
echo ".'><i class='transition fa fa-envelope'></i></a>
\t\t\t\t\t<a class='";
// line 125
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.', 125, $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.', 125, $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.', 125, $this->source); })()), "html", null, true);
echo "'><i class='transition fab fa-linkedin'></i></a>
\t\t\t\t</div>
\t\t\t</div>
";
}
// line 129
echo "
<div class=\"relative bg-warning gpadding\">
<div class=\"bg-black vt-60-in absolute bottom left w100\"></div>
";
// line 133
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\SubscribersFrontController::form", []));
echo "
";
// line 134
if (call_user_func_array($this->env->getFunction('isDesktop')->getCallable(), [])) {
// line 135
echo " <div class=\"gwidth absolute bottom right\">
<div class=\"w100 flex row center\">
<a href=\"#banner\" class=\"os-scroll relative icon bg-white circle ";
// line 137
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-15"]), "html", null, true);
echo "\">
<span href=\"#banner\" class=\"block relative fill\">
<img src=\"";
// line 139
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("icons/arrow-up.png"), "html", null, true);
echo "\" class=\"contain\">
</span>
</a>
</div>
</div>
";
}
// line 145
echo " </div>
\t\t\t";
// line 147
$this->displayBlock('footer', $context, $blocks);
// line 229
echo " </div>
\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 41
public function block_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 42
echo " <div class='relative top flex row space fill transition-1s ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo "'>
\t\t\t\t\t<div class='relative fill flex row space ";
// line 43
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
<a href='";
// line 44
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "' class='transition white h100 relative ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [" vt-10-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-10-in"]), "html", null, true);
echo "'>
<img src=\"";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["logo"])), "html", null, true);
echo "\" class='block h100'>
</a>
\t\t\t\t\t\t";
// line 47
$this->displayBlock('menu', $context, $blocks);
// line 54
echo " <div class=\"flex row middle\">
<span class=\"os-click flex row middle ";
// line 55
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-10-in"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [" hz-5-in"]), "html", null, true);
echo "\" data-target=\"#searchBox\">
<i class=\"icon w100 search h100 filter-black ";
// line 56
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["min"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "\"></i>
</span>
";
// line 58
if (call_user_func_array($this->env->getFunction('isDesktop')->getCallable(), [])) {
// line 59
echo " <div class='h5 black flex row vt-10 ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["center"]), "html", null, true);
echo "'>
";
// line 60
$context["social"] = call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]);
// line 61
echo " ";
$context["class"] = "icon min fab left-5";
// line 62
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 62, $this->source); })()), "whatsapp", [], "any", false, false, false, 62)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 62, $this->source); })()), "whatsapp", [], "any", false, false, false, 62), "html", null, true);
echo "' 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.', 62, $this->source); })()), "html", null, true);
echo " fa-whatsapp' target=\"_blank\" title=\"Nous écrire sur WhatsApp\"></a>";
}
// line 63
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 63, $this->source); })()), "facebook", [], "any", false, false, false, 63)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 63, $this->source); })()), "facebook", [], "any", false, false, false, 63), "html", null, true);
echo "' 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.', 63, $this->source); })()), "html", null, true);
echo " fa-facebook-square' target=\"_blank\" title=\"Page Facebook officiel\"></a>";
}
// line 64
echo " \t\t\t";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 64, $this->source); })()), "twitter", [], "any", false, false, false, 64)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 64, $this->source); })()), "twitter", [], "any", false, false, false, 64), "html", null, true);
echo "' 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.', 64, $this->source); })()), "html", null, true);
echo " fa-twitter' target=\"_blank\" title=\"Compte Twitter officiel\"></a>";
}
// line 65
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 65, $this->source); })()), "youtube", [], "any", false, false, false, 65)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 65, $this->source); })()), "youtube", [], "any", false, false, false, 65), "html", null, true);
echo "' 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.', 65, $this->source); })()), "html", null, true);
echo " fa-youtube' target=\"_blank\" title=\"Compte Youtube officiel\"></a>";
}
// line 66
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 66, $this->source); })()), "linkedin", [], "any", false, false, false, 66)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 66, $this->source); })()), "linkedin", [], "any", false, false, false, 66), "html", null, true);
echo "' 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.', 66, $this->source); })()), "html", null, true);
echo " fa-linkedin' target=\"_blank\" title=\"Compte Flickr officiel\"></a>";
}
// line 67
echo " </div>
";
}
// line 69
echo " ";
if (call_user_func_array($this->env->getFunction('isMobile')->getCallable(), [])) {
// line 70
echo " <div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
<i class='fa fa-bars h1 black'></i>
</div>
";
}
// line 74
echo " </div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 47
public function block_menu($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 48
echo " <div class=\"flex row middle space h100 ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["w100"]), "html", null, true);
echo "\">
\t\t\t\t\t\t<menu id='menu' class='fill transition-alt ";
// line 49
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["h100"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["bg-success fixed top left htop w100"]), "html", null, true);
echo "'>
";
// line 50
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.', 50, $this->source); })())) : (""))]));
echo "
\t\t\t\t\t\t</menu>
</div>
\t\t\t\t\t\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 79
public function block_banner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
// line 80
echo "\t\t\t<div id='banner' class='banner bg-success relative w100 htop-in ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
\t\t\t\t<div class='relative flex row space w100 gpadding ";
// line 81
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hpadding"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-30-in"]), "html", null, true);
echo "'>
";
// line 82
if (array_key_exists("banner", $context)) {
// line 83
echo " <div class=\"absolute fill top left\">
<figure class=\"fill relative hoverflow\">
<img src=\"";
// line 85
echo twig_escape_filter($this->env, (isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 85, $this->source); })()), "html", null, true);
echo "\" class=\"cover\">
</figure>
</div>
<i class=\"absolute top left fill gradient-banner\"></i>
";
}
// line 90
echo " ";
$this->displayBlock('titlebox', $context, $blocks);
// line 104
echo " </div>
\t\t\t</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 90
public function block_titlebox($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
// line 91
echo " <div class='relative white w100 flex col ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["top-20-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
";
// line 92
$this->displayBlock('title', $context, $blocks);
// line 97
echo " ";
if ((array_key_exists("description", $context) || array_key_exists("subtitle", $context))) {
// line 98
echo " <p class=\"h5 medium left-30-in upper ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["half_80"]), "html", null, true);
echo "\">
";
// line 99
((array_key_exists("description", $context)) ? (print (twig_nl2br(twig_escape_filter($this->env, (isset($context["description"]) || array_key_exists("description", $context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.', 99, $this->source); })()), "html", null, true)))) : (print (twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 99, $this->source); })()), "html", null, true))));
echo "
</p>
";
}
// line 102
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 92
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 93
echo " <h1 class='special-alt extrabold left-30-in'>
<span class=\"home-title\">";
// line 94
((array_key_exists("titleAlt", $context)) ? (print (twig_replace_filter((isset($context["titleAlt"]) || array_key_exists("titleAlt", $context) ? $context["titleAlt"] : (function () { throw new RuntimeError('Variable "titleAlt" does not exist.', 94, $this->source); })()), [" **" => " <strong class='extrabold'>", "'**" => "'<strong class='extrabold'>", "**" => "</strong>"]))) : (((array_key_exists("title", $context)) ? (print (twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 94, $this->source); })()), "html", null, true))) : (print ("Aucune donnée")))));
echo "</span>
</h1>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 107
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 108
echo " <div id='content' class='bg-white content relative'>
\t\t\t";
// line 109
$this->displayBlock('content', $context, $blocks);
// line 111
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 109
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 110
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 147
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 148
echo " <footer id=\"footer\" class=\"bg-black relative gpadding white flex ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["col htop-in bottom-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["col vt-40-in"]), "html", null, true);
echo "\">
<div class=\"flex center middle ";
// line 150
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["row"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["col"]), "html", null, true);
echo "\">
<div class=\"";
// line 151
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo "\">
<figure class=\"relative hoverflow ";
// line 152
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hheight hz-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-60-in vt-10-in w100"]), "html", null, true);
echo "\">
<img src=\"";
// line 153
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ministere.png"), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["h100"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["w100"]), "html", null, true);
echo "\">
</figure>
</div>
<div class=\"";
// line 156
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo "\">
<figure class=\"relative hoverflow ";
// line 157
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hheight hz-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-60-in vt-10-in w100"]), "html", null, true);
echo "\">
<img src=\"";
// line 158
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["logo"])), "html", null, true);
echo "\" class=\"filter-white ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["h100"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["w100"]), "html", null, true);
echo "\">
</figure>
</div>
<div class=\"";
// line 161
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo "\">
<figure class=\"relative hoverflow ";
// line 162
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hheight hz-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-60-in vt-10-in w100"]), "html", null, true);
echo "\">
<img src=\"";
// line 163
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/cooperation-alt.png"), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["h100"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["w100"]), "html", null, true);
echo "\">
</figure>
</div>
</div>
<div class=\"w100 relative flex ";
// line 167
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["row space top-80"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["col center text-center"]), "html", null, true);
echo "\">
";
// line 168
$context["class"] = (("block " . call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["top-10"])) . call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-3-in"]));
// line 169
echo " <div class=\"";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["right-60"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-20"]), "html", null, true);
echo "\">
<span class=\"upper gray medium\" href=\"\">Navigation</span>
<ul class=\"flex col p-alt ";
// line 171
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["left-20-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["list"]), "html", null, true);
echo "\">
<li class=\"\"><a class=\"";
// line 172
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.', 172, $this->source); })()), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("formations");
echo "\">Formations</a></li>
<li class=\"\"><a class=\"";
// line 173
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.', 173, $this->source); })()), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("events");
echo "\">Colloques</a></li>
<li class=\"\"><a class=\"";
// line 174
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 "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("professions");
echo "\">Professions</a></li>
<li class=\"\"><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 "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("articles");
echo "\">Actualités</a></li>
<li class=\"\"><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 "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("resources");
echo "\">Ressources</a></li>
</ul>
</div>
<div class=\"";
// line 179
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["right-60"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-20"]), "html", null, true);
echo "\">
<span class=\"upper gray medium\" href=\"\">Liens utiles</span>
<ul class=\"flex col p-alt ";
// line 181
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["left-20-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["list"]), "html", null, true);
echo "\">
<li class=\"\"><a class=\"";
// line 182
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 "\" href=\"https://www.gouv.bj\" target=\"_blank\">Gouvernement du Bénin</a></li>
<li class=\"\"><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 "\" href=\"https://beninrevele.bj\" target=\"_blank\">Programme d'Actions du Gouvernement</a></li>
<li class=\"\"><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 "\" href=\"https://justice.gouv.bj\" target=\"_blank\">Ministère de la Justice et de la Législation</a></li>
<li class=\"\"><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 "\" href=\"https://sgg.gouv.bj\" target=\"_blank\">Secrétariat général du Gouvernement</a></li>
<li class=\"\"><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 "\" href=\"https://european-union.europa.eu/index_fr\" target=\"_blank\">Union Européenne</a></li>
</ul>
</div>
<div class=\"flex col ";
// line 189
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["left right-60"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-20"]), "html", null, true);
echo "\">
<span class=\"upper gray medium\" href=\"\">Nos contacts</span>
<ul class='p-alt white flex row ";
// line 192
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["center"]), "html", null, true);
echo "'>
<li class='relative flex col top ";
// line 193
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["center"]), "html", null, true);
echo "'>
<span class='vt-5-in flex row middle'>
<i class='fa fa-envelope top-5 right-10'></i>
<span>";
// line 196
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["contacts"]), "email", [], "any", false, false, false, 196), "html", null, true);
echo "</span>
</span>
<span class='vt-5-in flex row middle'>
<i class='fa fa-phone top-5 right-10'></i>
<span>";
// line 200
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["contacts"]), "phone", [], "any", false, false, false, 200), "html", null, true);
echo "</span>
</span>
</li>
</ul>
<div class=\"flex row middle top-10 ";
// line 204
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["center"]), "html", null, true);
echo "\">
";
// line 205
$context["class"] = (("icon circle bg-white flex col middle center right-10 " . call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["min"])) . call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]));
// line 206
echo " ";
$context["social"] = call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]);
// line 207
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 207, $this->source); })()), "whatsapp", [], "any", false, false, false, 207)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 207, $this->source); })()), "whatsapp", [], "any", false, false, false, 207), "html", null, true);
echo "' 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.', 207, $this->source); })()), "html", null, true);
echo "' target=\"_blank\" title=\"Nous écrire sur WhatsApp\"><i class=\"success fab fa-whatsapp\"></i></a>";
}
// line 208
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 208, $this->source); })()), "facebook", [], "any", false, false, false, 208)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 208, $this->source); })()), "facebook", [], "any", false, false, false, 208), "html", null, true);
echo "' 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.', 208, $this->source); })()), "html", null, true);
echo "' target=\"_blank\" title=\"Page Facebook officiel\"><i class=\"success fab fa-facebook-f\"></i></a>";
}
// line 209
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 209, $this->source); })()), "twitter", [], "any", false, false, false, 209)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 209, $this->source); })()), "twitter", [], "any", false, false, false, 209), "html", null, true);
echo "' 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.', 209, $this->source); })()), "html", null, true);
echo "' target=\"_blank\" title=\"Compte Twitter officiel\"><i class=\"success fab fa-twitter\"></i></a>";
}
// line 210
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 210, $this->source); })()), "youtube", [], "any", false, false, false, 210)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 210, $this->source); })()), "youtube", [], "any", false, false, false, 210), "html", null, true);
echo "' 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.', 210, $this->source); })()), "html", null, true);
echo "' target=\"_blank\" title=\"Compte Youtube officiel\"><i class=\"success fab fa-youtube\"></i></a>";
}
// line 211
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 211, $this->source); })()), "linkedin", [], "any", false, false, false, 211)) {
echo "<a href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["social"]) || array_key_exists("social", $context) ? $context["social"] : (function () { throw new RuntimeError('Variable "social" does not exist.', 211, $this->source); })()), "linkedin", [], "any", false, false, false, 211), "html", null, true);
echo "' 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.', 211, $this->source); })()), "html", null, true);
echo "' target=\"_blank\" title=\"Compte Flickr officiel\"><i class=\"success fab fa-flickr\"></i></a>";
}
// line 212
echo " </div>
</div>
</div>
<div class=\"flex col center text-center warning ";
// line 215
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["top-80"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-20"]), "html", null, true);
echo "\">
<span>© Copyright 2022 - EFPJ</span>
<span class=\"p-alt white vt-10\">Financé par l'Union Européenne</span>
<a href=\"";
// line 218
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page", ["slug" => "mentions-legales"]);
echo "\" class=\"top-10 p-alt\">Mentions légales et politique de confidentialité</a>
</div>
<div class=\"absolute left bottom w100 gpadding\">
<div class=\"w100 flag flex row flex-1\">
<i></i>
<i></i>
<i></i>
</div>
</div>
</footer>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 287
public function block_js($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
// line 288
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 289
public function block_script($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "script"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "script"));
// line 290
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Default/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1139 => 290, 1129 => 289, 1119 => 288, 1109 => 287, 1088 => 218, 1081 => 215, 1076 => 212, 1067 => 211, 1058 => 210, 1049 => 209, 1040 => 208, 1031 => 207, 1028 => 206, 1026 => 205, 1022 => 204, 1015 => 200, 1008 => 196, 1002 => 193, 998 => 192, 990 => 189, 984 => 186, 980 => 185, 976 => 184, 972 => 183, 968 => 182, 962 => 181, 955 => 179, 947 => 176, 941 => 175, 935 => 174, 929 => 173, 923 => 172, 917 => 171, 909 => 169, 907 => 168, 902 => 167, 892 => 163, 886 => 162, 882 => 161, 873 => 158, 867 => 157, 863 => 156, 854 => 153, 848 => 152, 844 => 151, 839 => 150, 831 => 148, 821 => 147, 811 => 110, 801 => 109, 790 => 111, 788 => 109, 785 => 108, 775 => 107, 762 => 94, 759 => 93, 749 => 92, 738 => 102, 732 => 99, 727 => 98, 724 => 97, 722 => 92, 715 => 91, 705 => 90, 693 => 104, 690 => 90, 682 => 85, 678 => 83, 676 => 82, 670 => 81, 663 => 80, 653 => 79, 639 => 50, 633 => 49, 628 => 48, 618 => 47, 605 => 74, 599 => 70, 596 => 69, 592 => 67, 583 => 66, 574 => 65, 565 => 64, 556 => 63, 547 => 62, 544 => 61, 542 => 60, 537 => 59, 535 => 58, 529 => 56, 524 => 55, 521 => 54, 519 => 47, 514 => 45, 506 => 44, 500 => 43, 495 => 42, 485 => 41, 474 => 229, 472 => 147, 468 => 145, 459 => 139, 454 => 137, 450 => 135, 448 => 134, 444 => 133, 438 => 129, 427 => 125, 419 => 124, 411 => 123, 403 => 122, 394 => 121, 391 => 120, 385 => 119, 383 => 118, 374 => 115, 372 => 114, 369 => 113, 366 => 107, 364 => 79, 361 => 78, 359 => 41, 353 => 40, 350 => 39, 340 => 38, 330 => 32, 320 => 31, 308 => 291, 305 => 289, 303 => 287, 299 => 286, 295 => 285, 290 => 284, 284 => 281, 276 => 276, 273 => 275, 270 => 274, 268 => 273, 265 => 272, 261 => 270, 251 => 266, 246 => 263, 242 => 262, 238 => 260, 235 => 259, 233 => 258, 218 => 248, 209 => 246, 203 => 244, 190 => 236, 183 => 231, 181 => 38, 177 => 36, 173 => 34, 170 => 33, 168 => 31, 163 => 29, 159 => 28, 155 => 27, 151 => 26, 146 => 25, 142 => 24, 138 => 23, 133 => 21, 129 => 20, 124 => 18, 120 => 17, 115 => 16, 111 => 15, 107 => 14, 102 => 12, 96 => 9, 91 => 7, 86 => 5, 83 => 4, 73 => 3, 62 => 2, 60 => 1, 47 => 2,);
}
public function getSourceContext()
{
return new Source("{% set hasReCaptcha = true %}
{% extends 'Default/parameters.html.twig' %}
{% block html %}
<!doctype html>
<html lang='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')}}?v=001\">
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-style.css\")}}?v=002' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/style.css\")}}?v=004' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
<script src=\"https://kit.fontawesome.com/6451c614e6.js\" crossorigin=\"anonymous\"></script>
{% block css %}
{% endblock %}
{% if (hasReCaptcha ?? false) %}
<script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
{% endif %}
</head>
<body class='bg-white'>
\t\t{% block container %}
<div id='container' class='container relative w100 hoverflow'>
<header id='header' class='bg-white shadow-header fixed left top w100 hheight transition-1s gpadding {{desktop(\"\")}} {{mobile(\"\")}}'>
{% block header %}
<div class='relative top flex row space fill transition-1s {{desktop(\"\")}}'>
\t\t\t\t\t<div class='relative fill flex row space {{desktop(\"\")}} {{mobile(\"\")}}'>
<a href='{{path(\"home\")}}' class='transition white h100 relative {{desktop(\" vt-10-in\")}} {{mobile(\"vt-10-in\")}}'>
<img src=\"{{asset(os_param('logo'))}}\" class='block h100'>
</a>
\t\t\t\t\t\t{% block menu %}
<div class=\"flex row middle space h100 {{desktop('w100')}}\">
\t\t\t\t\t\t<menu id='menu' class='fill transition-alt {{desktop(\"h100\")}} {{mobile(\"bg-success fixed top left htop w100\")}}'>
{{render(controller('App\\\\Controller\\\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
\t\t\t\t\t\t</menu>
</div>
\t\t\t\t\t\t{% endblock %}
<div class=\"flex row middle\">
<span class=\"os-click flex row middle {{desktop('hz-10-in')}}{{mobile(' hz-5-in')}}\" data-target=\"#searchBox\">
<i class=\"icon w100 search h100 filter-black {{desktop('min')}}{{mobile('')}}\"></i>
</span>
{% if isDesktop() %}
<div class='h5 black flex row vt-10 {{mobile(\"center\")}}'>
{% set social = os_param('socialmedia') %}
{% set class = \"icon min fab left-5\" %}
{% if social.whatsapp %}<a href='{{social.whatsapp}}' class='{{class}} fa-whatsapp' target=\"_blank\" title=\"Nous écrire sur WhatsApp\"></a>{% endif %}
{% if social.facebook %}<a href='{{social.facebook}}' class='{{class}} fa-facebook-square' target=\"_blank\" title=\"Page Facebook officiel\"></a>{% endif %}
\t\t\t{% if social.twitter %}<a href='{{social.twitter}}' class='{{class}} fa-twitter' target=\"_blank\" title=\"Compte Twitter officiel\"></a>{% endif %}
{% if social.youtube %}<a href='{{social.youtube}}' class='{{class}} fa-youtube' target=\"_blank\" title=\"Compte Youtube officiel\"></a>{% endif %}
{% if social.linkedin %}<a href='{{social.linkedin}}' class='{{class}} fa-linkedin' target=\"_blank\" title=\"Compte Flickr officiel\"></a>{% endif %}
</div>
{% endif %}
{% if isMobile() %}
<div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
<i class='fa fa-bars h1 black'></i>
</div>
{% endif %}
</div>
</div>
</div>
{% endblock header %}
</header>
{% block banner %}
\t\t\t<div id='banner' class='banner bg-success relative w100 htop-in {{desktop(\"\")}} {{mobile(\"\")}}'>
\t\t\t\t<div class='relative flex row space w100 gpadding {{desktop(\"hpadding\")}} {{mobile(\"vt-30-in\")}}'>
{% if banner is defined %}
<div class=\"absolute fill top left\">
<figure class=\"fill relative hoverflow\">
<img src=\"{{banner}}\" class=\"cover\">
</figure>
</div>
<i class=\"absolute top left fill gradient-banner\"></i>
{% endif %}
{% block titlebox %}
<div class='relative white w100 flex col {{desktop(\"top-20-in\")}} {{mobile(\"\")}}'>
{% block title %}
<h1 class='special-alt extrabold left-30-in'>
<span class=\"home-title\">{{titleAlt is defined ? titleAlt|replace({\" **\":\" <strong class='extrabold'>\",\"'**\":\"'<strong class='extrabold'>\",\"**\":\"</strong>\"})|raw : title is defined ? title : \"Aucune donnée\"}}</span>
</h1>
{% endblock title %}
{% if description is defined or subtitle is defined %}
<p class=\"h5 medium left-30-in upper {{desktop('half_80')}}\">
{{description is defined ? description|nl2br : subtitle}}
</p>
{% endif %}
</div>
{% endblock %}
</div>
\t\t\t</div>
{% endblock banner %}
{% block body %}
<div id='content' class='bg-white content relative'>
\t\t\t{% block content %}
{% endblock content %}
</div>
{% endblock body %}
{% if not home and noShare is not defined %}
\t\t\t<div class='flex col middle center bg-warning sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}'>
\t\t\t\t<h2 class='h6 black upper vt-8-in font-alt bold'>Partager cette page</h2>
\t\t\t\t<div class='flex row middle black'>
{% set link = app.request.uri %}
{% if title is not defined %}{% set title = \"Site web du \"~sitename %} {% endif %}
{% set class = \"iflex col middle center \"~ desktop(' h4 hz-10')~ mobile(' h1 hz-8') %}
\t\t\t\t\t<a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>
\t\t\t\t\t<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>
\t\t\t\t\t<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>
\t\t\t\t\t<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>
\t\t\t\t\t<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>
\t\t\t\t</div>
\t\t\t</div>
{% endif %}
<div class=\"relative bg-warning gpadding\">
<div class=\"bg-black vt-60-in absolute bottom left w100\"></div>
{{render(controller('App\\\\Controller\\\\Front\\\\SubscribersFrontController::form',{}))}}
{% if isDesktop() %}
<div class=\"gwidth absolute bottom right\">
<div class=\"w100 flex row center\">
<a href=\"#banner\" class=\"os-scroll relative icon bg-white circle {{desktop('padding-15')}}\">
<span href=\"#banner\" class=\"block relative fill\">
<img src=\"{{asset('icons/arrow-up.png')}}\" class=\"contain\">
</span>
</a>
</div>
</div>
{% endif %}
</div>
\t\t\t{% block footer %}
<footer id=\"footer\" class=\"bg-black relative gpadding white flex {{desktop('col htop-in bottom-40-in')}} {{mobile('col vt-40-in')}}\">
<div class=\"flex center middle {{desktop('row')}}{{mobile('col')}}\">
<div class=\"{{desktop(\"\")}}\">
<figure class=\"relative hoverflow {{desktop('hheight hz-40-in')}} {{mobile('hz-60-in vt-10-in w100')}}\">
<img src=\"{{asset('images/ministere.png')}}\" class=\"{{desktop('h100')}}{{mobile('w100')}}\">
</figure>
</div>
<div class=\"{{desktop(\"\")}}\">
<figure class=\"relative hoverflow {{desktop('hheight hz-40-in')}} {{mobile('hz-60-in vt-10-in w100')}}\">
<img src=\"{{asset(os_param('logo'))}}\" class=\"filter-white {{desktop('h100')}}{{mobile('w100')}}\">
</figure>
</div>
<div class=\"{{desktop(\"\")}}\">
<figure class=\"relative hoverflow {{desktop('hheight hz-40-in')}} {{mobile('hz-60-in vt-10-in w100')}}\">
<img src=\"{{asset('images/cooperation-alt.png')}}\" class=\"{{desktop('h100')}}{{mobile('w100')}}\">
</figure>
</div>
</div>
<div class=\"w100 relative flex {{desktop('row space top-80')}}{{mobile('col center text-center')}}\">
{% set class = \"block \"~desktop(\"top-10\")~mobile(\"vt-3-in\") %}
<div class=\"{{desktop('right-60')}} {{mobile('top-20')}}\">
<span class=\"upper gray medium\" href=\"\">Navigation</span>
<ul class=\"flex col p-alt {{desktop('left-20-in')}} {{mobile('list')}}\">
<li class=\"\"><a class=\"{{class}}\" href=\"{{path('formations')}}\">Formations</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"{{path('events')}}\">Colloques</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"{{path('professions')}}\">Professions</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"{{path('articles')}}\">Actualités</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"{{path('resources')}}\">Ressources</a></li>
</ul>
</div>
<div class=\"{{desktop('right-60')}} {{mobile('top-20')}}\">
<span class=\"upper gray medium\" href=\"\">Liens utiles</span>
<ul class=\"flex col p-alt {{desktop('left-20-in')}} {{mobile('list')}}\">
<li class=\"\"><a class=\"{{class}}\" href=\"https://www.gouv.bj\" target=\"_blank\">Gouvernement du Bénin</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"https://beninrevele.bj\" target=\"_blank\">Programme d'Actions du Gouvernement</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"https://justice.gouv.bj\" target=\"_blank\">Ministère de la Justice et de la Législation</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"https://sgg.gouv.bj\" target=\"_blank\">Secrétariat général du Gouvernement</a></li>
<li class=\"\"><a class=\"{{class}}\" href=\"https://european-union.europa.eu/index_fr\" target=\"_blank\">Union Européenne</a></li>
</ul>
</div>
<div class=\"flex col {{desktop('left right-60')}} {{mobile('top-20')}}\">
<span class=\"upper gray medium\" href=\"\">Nos contacts</span>
<ul class='p-alt white flex row {{mobile(\"center\")}}'>
<li class='relative flex col top {{mobile(\"center\")}}'>
<span class='vt-5-in flex row middle'>
<i class='fa fa-envelope top-5 right-10'></i>
<span>{{os_param(\"contacts\").email}}</span>
</span>
<span class='vt-5-in flex row middle'>
<i class='fa fa-phone top-5 right-10'></i>
<span>{{os_param(\"contacts\").phone}}</span>
</span>
</li>
</ul>
<div class=\"flex row middle top-10 {{mobile('center')}}\">
{% set class=\"icon circle bg-white flex col middle center right-10 \"~desktop('min')~mobile('') %}
{% set social = os_param('socialmedia') %}
{% if social.whatsapp %}<a href='{{social.whatsapp}}' class='{{class}}' target=\"_blank\" title=\"Nous écrire sur WhatsApp\"><i class=\"success fab fa-whatsapp\"></i></a>{% endif %}
{% if social.facebook %}<a href='{{social.facebook}}' class='{{class}}' target=\"_blank\" title=\"Page Facebook officiel\"><i class=\"success fab fa-facebook-f\"></i></a>{% endif %}
{% if social.twitter %}<a href='{{social.twitter}}' class='{{class}}' target=\"_blank\" title=\"Compte Twitter officiel\"><i class=\"success fab fa-twitter\"></i></a>{% endif %}
{% if social.youtube %}<a href='{{social.youtube}}' class='{{class}}' target=\"_blank\" title=\"Compte Youtube officiel\"><i class=\"success fab fa-youtube\"></i></a>{% endif %}
{% if social.linkedin %}<a href='{{social.linkedin}}' class='{{class}}' target=\"_blank\" title=\"Compte Flickr officiel\"><i class=\"success fab fa-flickr\"></i></a>{% endif %}
</div>
</div>
</div>
<div class=\"flex col center text-center warning {{desktop('top-80')}}{{mobile('top-20')}}\">
<span>© Copyright 2022 - EFPJ</span>
<span class=\"p-alt white vt-10\">Financé par l'Union Européenne</span>
<a href=\"{{path('page',{slug:'mentions-legales'})}}\" class=\"top-10 p-alt\">Mentions légales et politique de confidentialité</a>
</div>
<div class=\"absolute left bottom w100 gpadding\">
<div class=\"w100 flag flex row flex-1\">
<i></i>
<i></i>
<i></i>
</div>
</div>
</footer>
{% endblock footer %}
</div>
\t{% endblock container %}
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block mask fill absolute top left\"></i>
\t\t<div class='hpadding fill flex row center middle'>
\t\t\t<div class='bg-gray relative shadow {{desktop(\"half_80 vt-80-in hz-80-in\")}} {{mobile(\"vt-20-in hz-20-in\")}}'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
\t\t\t\t<div class='w100 flex col around'>
\t\t\t\t\t<div class='flex col middle top-20 text-center'>
<h2 class='h3 success'>Faire une recherche</h2>
\t\t\t\t\t\t<p class='h6 top-10 bottom-20'>Formations, professions, colloques, articles, documents, etc.</p>
\t\t\t\t\t\t<div class='flex row hoverflow text-center {{desktop(\"\")}}{{mobile(\"\")}}'>
\t\t\t\t\t\t\t<div class='bg-gray w100'>
\t\t\t\t\t\t\t\t<input id='searchInput' data-action='{{path(\"search\",{keywords:\":keywords\"})}}' type='search' class='os-search block noborder bg-white h4 black {{desktop(\"hz-40-in vt-20-in\")}} {{mobile(\"hz-20-in vt-10-in\")}} block w100' placeholder='Saisissez votre recherche ici'>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class='relative flex col middle center {{desktop(\"vt-10-in \")}} {{mobile(\"vt-8-in\")}} hz-20-in bg-success'>
\t\t\t\t\t\t\t\t<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
{% set notices = app.session.flashBag.get('notice') %}
{% if notices|length %}
<div class='popup show gpadding flex col middle center'>
\t<span class='icon contain close os-close filter-white absolute top right'></span>
\t{% for notice in notices %}
\t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
\t\t<div class='flex row success text-left'>
\t\t\t<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
\t\t\t<p class='h4 black'>{{notice|raw}}</p>
\t\t</div>
\t</div>
\t{% endfor %}
</div>
{% endif %}
{% if os_param('GA') and app.request.schemeAndHttpHost() != 'http://localhost' %}
{% set code = os_param('GA') %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<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 %}
<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>
{% block js %}
{% endblock %}
{% block script %}
{% endblock %}
</body>
</html>
{% endblock %}
", "Default/base.html.twig", "/home/adminroot/www/templates/Default/base.html.twig");
}
}