var/cache/dev/twig/5d/5d671aabbd9747bec635561f8ce6f1e8.php line 47
<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\CoreExtension;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;use Twig\TemplateWrapper;/* base.html.twig */class __TwigTemplate_4b2278b0dbde58c1e5f71f5653b1cc42 extends Template{private Source $source;/*** @var array<string, Template>*/private array $macros = [];public function __construct(Environment $env){parent::__construct($env);$this->source = $this->getSourceContext();$this->parent = false;$this->blocks = ['title' => [$this, 'block_title'],'stylesheets' => [$this, 'block_stylesheets'],'javascripts' => [$this, 'block_javascripts'],'javascriptsApp' => [$this, 'block_javascriptsApp'],'stylesheetsApp' => [$this, 'block_stylesheetsApp'],'container_start' => [$this, 'block_container_start'],'body' => [$this, 'block_body'],'container_end' => [$this, 'block_container_end'],'bodyFluid' => [$this, 'block_bodyFluid'],];}protected function doDisplay(array $context, array $blocks = []): iterable{$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", "base.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));// line 1yield "<!DOCTYPE html><html lang=\"en\">\t<head>\t\t<meta charset=\"UTF-8\">\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\t\t<link rel=\"icon\" href=\"";// line 6yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.png"), "html", null, true);yield "\"/>\t\t<title>\t\t\t";// line 8yield from $this->unwrap()->yieldBlock('title', $context, $blocks);// line 11yield "\t\t</title>\t\t";// line 12yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);// line 32yield "\t\t";yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);// line 116yield "\t\t";// line 117yield from $this->unwrap()->yieldBlock('javascriptsApp', $context, $blocks);// line 118yield " ";yield from $this->unwrap()->yieldBlock('stylesheetsApp', $context, $blocks);// line 119yield "\t</head>\t<body data-bs-theme=\"dark\">\t\t";// line 121yield from $this->load("header.html.twig", 121)->unwrap()->yield($context);// line 122yield "";// line 123if (( !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("container_start", $context, $blocks)) && !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("container_end", $context, $blocks)))) {// line 124yield " ";yield from $this->unwrap()->yieldBlock('container_start', $context, $blocks);// line 125yield " ";} else {// line 126yield " <div class=\"container-md mt-4\">";}// line 128yield "\t\t\t";if ((array_key_exists("error", $context) && !Twig\Extension\CoreExtension::testEmpty((isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 128, $this->source); })())))) {// line 129yield "\t\t\t\t";if (CoreExtension::getAttribute($this->env, $this->source, ($context["error"] ?? null), "type", [], "any", true, true, false, 129)) {// line 130yield "\t\t\t\t\t<div class=\"alert alert-";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 130, $this->source); })()), "type", [], "any", false, false, false, 130), "html", null, true);yield "\" role=\"alert\">\t\t\t\t\t\t";// line 131yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 131, $this->source); })()), "content", [], "any", false, false, false, 131), "html", null, true);yield "\t\t\t\t\t</div>\t\t\t\t";} else {// line 134yield "\t\t\t\t\t<div class=\"alert alert-danger\" role=\"alert\">\t\t\t\t\t\t";// line 135yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 135, $this->source); })()), "html", null, true);yield "\t\t\t\t\t</div>\t\t\t\t";}// line 138yield "\t\t\t";}// line 139yield "";// line 141yield "\t\t\t";if (((CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 141, $this->source); })()), "user", [], "any", false, false, false, 141) != null) && ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 141, $this->source); })()), "user", [], "any", false, false, false, 141), "organisation", [], "any", false, false, false, 141) == null) || (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 141, $this->source); })()), "user", [], "any", false, false, false, 141), "organisation", [], "any", false, false, false, 141) == "")))) {// line 142yield "\t\t\t\t";if (CoreExtension::inFilter("/profile", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 142, $this->source); })()), "request", [], "any", false, false, false, 142), "requestURI", [], "any", false, false, false, 142))) {// line 143yield "\t\t\t\t\t<div class=\"alert alert-chrysippe\">\t\t\t\t\t\t";// line 144yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Bonjour"), "html", null, true);yield "\t\t\t\t\t\t";// line 145yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 145, $this->source); })()), "user", [], "any", false, false, false, 145), "firstname", [], "any", false, false, false, 145), "html", null, true);yield "\t\t\t\t\t\t";// line 146yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pourriez-vous s'il-vous-plaît indiquer de façon détaillée et claire votre entreprise dans la rubrique \"Entreprise\" de votre profil ?"), "html", null, true);yield "</div>";} else {// line 149yield " <div class=\"modal fade\" id=\"alert-organisation-modal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" aria-labelledby=\"alert-job-modal-label\"><div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\" id=\"alert-organisation-modal-label\">";// line 153yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Bonjour"), "html", null, true);yield " ";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 153, $this->source); })()), "user", [], "any", false, false, false, 153), "firstname", [], "any", false, false, false, 153), "html", null, true);yield "</h5><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" /></div><div class=\"modal-body\">";// line 157yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pourriez-vous s'il-vous-plaît indiquer de façon détaillée et claire votre entreprise dans la rubrique \"Entreprise\" de votre profil ?"), "html", null, true);yield "</div><div class=\"modal-footer\"><a class=\"btn btn-chrysippe\" role=\"button\" href=\"";// line 160yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_user_profile");yield "?origin=";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 160, $this->source); })()), "request", [], "any", false, false, false, 160), "attributes", [], "any", false, false, false, 160), "get", ["_route"], "method", false, false, false, 160), "html", null, true);yield "&origin_params=";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 160, $this->source); })()), "request", [], "any", false, false, false, 160), "attributes", [], "any", false, false, false, 160), "get", ["_route_params"], "method", false, false, false, 160)), "html", null, true);yield "\">";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Cliquez ici"), "html", null, true);yield "</a></div></div></div></div><script type=\"text/javascript\">\$(window).on('load', function () {\$('#alert-organisation-modal').modal('show');});</script>";}// line 171yield " ";}// line 172yield "";// line 174yield "\t\t\t";if (((CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 174, $this->source); })()), "user", [], "any", false, false, false, 174) != null) && ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 174, $this->source); })()), "user", [], "any", false, false, false, 174), "job", [], "any", false, false, false, 174) == null) || (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 174, $this->source); })()), "user", [], "any", false, false, false, 174), "job", [], "any", false, false, false, 174) == "")))) {// line 175yield "\t\t\t\t";if (CoreExtension::inFilter("/profile", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 175, $this->source); })()), "request", [], "any", false, false, false, 175), "requestURI", [], "any", false, false, false, 175))) {// line 176yield "\t\t\t\t\t<div class=\"alert alert-chrysippe\">\t\t\t\t\t\t";// line 177yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Bonjour"), "html", null, true);yield "\t\t\t\t\t\t";// line 178yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 178, $this->source); })()), "user", [], "any", false, false, false, 178), "firstname", [], "any", false, false, false, 178), "html", null, true);yield "\t\t\t\t\t\t";// line 179yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pourriez-vous s'il-vous-plaît indiquer de façon détaillée et claire votre intitulé de poste (en indiquant de façon précise votre secteur professionnel) dans la rubrique \"Poste\" de votre profil ?"), "html", null, true);yield "</div>";} else {// line 182yield " <div class=\"modal fade\" id=\"alert-job-modal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" aria-labelledby=\"alert-job-modal-label\"><div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\" id=\"alert-job-modal-label\">";// line 186yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Bonjour"), "html", null, true);yield " ";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 186, $this->source); })()), "user", [], "any", false, false, false, 186), "firstname", [], "any", false, false, false, 186), "html", null, true);yield "</h5><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" /></div><div class=\"modal-body\">";// line 190yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pourriez-vous s'il-vous-plaît indiquer de façon détaillée et claire votre intitulé de poste (en indiquant de façon précise votre secteur professionnel) dans la rubrique \"Poste\" de votre profil ?"), "html", null, true);yield "</div><div class=\"modal-footer\"><a class=\"btn btn-chrysippe\" role=\"button\" href=\"";// line 193yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_user_profile");yield "?origin=";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 193, $this->source); })()), "request", [], "any", false, false, false, 193), "attributes", [], "any", false, false, false, 193), "get", ["_route"], "method", false, false, false, 193), "html", null, true);yield "&origin_params=";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 193, $this->source); })()), "request", [], "any", false, false, false, 193), "attributes", [], "any", false, false, false, 193), "get", ["_route_params"], "method", false, false, false, 193)), "html", null, true);yield "\">";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Cliquez ici"), "html", null, true);yield "</a></div></div></div></div><script type=\"text/javascript\">\$(window).on('load', function () {\$('#alert-job-modal').modal('show');});</script>";}// line 205yield " ";}// line 206yield "";// line 207yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 208yield " ";if (( !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("container_start", $context, $blocks)) && !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("container_end", $context, $blocks)))) {// line 209yield " ";yield from $this->unwrap()->yieldBlock('container_end', $context, $blocks);// line 210yield " ";} else {// line 211yield " </div>";}// line 213yield " ";if ((($tmp = !Twig\Extension\CoreExtension::testEmpty( $this->unwrap()->renderBlock("bodyFluid", $context, $blocks))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {// line 214yield " <div class=\"container-md mb-4\">";// line 215yield from $this->unwrap()->yieldBlock('bodyFluid', $context, $blocks);// line 216yield " </div>";}// line 218yield " </body></html>";$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);yield from [];}// line 8/*** @return iterable<null|scalar|\Stringable>*/public function block_title(array $context, array $blocks = []): iterable{$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", "title"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));// line 9yield "\t\t\t\tNEOCOGNITION (by Chrysippe-R&D) \\n Collaborative Artificial Inteligence\t\t\t";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 12/*** @return iterable<null|scalar|\Stringable>*/public function block_stylesheets(array $context, array $blocks = []): iterable{$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", "stylesheets"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));// line 13yield " ";// line 14yield " <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/css/bootstrap-datepicker.standalone.min.css\" integrity=\"sha512-D5/oUZrMTZE/y4ldsD6UOeuPR4lwjLnfNMWkjC0pffPTCVlqzcHTNvkn3dhL7C0gYifHQJAIrRTASbMvLmpEug==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />";// line 17yield "\t\t\t<link href=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css\" rel=\"stylesheet\"/>";// line 20yield "\t\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\"/>\t\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\t\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\t\t\t<link href=\"https://fonts.googleapis.com/css2?family=Outfit:wght@500&family=Roboto&display=swap\" rel=\"stylesheet\">";// line 26yield " <link href=\"/css/custom-tooltip.css\" rel=\"stylesheet\"/><link href=\"/css/toggle-list.css\" rel=\"stylesheet\"/><link href=\"/css/style.css\" rel=\"stylesheet\"/>\t\t\t";// line 30yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");yield "\t\t";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 32/*** @return iterable<null|scalar|\Stringable>*/public function block_javascripts(array $context, array $blocks = []): iterable{$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", "javascripts"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));// line 33yield " ";// line 34yield "\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js\" integrity=\"sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>";// line 37yield " <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/js/bootstrap.min.js\" integrity=\"sha512-nKXmKvJyiGQy343jatQlzDprflyB5c+tKCzGP3Uq67v+lmzfnZUi/ZT+fc6ITZfSC5HhaBKUIvr/nTLCV+7F+Q==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script><script>\$(document).ready(function() {\$('.js-datepicker').datepicker({format: 'dd/mm/yyyy',language: ";// line 42yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 42, $this->source); })()), "request", [], "any", false, false, false, 42), "locale", [], "any", false, false, false, 42));yield "});});</script>";// line 48yield " <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/js/bootstrap-datepicker.min.js\" integrity=\"sha512-LsnSViqQyaXpD4mBBdRYeP6sRwJiJveh2ZIbW41EBrNmKxgr/LFZIiWT6yr+nycvhvauz8c2nYMhrP80YhG7Cw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script><script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/locales/bootstrap-datepicker.fr.min.js\" integrity=\"sha512-fx3aztaUjb4NyoD+Tso5g7R1l29bU3jnnTfNRKBiY9fdQOHzVhKJ10wEAgQ1zM/WXCzB9bnVryHD1M40775Tsw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>";// line 52yield "\t\t\t<script src=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.full.min.js\"></script>";// line 55yield " <script src=\"https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.6/Sortable.min.js\" integrity=\"sha512-csIng5zcB+XpulRUa+ev1zKo7zRNGpEaVfNB9On1no9KYTEY/rLGAEEpvgdw6nim1WdTuihZY1eqZ31K7/fZjw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>\t\t\t<script>\t\t\t\tsetTimeout(() => {jQuery(document).ready(function () {jQuery('.form-select').select2();});}, 500);\t\t\t</script><script src=\"/js/custom-tooltip.js\" defer></script><script src=\"/js/toggle-list.js\" defer></script>\t\t\t";// line 67yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");yield "\t\t\t<script src=\"";// line 69yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/tarteaucitron.js"), "html", null, true);yield "\"></script>\t\t\t<script src=\"";// line 70yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/html2canvas.min.js"), "html", null, true);yield "\"></script>\t\t\t<script>\t\t\t\ttarteaucitron.init({\"privacyUrl\": \"\", /* Privacy policy url */\"bodyPosition\": \"bottom\", /* or top to bring it as first element for accessibility */\"hashtag\": \"#tarteaucitron\", /* Open the panel with this hashtag */\"cookieName\": \"tarteaucitron\", /* Cookie name */\"orientation\": \"middle\", /* Banner position (top - bottom - middle - popup) */\"groupServices\": false, /* Group services by category */\"showAlertSmall\": false, /* Show the small banner on bottom right */\"cookieslist\": false, /* Show the cookie list */\"showIcon\": true,/* Show cookie icon to manage cookies */// \"iconSrc\": \"\", /* Optionnal: URL or base64 encoded image */\"iconPosition\": \"BottomRight\", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */\"adblocker\": false, /* Show a Warning if an adblocker is detected */\"DenyAllCta\": true, /* Show the deny all button */\"AcceptAllCta\": true, /* Show the accept all button when highPrivacy on */\"highPrivacy\": true, /* HIGHLY RECOMMANDED Disable auto consent */\"handleBrowserDNTRequest\": false, /* If Do Not Track == 1, disallow all */\"removeCredit\": false, /* Remove credit link */\"moreInfoLink\": true, /* Show more info link */\"useExternalCss\": false,/* If false, the tarteaucitron.css file will be loaded */// \"cookieDomain\": \".my-multisite-domaine.fr\", /* Shared cookie for subdomain website */\"readmoreLink\": \"\", /* Change the default readmore link pointing to tarteaucitron.io */\"mandatory\": true /* Show a message about mandatory cookies */});\t\t\t</script>\t\t\t<script type=\"text/javascript\">\t\t\t\ttarteaucitron.user.googleFonts = ['Asap:wght@500','Montserrat:wght@400','Montserrat:wght@700','Roboto+Slab:wght@400','Roboto+Slab:wght@100','Roboto+Slab:wght@300','Roboto+Slab:wght@700'];";// line 113yield " (tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');\t\t\t</script>\t\t";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 117/*** @return iterable<null|scalar|\Stringable>*/public function block_javascriptsApp(array $context, array $blocks = []): iterable{$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", "javascriptsApp"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascriptsApp"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 118/*** @return iterable<null|scalar|\Stringable>*/public function block_stylesheetsApp(array $context, array $blocks = []): iterable{$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", "stylesheetsApp"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheetsApp"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 124/*** @return iterable<null|scalar|\Stringable>*/public function block_container_start(array $context, array $blocks = []): iterable{$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_start"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container_start"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 207/*** @return iterable<null|scalar|\Stringable>*/public function block_body(array $context, array $blocks = []): iterable{$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"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 209/*** @return iterable<null|scalar|\Stringable>*/public function block_container_end(array $context, array $blocks = []): iterable{$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_end"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container_end"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 215/*** @return iterable<null|scalar|\Stringable>*/public function block_bodyFluid(array $context, array $blocks = []): iterable{$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", "bodyFluid"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyFluid"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}/*** @codeCoverageIgnore*/public function getTemplateName(): string{return "base.html.twig";}/*** @codeCoverageIgnore*/public function isTraitable(): bool{return false;}/*** @codeCoverageIgnore*/public function getDebugInfo(): array{return array ( 629 => 215, 607 => 209, 585 => 207, 563 => 124, 541 => 118, 519 => 117, 506 => 113, 461 => 70, 457 => 69, 452 => 67, 438 => 55, 434 => 52, 429 => 48, 421 => 42, 414 => 37, 410 => 34, 408 => 33, 395 => 32, 382 => 30, 376 => 26, 369 => 20, 365 => 17, 361 => 14, 359 => 13, 346 => 12, 334 => 9, 321 => 8, 308 => 218, 304 => 216, 302 => 215, 299 => 214, 296 => 213, 292 => 211, 289 => 210, 286 => 209, 283 => 208, 281 => 207, 278 => 206, 275 => 205, 254 => 193, 248 => 190, 239 => 186, 233 => 182, 227 => 179, 223 => 178, 219 => 177, 216 => 176, 213 => 175, 210 => 174, 207 => 172, 204 => 171, 184 => 160, 178 => 157, 169 => 153, 163 => 149, 157 => 146, 153 => 145, 149 => 144, 146 => 143, 143 => 142, 140 => 141, 137 => 139, 134 => 138, 128 => 135, 125 => 134, 119 => 131, 114 => 130, 111 => 129, 108 => 128, 104 => 126, 101 => 125, 98 => 124, 96 => 123, 93 => 122, 91 => 121, 87 => 119, 84 => 118, 82 => 117, 79 => 116, 76 => 32, 74 => 12, 71 => 11, 69 => 8, 64 => 6, 57 => 1,);}public function getSourceContext(): Source{return new Source("<!DOCTYPE html><html lang=\"en\">\t<head>\t\t<meta charset=\"UTF-8\">\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\t\t<link rel=\"icon\" href=\"{{ asset('images/favicon.png') }}\"/>\t\t<title>\t\t\t{% block title %}\t\t\t\tNEOCOGNITION (by Chrysippe-R&D) \\n Collaborative Artificial Inteligence\t\t\t{% endblock %}\t\t</title>\t\t{% block stylesheets %}{# Bootstrap datepicker #}<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/css/bootstrap-datepicker.standalone.min.css\" integrity=\"sha512-D5/oUZrMTZE/y4ldsD6UOeuPR4lwjLnfNMWkjC0pffPTCVlqzcHTNvkn3dhL7C0gYifHQJAIrRTASbMvLmpEug==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />{# Select2 #}\t\t\t<link href=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css\" rel=\"stylesheet\"/>{# Fonts #}\t\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\"/>\t\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\t\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\t\t\t<link href=\"https://fonts.googleapis.com/css2?family=Outfit:wght@500&family=Roboto&display=swap\" rel=\"stylesheet\">{# Custom tooltip #}<link href=\"/css/custom-tooltip.css\" rel=\"stylesheet\"/><link href=\"/css/toggle-list.css\" rel=\"stylesheet\"/><link href=\"/css/style.css\" rel=\"stylesheet\"/>\t\t\t{{ encore_entry_link_tags('app') }}\t\t{% endblock %}\t\t{% block javascripts %}{# Jquery #}\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js\" integrity=\"sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>{# Bootstrap #}<script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/js/bootstrap.min.js\" integrity=\"sha512-nKXmKvJyiGQy343jatQlzDprflyB5c+tKCzGP3Uq67v+lmzfnZUi/ZT+fc6ITZfSC5HhaBKUIvr/nTLCV+7F+Q==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script><script>\$(document).ready(function() {\$('.js-datepicker').datepicker({format: 'dd/mm/yyyy',language: {{ app.request.locale|json_encode|raw }}});});</script>{# Bootstrap datepicker #}<script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/js/bootstrap-datepicker.min.js\" integrity=\"sha512-LsnSViqQyaXpD4mBBdRYeP6sRwJiJveh2ZIbW41EBrNmKxgr/LFZIiWT6yr+nycvhvauz8c2nYMhrP80YhG7Cw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script><script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/locales/bootstrap-datepicker.fr.min.js\" integrity=\"sha512-fx3aztaUjb4NyoD+Tso5g7R1l29bU3jnnTfNRKBiY9fdQOHzVhKJ10wEAgQ1zM/WXCzB9bnVryHD1M40775Tsw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>{# Select2 #}\t\t\t<script src=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.full.min.js\"></script>{# Sortable #}<script src=\"https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.6/Sortable.min.js\" integrity=\"sha512-csIng5zcB+XpulRUa+ev1zKo7zRNGpEaVfNB9On1no9KYTEY/rLGAEEpvgdw6nim1WdTuihZY1eqZ31K7/fZjw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>\t\t\t<script>\t\t\t\tsetTimeout(() => {jQuery(document).ready(function () {jQuery('.form-select').select2();});}, 500);\t\t\t</script><script src=\"/js/custom-tooltip.js\" defer></script><script src=\"/js/toggle-list.js\" defer></script>\t\t\t{{ encore_entry_script_tags('app') }}\t\t\t<script src=\"{{ asset('js/tarteaucitron.js' )}}\"></script>\t\t\t<script src=\"{{ asset('js/html2canvas.min.js' )}}\"></script>\t\t\t<script>\t\t\t\ttarteaucitron.init({\"privacyUrl\": \"\", /* Privacy policy url */\"bodyPosition\": \"bottom\", /* or top to bring it as first element for accessibility */\"hashtag\": \"#tarteaucitron\", /* Open the panel with this hashtag */\"cookieName\": \"tarteaucitron\", /* Cookie name */\"orientation\": \"middle\", /* Banner position (top - bottom - middle - popup) */\"groupServices\": false, /* Group services by category */\"showAlertSmall\": false, /* Show the small banner on bottom right */\"cookieslist\": false, /* Show the cookie list */\"showIcon\": true,/* Show cookie icon to manage cookies */// \"iconSrc\": \"\", /* Optionnal: URL or base64 encoded image */\"iconPosition\": \"BottomRight\", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */\"adblocker\": false, /* Show a Warning if an adblocker is detected */\"DenyAllCta\": true, /* Show the deny all button */\"AcceptAllCta\": true, /* Show the accept all button when highPrivacy on */\"highPrivacy\": true, /* HIGHLY RECOMMANDED Disable auto consent */\"handleBrowserDNTRequest\": false, /* If Do Not Track == 1, disallow all */\"removeCredit\": false, /* Remove credit link */\"moreInfoLink\": true, /* Show more info link */\"useExternalCss\": false,/* If false, the tarteaucitron.css file will be loaded */// \"cookieDomain\": \".my-multisite-domaine.fr\", /* Shared cookie for subdomain website */\"readmoreLink\": \"\", /* Change the default readmore link pointing to tarteaucitron.io */\"mandatory\": true /* Show a message about mandatory cookies */});\t\t\t</script>\t\t\t<script type=\"text/javascript\">\t\t\t\ttarteaucitron.user.googleFonts = ['Asap:wght@500','Montserrat:wght@400','Montserrat:wght@700','Roboto+Slab:wght@400','Roboto+Slab:wght@100','Roboto+Slab:wght@300','Roboto+Slab:wght@700'];{# Google fonts #}(tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');\t\t\t</script>\t\t{% endblock %}\t\t{% block javascriptsApp %}{% endblock %}{% block stylesheetsApp %}{% endblock %}\t</head>\t<body data-bs-theme=\"dark\">\t\t{% include 'header.html.twig' %}{% if block('container_start') is not empty and block('container_end') is not empty %}{% block container_start %}{% endblock %}{% else %}<div class=\"container-md mt-4\">{% endif %}\t\t\t{% if error is defined and error is not empty %}\t\t\t\t{% if error.type is defined %}\t\t\t\t\t<div class=\"alert alert-{{error.type}}\" role=\"alert\">\t\t\t\t\t\t{{error.content}}\t\t\t\t\t</div>\t\t\t\t{% else %}\t\t\t\t\t<div class=\"alert alert-danger\" role=\"alert\">\t\t\t\t\t\t{{error}}\t\t\t\t\t</div>\t\t\t\t{% endif %}\t\t\t{% endif %}{# Alert for missing organisation #}\t\t\t{% if app.user != null and (app.user.organisation == null or app.user.organisation == \"\") %}\t\t\t\t{% if '/profile' in app.request.requestURI %}\t\t\t\t\t<div class=\"alert alert-chrysippe\">\t\t\t\t\t\t{{'Bonjour'|trans}}\t\t\t\t\t\t{{app.user.firstname}}\t\t\t\t\t\t{{'pourriez-vous s\\'il-vous-plaît indiquer de façon détaillée et claire votre entreprise dans la rubrique \"Entreprise\" de votre profil ?' | trans}}</div>{% else %}<div class=\"modal fade\" id=\"alert-organisation-modal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" aria-labelledby=\"alert-job-modal-label\"><div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\" id=\"alert-organisation-modal-label\">{{'Bonjour'|trans}} {{app.user.firstname}}</h5><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" /></div><div class=\"modal-body\">{{'pourriez-vous s\\'il-vous-plaît indiquer de façon détaillée et claire votre entreprise dans la rubrique \"Entreprise\" de votre profil ?' | trans}}</div><div class=\"modal-footer\"><a class=\"btn btn-chrysippe\" role=\"button\" href=\"{{ path('app_user_profile') }}?origin={{ app.request.attributes.get('_route') }}&origin_params={{ app.request.attributes.get('_route_params') | json_encode }}\">{{'Cliquez ici' | trans}}</a></div></div></div></div><script type=\"text/javascript\">\$(window).on('load', function () {\$('#alert-organisation-modal').modal('show');});</script>{% endif %}{% endif %}{# Alert for missing job #}\t\t\t{% if app.user != null and (app.user.job == null or app.user.job == \"\") %}\t\t\t\t{% if '/profile' in app.request.requestURI %}\t\t\t\t\t<div class=\"alert alert-chrysippe\">\t\t\t\t\t\t{{'Bonjour'|trans}}\t\t\t\t\t\t{{app.user.firstname}}\t\t\t\t\t\t{{'pourriez-vous s\\'il-vous-plaît indiquer de façon détaillée et claire votre intitulé de poste (en indiquant de façon précise votre secteur professionnel) dans la rubrique \"Poste\" de votre profil ?' | trans}}</div>{% else %}<div class=\"modal fade\" id=\"alert-job-modal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" aria-labelledby=\"alert-job-modal-label\"><div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\" id=\"alert-job-modal-label\">{{'Bonjour'|trans}} {{app.user.firstname}}</h5><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" /></div><div class=\"modal-body\">{{'pourriez-vous s\\'il-vous-plaît indiquer de façon détaillée et claire votre intitulé de poste (en indiquant de façon précise votre secteur professionnel) dans la rubrique \"Poste\" de votre profil ?' | trans}}</div><div class=\"modal-footer\"><a class=\"btn btn-chrysippe\" role=\"button\" href=\"{{ path('app_user_profile') }}?origin={{ app.request.attributes.get('_route') }}&origin_params={{ app.request.attributes.get('_route_params') | json_encode }}\">{{'Cliquez ici' | trans}}</a></div></div></div></div><script type=\"text/javascript\">\$(window).on('load', function () {\$('#alert-job-modal').modal('show');});</script>{% endif %}{% endif %}{% block body %}{% endblock %}{% if block('container_start') is not empty and block('container_end') is not empty %}{% block container_end %}{% endblock %}{% else %}</div>{% endif %}{% if block('bodyFluid') is not empty %}<div class=\"container-md mb-4\">{% block bodyFluid %}{% endblock %}</div>{% endif %}</body></html>", "base.html.twig", "/app/templates/base.html.twig");}}