<?php
use 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_security.html.twig */
class __TwigTemplate_e6e77f6a83edbb6a5d68a68e5dfe7b6eda24c8903194a79d6f06ceaf3948d063 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 = [
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'fos_user_title' => [$this, 'block_fos_user_title'],
'fos_user_content' => [$this, 'block_fos_user_content'],
'fos_user_script' => [$this, 'block_fos_user_script'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$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", "base_security.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_security.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html>
<head><title>Inserjeune IFEF</title>
<meta charset=\"utf-8\">
<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\">
<meta name=\"robots\" content=\"index, follow\">
<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\">
<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">
<meta content=\"template language\" name=\"keywords\">
<meta content=\"Tamerlan Soziev\" name=\"author\">
<meta content=\"Admin dashboard html template\" name=\"description\">
<meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">
<link href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicon.png"), "html", null, true);
yield "\" rel=\"shortcut icon\">
<link href=\"apple-touch-icon.png\" rel=\"apple-touch-icon\">
<link href=\"http://fast.fonts.net/cssapi/175a63a1-3f26-476a-ab32-4e21cbdb8be2.css\" rel=\"stylesheet\">
<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\">
<script src=\"https://code.jquery.com/jquery-1.9.1.min.js\"></script>
";
// line 18
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 19
yield "</head>
<body class=\"auth-wrapper\">
<div class=\"all-wrapper with-pattern\">
";
// line 22
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 78
yield "
</div>
</body>
";
// line 81
yield from $this->unwrap()->yieldBlock('fos_user_script', $context, $blocks);
// line 83
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 84
yield "<script>
\$('#buttonSelectLang').on('click', function () {
if(\$('#selectLang').prop('hidden') == true) {
\$('#selectLang').prop('hidden', false);
} else {
\$('#selectLang').prop('hidden', true);
}
});
setTimeout(function() {
var alertDanger = document.querySelector('.alert-danger');
var alertSuccess = document.querySelector('.alert-success');
var alertWarning = document.querySelector('.alert-warning');
// if (alertDanger) alertDanger.remove();
// if (alertSuccess) alertSuccess.remove();
// if (alertWarning) alertWarning.remove();
}, 5000);
</script>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
yield from [];
}
// line 18
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(array $context, array $blocks = []): iterable
{
$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", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("newApp");
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 22
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$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 23
yield " <h1 hidden>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("referencement.base_security"), "html", null, true);
yield "</h1>
<div class=\"auth-box-w\">
<div id=\"loginHeader\" class=\"logo-w\" style=\"padding: 25px 3px 0 30px; margin: auto ; display: flex; justify-content: space-around;\">
";
// line 27
yield " <a href=\"#\"><img alt=\"\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/pinsuprem/logo_ifef.jpg"), "html", null, true);
yield "\" width=\"135\"></a>
<a href=\"#\"><img alt=\"\" src=\"";
// line 28
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/pinsuprem/logo_oif.png"), "html", null, true);
yield "\" width=\"160\"></a>
<button id=\"buttonSelectLang\" class=\"btn btn-primary\" style=\"height: 40px; margin: 30px auto 10px auto\">";
// line 30
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.language"), "html", null, true);
yield "</button>
</div>
<ul id=\"selectLang\" hidden=\"\" class=\"list-unstyled\" style=\"display: flex; flex-direction: row; justify-content: space-around;\">
<li value=\"lang_fr\"><a href=\"";
// line 34
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.', 34, $this->source); })()), "request", [], "any", false, false, false, 34), "getBaseURL", [], "method", false, false, false, 34), "html", null, true);
yield "/fr/login\"> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.french"), "html", null, true);
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/fr.png"), "html", null, true);
yield "\" alt=\"French\"></a></li>
<li value=\"lang_en\"><a href=\"";
// line 35
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.', 35, $this->source); })()), "request", [], "any", false, false, false, 35), "getBaseURL", [], "method", false, false, false, 35), "html", null, true);
yield "/en/login\"> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.english"), "html", null, true);
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/en.png"), "html", null, true);
yield "\" alt=\"English\"></a></li>
<li value=\"lang_es\"><a href=\"";
// line 36
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.', 36, $this->source); })()), "request", [], "any", false, false, false, 36), "getBaseURL", [], "method", false, false, false, 36), "html", null, true);
yield "/es/login\"> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.spanish"), "html", null, true);
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/es.png"), "html", null, true);
yield "\" alt=\"Spanish\"></a></li>
<li value=\"lang_pt\"><a href=\"";
// line 37
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.', 37, $this->source); })()), "request", [], "any", false, false, false, 37), "getBaseURL", [], "method", false, false, false, 37), "html", null, true);
yield "/pt/login\"> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.portuguese"), "html", null, true);
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/icon/country/pt.png"), "html", null, true);
yield "\" alt=\"Portuguese\"></a></li>
</ul>
";
// line 39
yield from $this->unwrap()->yieldBlock('fos_user_title', $context, $blocks);
// line 41
yield "
";
// line 42
if ((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.', 42, $this->source); })()), "session", [], "any", false, false, false, 42), "flashBag", [], "any", false, false, false, 42), "has", ["danger"], "method", false, false, false, 42) == true)) {
// line 43
yield " <div class=\"alert alert-danger alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
";
// line 47
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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.', 47, $this->source); })()), "session", [], "any", false, false, false, 47), "flashbag", [], "any", false, false, false, 47), "get", ["danger"], "method", false, false, false, 47));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 48
yield " <p class=\"text-center w-100 mb-0\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 50
yield " </div>
";
}
// line 52
yield "
";
// line 53
if ((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.', 53, $this->source); })()), "session", [], "any", false, false, false, 53), "flashBag", [], "any", false, false, false, 53), "has", ["warning"], "method", false, false, false, 53) == true)) {
// line 54
yield " <div class=\"alert alert-warning alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
";
// line 58
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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.', 58, $this->source); })()), "session", [], "any", false, false, false, 58), "flashbag", [], "any", false, false, false, 58), "get", ["warning"], "method", false, false, false, 58));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 59
yield " <p class=\"text-center w-100 mb-0\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 61
yield " </div>
";
}
// line 63
yield " ";
if ((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.', 63, $this->source); })()), "session", [], "any", false, false, false, 63), "flashBag", [], "any", false, false, false, 63), "has", ["success"], "method", false, false, false, 63) == true)) {
// line 64
yield " <div class=\"alert alert-success alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
";
// line 68
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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.', 68, $this->source); })()), "session", [], "any", false, false, false, 68), "flashbag", [], "any", false, false, false, 68), "get", ["success"], "method", false, false, false, 68));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 69
yield " <p class=\"text-center w-100 mb-0\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
yield " </div>
";
}
// line 73
yield "
";
// line 74
yield from $this->unwrap()->yieldBlock('fos_user_content', $context, $blocks);
// line 76
yield " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 39
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_fos_user_title(array $context, array $blocks = []): iterable
{
$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", "fos_user_title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "fos_user_title"));
// line 40
yield " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 74
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_fos_user_content(array $context, array $blocks = []): iterable
{
$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", "fos_user_content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "fos_user_content"));
// line 75
yield " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 81
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_fos_user_script(array $context, array $blocks = []): iterable
{
$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", "fos_user_script"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "fos_user_script"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 83
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$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", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "base_security.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 388 => 83, 366 => 81, 355 => 75, 342 => 74, 331 => 40, 318 => 39, 306 => 76, 304 => 74, 301 => 73, 297 => 71, 288 => 69, 284 => 68, 278 => 64, 275 => 63, 271 => 61, 262 => 59, 258 => 58, 252 => 54, 250 => 53, 247 => 52, 243 => 50, 234 => 48, 230 => 47, 224 => 43, 222 => 42, 219 => 41, 217 => 39, 208 => 37, 200 => 36, 192 => 35, 184 => 34, 177 => 30, 172 => 28, 167 => 27, 160 => 23, 147 => 22, 124 => 18, 94 => 84, 92 => 83, 90 => 81, 85 => 78, 83 => 22, 78 => 19, 76 => 18, 68 => 13, 54 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html>
<head><title>Inserjeune IFEF</title>
<meta charset=\"utf-8\">
<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\">
<meta name=\"robots\" content=\"index, follow\">
<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\">
<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">
<meta content=\"template language\" name=\"keywords\">
<meta content=\"Tamerlan Soziev\" name=\"author\">
<meta content=\"Admin dashboard html template\" name=\"description\">
<meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">
<link href=\"{{ asset('build/images/favicon.png') }}\" rel=\"shortcut icon\">
<link href=\"apple-touch-icon.png\" rel=\"apple-touch-icon\">
<link href=\"http://fast.fonts.net/cssapi/175a63a1-3f26-476a-ab32-4e21cbdb8be2.css\" rel=\"stylesheet\">
<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\">
<script src=\"https://code.jquery.com/jquery-1.9.1.min.js\"></script>
{% block stylesheets %}{{ encore_entry_link_tags('newApp') }}{% endblock %}
</head>
<body class=\"auth-wrapper\">
<div class=\"all-wrapper with-pattern\">
{% block body %}
<h1 hidden>{{ 'referencement.base_security' | trans }}</h1>
<div class=\"auth-box-w\">
<div id=\"loginHeader\" class=\"logo-w\" style=\"padding: 25px 3px 0 30px; margin: auto ; display: flex; justify-content: space-around;\">
{# {{ include ('_customize_header_login.html.twig') }}#}
<a href=\"#\"><img alt=\"\" src=\"{{ asset('build/images/pinsuprem/logo_ifef.jpg') }}\" width=\"135\"></a>
<a href=\"#\"><img alt=\"\" src=\"{{ asset('build/images/pinsuprem/logo_oif.png') }}\" width=\"160\"></a>
<button id=\"buttonSelectLang\" class=\"btn btn-primary\" style=\"height: 40px; margin: 30px auto 10px auto\">{{ 'menu.language' | trans }}</button>
</div>
<ul id=\"selectLang\" hidden=\"\" class=\"list-unstyled\" style=\"display: flex; flex-direction: row; justify-content: space-around;\">
<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>
<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>
<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>
<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>
</ul>
{% block fos_user_title %}
{% endblock fos_user_title %}
{% if app.session.flashBag.has('danger') == true %}
<div class=\"alert alert-danger alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
{% for message in app.session.flashbag.get('danger') %}
<p class=\"text-center w-100 mb-0\">{{ message }}</p>
{% endfor %}
</div>
{% endif %}
{% if app.session.flashBag.has('warning') == true %}
<div class=\"alert alert-warning alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
{% for message in app.session.flashbag.get('warning') %}
<p class=\"text-center w-100 mb-0\">{{ message }}</p>
{% endfor %}
</div>
{% endif %}
{% if app.session.flashBag.has('success') == true %}
<div class=\"alert alert-success alert-dismissible\" role=\"alert\" stype=\"font-size: 10px\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
{% for message in app.session.flashbag.get('success') %}
<p class=\"text-center w-100 mb-0\">{{ message }}</p>
{% endfor %}
</div>
{% endif %}
{% block fos_user_content %}
{% endblock fos_user_content %}
</div>
{% endblock %}
</div>
</body>
{% block fos_user_script %}
{% endblock %}
{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}
<script>
\$('#buttonSelectLang').on('click', function () {
if(\$('#selectLang').prop('hidden') == true) {
\$('#selectLang').prop('hidden', false);
} else {
\$('#selectLang').prop('hidden', true);
}
});
setTimeout(function() {
var alertDanger = document.querySelector('.alert-danger');
var alertSuccess = document.querySelector('.alert-success');
var alertWarning = document.querySelector('.alert-warning');
// if (alertDanger) alertDanger.remove();
// if (alertSuccess) alertSuccess.remove();
// if (alertWarning) alertWarning.remove();
}, 5000);
</script>
</html>
", "base_security.html.twig", "/var/www/html/inserjeune/templates/base_security.html.twig");
}
}