var/cache/dev/twig/1f/1fc3060a8264a7ee28f8312674ae353c.php line 326

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* base_security.html.twig */
  16. class __TwigTemplate_2309997fc81e343933f17e6ccec81b0b extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'stylesheets' => [$this'block_stylesheets'],
  30.             'body' => [$this'block_body'],
  31.             'fos_user_title' => [$this'block_fos_user_title'],
  32.             'fos_user_content' => [$this'block_fos_user_content'],
  33.             'fos_user_script' => [$this'block_fos_user_script'],
  34.             'javascripts' => [$this'block_javascripts'],
  35.         ];
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_security.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_security.html.twig"));
  44.         // line 1
  45.         yield "<!DOCTYPE html>
  46. <html>
  47. <head>
  48.     <title>Inserjeune COMORES</title>
  49.     <meta charset=\"utf-8\">
  50.     <meta name=\"description\" content=\"Taux d’insertion professionnelle des jeunes diplômés de l’enseignement technique et de la formation professionnelle et de la satisfaction des entreprises\">
  51.     <meta name=\"robots\" content=\"index, follow\">
  52.     <meta name=\"keywords\" content=\"oif, ifef, inserjeune, insertion, enseignement technique, formation professionnelle, satisfaction entreprise, offre emploi, geolocalisation, diplômés, établissements de formation, enrôlement, réseau de partenaires\">
  53.     <meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">
  54.     <meta content=\"template language\" name=\"keywords\">
  55.     <meta content=\"Tamerlan Soziev\" name=\"author\">
  56.     <meta content=\"Admin dashboard html template\" name=\"description\">
  57.     <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">
  58.      <link href=\"/build/images/favicon.png\" rel=\"shortcut icon\"> 
  59.     <link href=\"apple-touch-icon.png\" rel=\"apple-touch-icon\">
  60.     <link href=\"http://fast.fonts.net/cssapi/175a63a1-3f26-476a-ab32-4e21cbdb8be2.css\" rel=\"stylesheet\">
  61.     <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css\" integrity=\"sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ\" crossorigin=\"anonymous\">
  62.     <script src=\"https://code.jquery.com/jquery-1.9.1.min.js\"></script>
  63.     ";
  64.         // line 19
  65.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  66.         // line 20
  67.         yield "
  68.     <style>
  69.         /* FOND D'ÉCRAN */
  70.         body {
  71.             background-image: url('";
  72.         // line 24
  73.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/pinsuprem/bg-pattern.png"), "html"nulltrue);
  74.         yield "') !important;
  75.             background-size: cover !important;
  76.             background-position: center !important;
  77.             background-repeat: no-repeat !important;
  78.             background-attachment: fixed !important;
  79.         }
  80.         
  81.         /* CENTRER LA FENÊTRE DE CONNEXION */
  82.         .all-wrapper {
  83.             display: flex;
  84.             justify-content: center;
  85.             align-items: center;
  86.             min-height: 100vh;
  87.             width: 100%;
  88.         }
  89.         
  90.         .auth-box-w {
  91.             margin: 20px auto;
  92.             position: relative;
  93.             z-index: 1;
  94.             width: 100%;
  95.             max-width: 500px;
  96.         }
  97.     </style>
  98. </head>
  99. <body class=\"auth-wrapper\">
  100. <div class=\"all-wrapper with-pattern\">
  101.     ";
  102.         // line 51
  103.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  104.         // line 105
  105.         yield "</div>
  106. </body>
  107. ";
  108.         // line 107
  109.         yield from $this->unwrap()->yieldBlock('fos_user_script'$context$blocks);
  110.         // line 109
  111.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  112.         // line 110
  113.         yield "<script>
  114.     \$('#buttonSelectLang').on('click', function ()  {
  115.         if(\$('#selectLang').prop('hidden') == true) {
  116.             \$('#selectLang').prop('hidden', false);
  117.         } else {
  118.             \$('#selectLang').prop('hidden', true);
  119.         }
  120.     });
  121.     setTimeout(function() {
  122.         var alertDanger = document.querySelector('.alert-danger');
  123.         var alertSuccess = document.querySelector('.alert-success');
  124.         var alertWarning = document.querySelector('.alert-warning');
  125.     }, 5000);
  126. </script>
  127. </html>";
  128.         
  129.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         yield from [];
  133.     }
  134.     // line 19
  135.     /**
  136.      * @return iterable<null|scalar|\Stringable>
  137.      */
  138.     public function block_stylesheets(array $context, array $blocks = []): iterable
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  145.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("newApp");
  146.         
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148.         
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  150.         yield from [];
  151.     }
  152.     // line 51
  153.     /**
  154.      * @return iterable<null|scalar|\Stringable>
  155.      */
  156.     public function block_body(array $context, array $blocks = []): iterable
  157.     {
  158.         $macros $this->macros;
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  163.         // line 52
  164.         yield "        <h1 hidden>";
  165.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("referencement.base_security"), "html"nulltrue);
  166.         yield "</h1>
  167.         <div class=\"auth-box-w\">
  168.             <div id=\"loginHeader\" class=\"logo-w\" style=\"padding: 25px 3px 0 30px; margin: auto ; display: flex; justify-content: space-around;\">
  169.                 <a href=\"#\"><img alt=\"\" src=\"";
  170.         // line 55
  171.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/pinsuprem/logo_ifef.jpg"), "html"nulltrue);
  172.         yield "\" width=\"135\"></a>
  173.                 <a href=\"#\"><img alt=\"\" src=\"";
  174.         // line 56
  175.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/pinsuprem/logo_oif.png"), "html"nulltrue);
  176.         yield "\" width=\"160\"></a>
  177.                 <button id=\"buttonSelectLang\" class=\"btn btn-primary\" style=\"height: 40px; margin: 30px auto 10px auto\">";
  178.         // line 57
  179.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.language"), "html"nulltrue);
  180.         yield "</button>
  181.             </div>
  182.             <ul id=\"selectLang\" hidden=\"\" class=\"list-unstyled\" style=\"display: flex; flex-direction: row; justify-content: space-around;\">
  183.                 <li value=\"lang_fr\"><a href=\"";
  184.         // line 61
  185.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'61$this->source); })()), "request", [], "any"falsefalsefalse61), "getBaseURL", [], "method"falsefalsefalse61), "html"nulltrue);
  186.         yield "/fr/login\"> ";
  187.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.french"), "html"nulltrue);
  188.         yield " <img src=\"";
  189.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/fr.png"), "html"nulltrue);
  190.         yield "\" alt=\"French\"></a></li>
  191.                 <li value=\"lang_en\"><a href=\"";
  192.         // line 62
  193.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'62$this->source); })()), "request", [], "any"falsefalsefalse62), "getBaseURL", [], "method"falsefalsefalse62), "html"nulltrue);
  194.         yield "/en/login\"> ";
  195.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.english"), "html"nulltrue);
  196.         yield " <img src=\"";
  197.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/en.png"), "html"nulltrue);
  198.         yield "\" alt=\"English\"></a></li>
  199.                 <li value=\"lang_es\"><a href=\"";
  200.         // line 63
  201.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'63$this->source); })()), "request", [], "any"falsefalsefalse63), "getBaseURL", [], "method"falsefalsefalse63), "html"nulltrue);
  202.         yield "/es/login\"> ";
  203.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.spanish"), "html"nulltrue);
  204.         yield " <img src=\"";
  205.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/es.png"), "html"nulltrue);
  206.         yield "\" alt=\"Spanish\"></a></li>
  207.                 <li value=\"lang_pt\"><a href=\"";
  208.         // line 64
  209.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "getBaseURL", [], "method"falsefalsefalse64), "html"nulltrue);
  210.         yield "/pt/login\"> ";
  211.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.portuguese"), "html"nulltrue);
  212.         yield " <img src=\"";
  213.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/pt.png"), "html"nulltrue);
  214.         yield "\" alt=\"Portuguese\"></a></li>
  215.             </ul>
  216.             ";
  217.         // line 66
  218.         yield from $this->unwrap()->yieldBlock('fos_user_title'$context$blocks);
  219.         // line 68
  220.         yield "
  221.             ";
  222.         // line 69
  223.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'69$this->source); })()), "session", [], "any"falsefalsefalse69), "flashBag", [], "any"falsefalsefalse69), "has", ["danger"], "method"falsefalsefalse69) == true)) {
  224.             // line 70
  225.             yield "                <div class=\"alert alert-danger alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
  226.                     <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  227.                         <span aria-hidden=\"true\">&times;</span>
  228.                     </button>
  229.                     ";
  230.             // line 74
  231.             $context['_parent'] = $context;
  232.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'74$this->source); })()), "session", [], "any"falsefalsefalse74), "flashbag", [], "any"falsefalsefalse74), "get", ["danger"], "method"falsefalsefalse74));
  233.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  234.                 // line 75
  235.                 yield "                        <p class=\"text-center w-100 mb-0\">";
  236.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  237.                 yield "</p>
  238.                     ";
  239.             }
  240.             $_parent $context['_parent'];
  241.             unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  242.             $context array_intersect_key($context$_parent) + $_parent;
  243.             // line 77
  244.             yield "                </div>
  245.             ";
  246.         }
  247.         // line 79
  248.         yield "
  249.             ";
  250.         // line 80
  251.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'80$this->source); })()), "session", [], "any"falsefalsefalse80), "flashBag", [], "any"falsefalsefalse80), "has", ["warning"], "method"falsefalsefalse80) == true)) {
  252.             // line 81
  253.             yield "                <div class=\"alert alert-warning alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
  254.                     <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  255.                         <span aria-hidden=\"true\">&times;</span>
  256.                     </button>
  257.                     ";
  258.             // line 85
  259.             $context['_parent'] = $context;
  260.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'85$this->source); })()), "session", [], "any"falsefalsefalse85), "flashbag", [], "any"falsefalsefalse85), "get", ["warning"], "method"falsefalsefalse85));
  261.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  262.                 // line 86
  263.                 yield "                        <p class=\"text-center w-100 mb-0\">";
  264.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  265.                 yield "</p>
  266.                     ";
  267.             }
  268.             $_parent $context['_parent'];
  269.             unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  270.             $context array_intersect_key($context$_parent) + $_parent;
  271.             // line 88
  272.             yield "                </div>
  273.             ";
  274.         }
  275.         // line 90
  276.         yield "            ";
  277.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'90$this->source); })()), "session", [], "any"falsefalsefalse90), "flashBag", [], "any"falsefalsefalse90), "has", ["success"], "method"falsefalsefalse90) == true)) {
  278.             // line 91
  279.             yield "                <div class=\"alert alert-success alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
  280.                     <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  281.                         <span aria-hidden=\"true\">&times;</span>
  282.                     </button>
  283.                     ";
  284.             // line 95
  285.             $context['_parent'] = $context;
  286.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'95$this->source); })()), "session", [], "any"falsefalsefalse95), "flashbag", [], "any"falsefalsefalse95), "get", ["success"], "method"falsefalsefalse95));
  287.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  288.                 // line 96
  289.                 yield "                        <p class=\"text-center w-100 mb-0\">";
  290.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  291.                 yield "</p>
  292.                     ";
  293.             }
  294.             $_parent $context['_parent'];
  295.             unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  296.             $context array_intersect_key($context$_parent) + $_parent;
  297.             // line 98
  298.             yield "                </div>
  299.             ";
  300.         }
  301.         // line 100
  302.         yield "
  303.             ";
  304.         // line 101
  305.         yield from $this->unwrap()->yieldBlock('fos_user_content'$context$blocks);
  306.         // line 103
  307.         yield "        </div>
  308.     ";
  309.         
  310.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  311.         
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  313.         yield from [];
  314.     }
  315.     // line 66
  316.     /**
  317.      * @return iterable<null|scalar|\Stringable>
  318.      */
  319.     public function block_fos_user_title(array $context, array $blocks = []): iterable
  320.     {
  321.         $macros $this->macros;
  322.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  323.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_title"));
  324.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  325.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_title"));
  326.         // line 67
  327.         yield "            ";
  328.         
  329.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  330.         
  331.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  332.         yield from [];
  333.     }
  334.     // line 101
  335.     /**
  336.      * @return iterable<null|scalar|\Stringable>
  337.      */
  338.     public function block_fos_user_content(array $context, array $blocks = []): iterable
  339.     {
  340.         $macros $this->macros;
  341.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  342.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_content"));
  343.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  344.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_content"));
  345.         // line 102
  346.         yield "            ";
  347.         
  348.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  349.         
  350.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  351.         yield from [];
  352.     }
  353.     // line 107
  354.     /**
  355.      * @return iterable<null|scalar|\Stringable>
  356.      */
  357.     public function block_fos_user_script(array $context, array $blocks = []): iterable
  358.     {
  359.         $macros $this->macros;
  360.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  361.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_script"));
  362.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  363.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_script"));
  364.         
  365.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  366.         
  367.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  368.         yield from [];
  369.     }
  370.     // line 109
  371.     /**
  372.      * @return iterable<null|scalar|\Stringable>
  373.      */
  374.     public function block_javascripts(array $context, array $blocks = []): iterable
  375.     {
  376.         $macros $this->macros;
  377.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  378.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  379.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  380.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  381.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  382.         
  383.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  384.         
  385.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  386.         yield from [];
  387.     }
  388.     /**
  389.      * @codeCoverageIgnore
  390.      */
  391.     public function getTemplateName(): string
  392.     {
  393.         return "base_security.html.twig";
  394.     }
  395.     /**
  396.      * @codeCoverageIgnore
  397.      */
  398.     public function isTraitable(): bool
  399.     {
  400.         return false;
  401.     }
  402.     /**
  403.      * @codeCoverageIgnore
  404.      */
  405.     public function getDebugInfo(): array
  406.     {
  407.         return array (  410 => 109,  388 => 107,  377 => 102,  364 => 101,  353 => 67,  340 => 66,  328 => 103,  326 => 101,  323 => 100,  319 => 98,  310 => 96,  306 => 95,  300 => 91,  297 => 90,  293 => 88,  284 => 86,  280 => 85,  274 => 81,  272 => 80,  269 => 79,  265 => 77,  256 => 75,  252 => 74,  246 => 70,  244 => 69,  241 => 68,  239 => 66,  230 => 64,  222 => 63,  214 => 62,  206 => 61,  199 => 57,  195 => 56,  191 => 55,  184 => 52,  171 => 51,  148 => 19,  122 => 110,  120 => 109,  118 => 107,  114 => 105,  112 => 51,  82 => 24,  76 => 20,  74 => 19,  54 => 1,);
  408.     }
  409.     public function getSourceContext(): Source
  410.     {
  411.         return new Source("<!DOCTYPE html>
  412. <html>
  413. <head>
  414.     <title>Inserjeune COMORES</title>
  415.     <meta charset=\"utf-8\">
  416.     <meta name=\"description\" content=\"Taux d’insertion professionnelle des jeunes diplômés de l’enseignement technique et de la formation professionnelle et de la satisfaction des entreprises\">
  417.     <meta name=\"robots\" content=\"index, follow\">
  418.     <meta name=\"keywords\" content=\"oif, ifef, inserjeune, insertion, enseignement technique, formation professionnelle, satisfaction entreprise, offre emploi, geolocalisation, diplômés, établissements de formation, enrôlement, réseau de partenaires\">
  419.     <meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">
  420.     <meta content=\"template language\" name=\"keywords\">
  421.     <meta content=\"Tamerlan Soziev\" name=\"author\">
  422.     <meta content=\"Admin dashboard html template\" name=\"description\">
  423.     <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">
  424.      <link href=\"/build/images/favicon.png\" rel=\"shortcut icon\"> 
  425.     <link href=\"apple-touch-icon.png\" rel=\"apple-touch-icon\">
  426.     <link href=\"http://fast.fonts.net/cssapi/175a63a1-3f26-476a-ab32-4e21cbdb8be2.css\" rel=\"stylesheet\">
  427.     <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css\" integrity=\"sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ\" crossorigin=\"anonymous\">
  428.     <script src=\"https://code.jquery.com/jquery-1.9.1.min.js\"></script>
  429.     {% block stylesheets %}{{ encore_entry_link_tags('newApp') }}{% endblock %}
  430.     <style>
  431.         /* FOND D'ÉCRAN */
  432.         body {
  433.             background-image: url('{{ asset('build/images/pinsuprem/bg-pattern.png') }}') !important;
  434.             background-size: cover !important;
  435.             background-position: center !important;
  436.             background-repeat: no-repeat !important;
  437.             background-attachment: fixed !important;
  438.         }
  439.         
  440.         /* CENTRER LA FENÊTRE DE CONNEXION */
  441.         .all-wrapper {
  442.             display: flex;
  443.             justify-content: center;
  444.             align-items: center;
  445.             min-height: 100vh;
  446.             width: 100%;
  447.         }
  448.         
  449.         .auth-box-w {
  450.             margin: 20px auto;
  451.             position: relative;
  452.             z-index: 1;
  453.             width: 100%;
  454.             max-width: 500px;
  455.         }
  456.     </style>
  457. </head>
  458. <body class=\"auth-wrapper\">
  459. <div class=\"all-wrapper with-pattern\">
  460.     {% block body %}
  461.         <h1 hidden>{{ 'referencement.base_security' | trans }}</h1>
  462.         <div class=\"auth-box-w\">
  463.             <div id=\"loginHeader\" class=\"logo-w\" style=\"padding: 25px 3px 0 30px; margin: auto ; display: flex; justify-content: space-around;\">
  464.                 <a href=\"#\"><img alt=\"\" src=\"{{ asset('build/images/pinsuprem/logo_ifef.jpg') }}\" width=\"135\"></a>
  465.                 <a href=\"#\"><img alt=\"\" src=\"{{ asset('build/images/pinsuprem/logo_oif.png') }}\" width=\"160\"></a>
  466.                 <button id=\"buttonSelectLang\" class=\"btn btn-primary\" style=\"height: 40px; margin: 30px auto 10px auto\">{{ 'menu.language' | trans }}</button>
  467.             </div>
  468.             <ul id=\"selectLang\" hidden=\"\" class=\"list-unstyled\" style=\"display: flex; flex-direction: row; justify-content: space-around;\">
  469.                 <li value=\"lang_fr\"><a href=\"{{ app.request.getBaseURL() }}/fr/login\"> {{ 'menu.french' | trans }} <img src=\"{{ asset('build/images/icon/country/fr.png') }}\" alt=\"French\"></a></li>
  470.                 <li value=\"lang_en\"><a href=\"{{ app.request.getBaseURL() }}/en/login\"> {{ 'menu.english' | trans }} <img src=\"{{ asset('build/images/icon/country/en.png') }}\" alt=\"English\"></a></li>
  471.                 <li value=\"lang_es\"><a href=\"{{ app.request.getBaseURL() }}/es/login\"> {{ 'menu.spanish' | trans }} <img src=\"{{ asset('build/images/icon/country/es.png') }}\" alt=\"Spanish\"></a></li>
  472.                 <li value=\"lang_pt\"><a href=\"{{ app.request.getBaseURL() }}/pt/login\"> {{ 'menu.portuguese' | trans }} <img src=\"{{ asset('build/images/icon/country/pt.png') }}\" alt=\"Portuguese\"></a></li>
  473.             </ul>
  474.             {% block fos_user_title %}
  475.             {% endblock fos_user_title %}
  476.             {% if app.session.flashBag.has('danger') == true %}
  477.                 <div class=\"alert alert-danger alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
  478.                     <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  479.                         <span aria-hidden=\"true\">&times;</span>
  480.                     </button>
  481.                     {% for message in app.session.flashbag.get('danger') %}
  482.                         <p class=\"text-center w-100 mb-0\">{{ message }}</p>
  483.                     {% endfor %}
  484.                 </div>
  485.             {% endif %}
  486.             {% if app.session.flashBag.has('warning') == true %}
  487.                 <div class=\"alert alert-warning alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
  488.                     <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  489.                         <span aria-hidden=\"true\">&times;</span>
  490.                     </button>
  491.                     {% for message in app.session.flashbag.get('warning') %}
  492.                         <p class=\"text-center w-100 mb-0\">{{ message }}</p>
  493.                     {% endfor %}
  494.                 </div>
  495.             {% endif %}
  496.             {% if app.session.flashBag.has('success') == true %}
  497.                 <div class=\"alert alert-success alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
  498.                     <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  499.                         <span aria-hidden=\"true\">&times;</span>
  500.                     </button>
  501.                     {% for message in app.session.flashbag.get('success') %}
  502.                         <p class=\"text-center w-100 mb-0\">{{ message }}</p>
  503.                     {% endfor %}
  504.                 </div>
  505.             {% endif %}
  506.             {% block fos_user_content %}
  507.             {% endblock fos_user_content %}
  508.         </div>
  509.     {% endblock %}
  510. </div>
  511. </body>
  512. {% block fos_user_script %}
  513. {% endblock %}
  514. {% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}
  515. <script>
  516.     \$('#buttonSelectLang').on('click', function ()  {
  517.         if(\$('#selectLang').prop('hidden') == true) {
  518.             \$('#selectLang').prop('hidden', false);
  519.         } else {
  520.             \$('#selectLang').prop('hidden', true);
  521.         }
  522.     });
  523.     setTimeout(function() {
  524.         var alertDanger = document.querySelector('.alert-danger');
  525.         var alertSuccess = document.querySelector('.alert-success');
  526.         var alertWarning = document.querySelector('.alert-warning');
  527.     }, 5000);
  528. </script>
  529. </html>""base_security.html.twig""/var/www/inserjeune.km/templates/base_security.html.twig");
  530.     }
  531. }