<?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;
/* basepm.html.twig */
class __TwigTemplate_b9fc260515971e8af845f92f1d78d642 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'],
'baliseBody' => [$this, 'block_baliseBody'],
'menu' => [$this, 'block_menu'],
'iconeUser' => [$this, 'block_iconeUser'],
'body' => [$this, 'block_body'],
'footer' => [$this, 'block_footer'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "basepm.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "basepm.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"description\" content=\"Projets Métiers\">
<title>
";
// line 10
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
// line 13
yield " </title>
<link rel=\"icon\" type=\"image/x-icon\" href=\"";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
yield "\"/>
";
// line 18
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 30
yield "</head>
";
// line 31
yield from $this->unwrap()->yieldBlock('baliseBody', $context, $blocks);
// line 34
yield "<header>
";
// line 35
yield from $this->unwrap()->yieldBlock('menu', $context, $blocks);
// line 175
yield "
</header>
";
// line 178
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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); })()), "flashes", ["success"], "method", false, false, false, 178));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 179
yield " <br>
<div class=\"alert alert-success centrer shadowJm\" style=\"font-size: 22px\">
";
// line 181
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 184
yield "
";
// line 186
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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); })()), "flashes", ["danger"], "method", false, false, false, 186));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 187
yield " <br>
<div class=\"alert alert-danger centrer shadowJm\" style=\"font-size: 22px\">
";
// line 189
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 192
yield "
";
// line 195
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 198
yield "
";
// line 222
yield "
<footer>
";
// line 238
yield "
";
// line 241
yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
// line 262
yield "
";
// line 264
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 275
yield "
</footer>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 10
/**
* @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 11
yield " Projet métiers
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 18
/**
* @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 19
yield "
<link rel=\"stylesheet\" href=\"";
// line 20
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrapFlaty.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/form.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 22
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/footer.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/cookiesModal.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/styles.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-awesome.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/general.css"), "html", null, true);
yield "\" type=\"text/css\"/>
<link href=\"https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap\" rel=\"stylesheet\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 31
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_baliseBody(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", "baliseBody"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "baliseBody"));
// line 32
yield "<body>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 35
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_menu(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", "menu"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 36
yield " <div id=\"scrollTop\" class=\"menu\">
";
// line 48
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
yield "\" class=\"floatLeft linksHome\"><img
src=\"";
// line 49
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
yield "\"
style=\"height: 50px; margin-top: -10px;\"></a>
<a href=\"";
// line 53
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
yield "\"
class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu JosefinSans\">Accueil</a>
<div class=\"dropdown floatLeft\">
<button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
<span class=\"blueText\">Qui sommes-nous ? </span>
</button>
<div class=\"dropdown-content leftZero bgWhiteMenu minw1\">
<a href=\"";
// line 62
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("histoire");
yield "\">Projets Métiers : création</a>
<a href=\"";
// line 63
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partage");
yield "\">Une solution fédérative</a>
<a href=\"";
// line 64
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actions");
yield "\">Nos actions</a>
<a href=\"";
// line 65
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("equipe");
yield "\">L'équipe « Projets Métiers »</a>
<a href=\"";
// line 66
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("implantation");
yield "\">Le réseau « Projets Métiers »</a>
<a href=\"";
// line 67
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partenaires");
yield "\">Les partenaires de l'association « Projets Métiers »</a>
<a href=\"";
// line 68
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("financement");
yield "\">Le financement</a>
</div>
</div>
<div class=\"dropdown floatLeft bgWhiteMenu\">
<button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
<span class=\"blueText\">Le parcours « Projets Métiers »</span>
</button>
<div class=\"dropdown-content leftZero bgWhiteMenu minw2\">
<a href=\"";
// line 77
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methode");
yield "\">Le parcours « Projets Métiers »</a>
<a href=\"";
// line 78
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bases");
yield "\">Projets Métiers s'appuie sur la recherche</a>
<a href=\"";
// line 79
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
yield "\">Témoignages</a>
</div>
</div>
<div class=\"dropdown floatLeft bgWhiteMenu\">
<button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
<span class=\"blueText\">L’orientation en évolution</span>
</button>
<div class=\"dropdown-content leftZero bgWhiteMenu minw3\">
<a href=\"";
// line 88
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profession");
yield "\">Comment se retrouver dans l'univers des métiers ?</a>
<a href=\"";
// line 89
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vies");
yield "\">Des vies professionnelles réussies</a>
</div>
</div>
<a href=\"";
// line 94
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
yield "\"
class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">Contact</a>
";
// line 102
yield "
<!-- menu responsive-->
<div class=\"dropdownMenu floatRight bgWhiteMenu\">
<button class=\"dropbtn displayLargeMenu dispalySmallMenu menuStyle bgWhiteMenu paddMenuResponsive\"><i
class=\"fa fa-bars fa-lg menuStyle\" aria-hidden=\"true\"></i>
</button>
<div class=\"dropdown-content-menu bgWhiteMenu\">
<a href=\"";
// line 109
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui");
yield "\" class=\"drResponsvive menuBold\">Qui sommes-nous?</a>
<a href=\"";
// line 110
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("histoire");
yield "\" class=\"drResponsvive\">L’histoire de Projets Métiers</a>
<a href=\"";
// line 111
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partage");
yield "\" class=\"drResponsvive\">Un partage des tâches</a>
<a href=\"";
// line 112
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actions");
yield "\" class=\"drResponsvive\">Nos actions</a>
<a href=\"";
// line 113
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("equipe");
yield "\" class=\"drResponsvive\">L'équipe</a>
<a href=\"";
// line 114
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("implantation");
yield "\" class=\"drResponsvive\">L’implantation territoriale</a>
<a href=\"";
// line 115
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partenaires");
yield "\" class=\"drResponsvive\">Les partenaires</a>
<a href=\"";
// line 116
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methodeMenu");
yield "\" class=\"drResponsvive menuBold\">La méthode Projets Métiers</a>
<a href=\"";
// line 117
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methode");
yield "\" class=\"drResponsvive\">La méthode</a>
<a href=\"";
// line 118
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bases");
yield "\" class=\"drResponsvive\">Les bases scientifiques de la méthode Projets Métiers</a>
<a href=\"";
// line 119
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
yield "\" class=\"drResponsvive\">Témoignages</a>
<a href=\"";
// line 120
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
yield "\" class=\"drResponsvive menuBold\">L’orientation en évolution</a>
<a href=\"";
// line 121
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profession");
yield "\" class=\"drResponsvive\">Profession de foi</a>
<a href=\"";
// line 122
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
yield "\" class=\"drResponsvive\">Actualités de l’orientation</a>
<a href=\"";
// line 123
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vies");
yield "\" class=\"drResponsvive\">Vies professionnelles réussies</a>
<a href=\"";
// line 124
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
yield "\" class=\"drResponsvive menuBold\">Contact</a>
";
// line 130
yield "
</div>
</div>
<!-- fin menu responsive-->
<!-- gestion utilisateurs-->
<div class=\"dropdown floatRight bgWhiteMenu\">
";
// line 137
yield from $this->unwrap()->yieldBlock('iconeUser', $context, $blocks);
// line 140
yield " <div class=\"dropdown-content bgWhiteMenu\">
";
// line 142
if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 143
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_redirect");
yield "\" >";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), 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.', 143, $this->source); })()), "user", [], "any", false, false, false, 143), "username", [], "any", false, false, false, 143)), "html", null, true);
yield "</a>
<a href=\"";
// line 144
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("modifProfil");
yield "\">Modifier mot de passe</a>
<a href=\"";
// line 145
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
yield "\">Se déconnecter</a>
";
} else {
// line 147
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
yield "\">Se connecter</a>
<a href=\"";
// line 148
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_loginPage");
yield "\">S'inscrire</a>
";
}
// line 150
yield "
";
// line 167
yield "
</div>
</div>
</div>
<!-- fin gestion utilisateurs-->
<!-- fin menu -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 137
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_iconeUser(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", "iconeUser"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "iconeUser"));
// line 138
yield " <button class=\"dropbtn menuStyle bgWhiteMenu\" style=\"padding-top: 42px ; color: #0a2f48\">Mon compte</button>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 195
/**
* @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"));
// line 196
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 241
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_footer(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", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 242
yield " <div class=\"full blocFooterBas\">
<div style=\"width: 50%; display: inline-block\">
<p><a href=\"";
// line 245
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cgupartenaires");
yield "\" target=\"_blank\">CGU PARTENAIRES</a> </p>
<p><a href=\"";
// line 246
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentions");
yield "\">MENTIONS LEGALES</a></p>
<p><a href=\"";
// line 247
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
yield "\">NOUS CONTACTER</a></p>
</div>
<div style=\"width: 48%;display: inline-block\">
<div style=\"width: 60%; display: inline-block\">
<P>ASSOCIATION PROJETS METIERS</P>
<P>75 rue de Lourmel 75015 Paris </P>
<P></br></br></P>
</div>
<div style=\"width: 38%;display: inline-block\">
<a href=\"";
// line 257
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
yield "\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
yield "\" alt =\"logo\" class=\"logoBas\"></a>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 264
/**
* @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 265
yield "
<script src=\"";
// line 266
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/carouselFlickity.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
<script src=\"";
// line 267
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/cookiesModal.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
<script src=\"";
// line 268
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/accordeon.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
<script src=\"";
// line 269
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/menu.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
<script src=\"";
// line 270
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.min.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
<script src=\"";
// line 271
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/popper.min.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
<script src=\"";
// line 272
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.min.js"), "html", null, true);
yield "\" type=\"text/javascript\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "basepm.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 685 => 272, 681 => 271, 677 => 270, 673 => 269, 669 => 268, 665 => 267, 661 => 266, 658 => 265, 645 => 264, 627 => 257, 614 => 247, 610 => 246, 606 => 245, 601 => 242, 588 => 241, 576 => 196, 563 => 195, 551 => 138, 538 => 137, 520 => 167, 513 => 150, 508 => 148, 503 => 147, 498 => 145, 494 => 144, 487 => 143, 485 => 142, 481 => 140, 479 => 137, 470 => 130, 466 => 124, 462 => 123, 458 => 122, 454 => 121, 450 => 120, 446 => 119, 442 => 118, 438 => 117, 434 => 116, 430 => 115, 426 => 114, 422 => 113, 418 => 112, 414 => 111, 410 => 110, 406 => 109, 397 => 102, 392 => 94, 384 => 89, 380 => 88, 368 => 79, 364 => 78, 360 => 77, 348 => 68, 344 => 67, 340 => 66, 336 => 65, 332 => 64, 328 => 63, 324 => 62, 312 => 53, 305 => 49, 300 => 48, 296 => 36, 283 => 35, 271 => 32, 258 => 31, 243 => 26, 239 => 25, 235 => 24, 231 => 23, 227 => 22, 223 => 21, 219 => 20, 216 => 19, 203 => 18, 191 => 11, 178 => 10, 162 => 275, 160 => 264, 156 => 262, 154 => 241, 149 => 238, 144 => 222, 141 => 198, 139 => 195, 134 => 192, 125 => 189, 121 => 187, 117 => 186, 113 => 184, 104 => 181, 100 => 179, 96 => 178, 91 => 175, 89 => 35, 86 => 34, 84 => 31, 81 => 30, 79 => 18, 74 => 16, 69 => 13, 67 => 10, 56 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"description\" content=\"Projets Métiers\">
<title>
{% block title %}
Projet métiers
{% endblock %}
</title>
<link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('images/logoPm.png') }}\"/>
{% block stylesheets %}
<link rel=\"stylesheet\" href=\"{{ asset('css/bootstrapFlaty.css') }}\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('css/form.css') }}\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('css/footer.css') }}\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('css/cookiesModal.css') }}\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('css/styles.css') }}\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('css/font-awesome.css') }}\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('css/general.css') }}\" type=\"text/css\"/>
<link href=\"https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap\" rel=\"stylesheet\">
{% endblock %}
</head>
{% block baliseBody %}
<body>
{% endblock %}
<header>
{% block menu %}
<div id=\"scrollTop\" class=\"menu\">
{#
<div class=\"dropdown floatLeft\">
<button class=\"dropbtn backroundGardient\"><i class=\"fa fa-home fa-lg\" aria-hidden=\"true\"></i></button>
<div class=\"dropdown-content leftZero\">
<a href=\"#\">Link 1</a>
<a href=\"#\">Link 2</a>
<a href=\"#\">Link 3</a>
</div
</div>
#}
<a href=\"{{ path('app_homepage') }}\" class=\"floatLeft linksHome\"><img
src=\"{{ asset ('images/logoPm.png') }}\"
style=\"height: 50px; margin-top: -10px;\"></a>
<a href=\"{{ path('app_homepage') }}\"
class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu JosefinSans\">Accueil</a>
<div class=\"dropdown floatLeft\">
<button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
<span class=\"blueText\">Qui sommes-nous ? </span>
</button>
<div class=\"dropdown-content leftZero bgWhiteMenu minw1\">
<a href=\"{{ path('histoire') }}\">Projets Métiers : création</a>
<a href=\"{{ path('partage') }}\">Une solution fédérative</a>
<a href=\"{{ path('actions') }}\">Nos actions</a>
<a href=\"{{ path('equipe') }}\">L'équipe « Projets Métiers »</a>
<a href=\"{{ path('implantation') }}\">Le réseau « Projets Métiers »</a>
<a href=\"{{ path('partenaires') }}\">Les partenaires de l'association « Projets Métiers »</a>
<a href=\"{{ path('financement') }}\">Le financement</a>
</div>
</div>
<div class=\"dropdown floatLeft bgWhiteMenu\">
<button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
<span class=\"blueText\">Le parcours « Projets Métiers »</span>
</button>
<div class=\"dropdown-content leftZero bgWhiteMenu minw2\">
<a href=\"{{ path('methode') }}\">Le parcours « Projets Métiers »</a>
<a href=\"{{ path('bases') }}\">Projets Métiers s'appuie sur la recherche</a>
<a href=\"{{ path('temoignages') }}\">Témoignages</a>
</div>
</div>
<div class=\"dropdown floatLeft bgWhiteMenu\">
<button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
<span class=\"blueText\">L’orientation en évolution</span>
</button>
<div class=\"dropdown-content leftZero bgWhiteMenu minw3\">
<a href=\"{{ path('profession') }}\">Comment se retrouver dans l'univers des métiers ?</a>
<a href=\"{{ path('vies') }}\">Des vies professionnelles réussies</a>
</div>
</div>
<a href=\"{{ path('contact') }}\"
class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">Contact</a>
{#
{% if is_granted('ROLE_ADMIN') %}
<a href=\"#\" class=\"linksButton backroundGardient displayLarge dispalySmall\">Espace administrateur</a>
{% endif %}
#}
<!-- menu responsive-->
<div class=\"dropdownMenu floatRight bgWhiteMenu\">
<button class=\"dropbtn displayLargeMenu dispalySmallMenu menuStyle bgWhiteMenu paddMenuResponsive\"><i
class=\"fa fa-bars fa-lg menuStyle\" aria-hidden=\"true\"></i>
</button>
<div class=\"dropdown-content-menu bgWhiteMenu\">
<a href=\"{{ path('qui') }}\" class=\"drResponsvive menuBold\">Qui sommes-nous?</a>
<a href=\"{{ path('histoire') }}\" class=\"drResponsvive\">L’histoire de Projets Métiers</a>
<a href=\"{{ path('partage') }}\" class=\"drResponsvive\">Un partage des tâches</a>
<a href=\"{{ path('actions') }}\" class=\"drResponsvive\">Nos actions</a>
<a href=\"{{ path('equipe') }}\" class=\"drResponsvive\">L'équipe</a>
<a href=\"{{ path('implantation') }}\" class=\"drResponsvive\">L’implantation territoriale</a>
<a href=\"{{ path('partenaires') }}\" class=\"drResponsvive\">Les partenaires</a>
<a href=\"{{ path('methodeMenu') }}\" class=\"drResponsvive menuBold\">La méthode Projets Métiers</a>
<a href=\"{{ path('methode') }}\" class=\"drResponsvive\">La méthode</a>
<a href=\"{{ path('bases') }}\" class=\"drResponsvive\">Les bases scientifiques de la méthode Projets Métiers</a>
<a href=\"{{ path('temoignages') }}\" class=\"drResponsvive\">Témoignages</a>
<a href=\"{{ path('actualites') }}\" class=\"drResponsvive menuBold\">L’orientation en évolution</a>
<a href=\"{{ path('profession') }}\" class=\"drResponsvive\">Profession de foi</a>
<a href=\"{{ path('actualites') }}\" class=\"drResponsvive\">Actualités de l’orientation</a>
<a href=\"{{ path('vies') }}\" class=\"drResponsvive\">Vies professionnelles réussies</a>
<a href=\"{{ path('contact') }}\" class=\"drResponsvive menuBold\">Contact</a>
{#
{% if is_granted('ROLE_ADMIN') %}
<a href=\"{{ path('appadmin_admin') }}\">Espace administrateur</a>
{% endif %}
#}
</div>
</div>
<!-- fin menu responsive-->
<!-- gestion utilisateurs-->
<div class=\"dropdown floatRight bgWhiteMenu\">
{% block iconeUser %}
<button class=\"dropbtn menuStyle bgWhiteMenu\" style=\"padding-top: 42px ; color: #0a2f48\">Mon compte</button>
{% endblock %}
<div class=\"dropdown-content bgWhiteMenu\">
{% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
<a href=\"{{ path('app_redirect') }}\" >{{ app.user.username|capitalize }}</a>
<a href=\"{{ path('modifProfil') }}\">Modifier mot de passe</a>
<a href=\"{{ path('app_logout') }}\">Se déconnecter</a>
{% else %}
<a href=\"{{ path('app_login') }}\">Se connecter</a>
<a href=\"{{ path('app_loginPage') }}\">S'inscrire</a>
{% endif %}
{#
{% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
<a href=\"{{ path('appuser_voir') }}\">{{ app.user.username|capitalize }}</a>
{% endif %}
{% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
<a href=\"{{ path('fos_user_security_logout') }}\">Déconnexion</a>
{% else %}
<a href=\"{{ path('fos_user_security_login') }}\">Se connecter</a>
<a href=\"{{ path('fos_user_registration_register') }}\">S'inscrire</a>
{% endif %}
#}
</div>
</div>
</div>
<!-- fin gestion utilisateurs-->
<!-- fin menu -->
{% endblock%}
</header>
{% for message in app.flashes('success') %}
<br>
<div class=\"alert alert-success centrer shadowJm\" style=\"font-size: 22px\">
{{ message }}
</div>
{% endfor %}
{% for message in app.flashes('danger') %}
<br>
<div class=\"alert alert-danger centrer shadowJm\" style=\"font-size: 22px\">
{{ message }}
</div>
{% endfor %}
{% block body %}
{% endblock %}
{#
<div id=\"cookieGeneral\" style=\"display: none\">
<div id=\"cookiemodal\" class=\"cookie-modal\">
<div class=\"cookie-modal-container\">
<div class=\"cookie-modal-container-content\">
<div class=\"cookie-modal-container-content-title\">Protection des données</div>
<div class=\"cookie-modal-container-content-text\">
<p>Pour poursuivre votre navigation dans de bonnes conditions, vous devez accepter nos <a href=\"{{ path('cgupartenaires') }}\" target=\"_blank\" class=\"blancCookies\">CGU</a> et <a href=\"{{ path('confidentialite') }}\" target=\"_blank\" class=\"blancCookies\"> Politique de confidentialité</a>.</p>
<p> <a href=\"{{ path('cgu') }}\" target=\"_blank\" class=\"blancCookies\">Plus</a></p>
</div>
<button id=\"cookieagree\" class=\"cookie-modal-container-content-button\">J'accepte</button>
</div>
</div>
</div>
</div>
#}
<footer>
{#
<div class=\"full white\">
<div class=\"blocFooter\">
<div class=\"blocFooter resSociaux \">
<a href=\"https://www.facebook.com/\" class=\"fa faFoot fa-facebook tooltipss\"
target=\"_blank\"><span class=\"tooltiptext\">Facebook</span></a>+++++++++++++++++++++++++++++++++++++++
<a href=\"https://www.instagram.com/\" class=\"fa faFoot fa-instagram tooltipss\"
target=\"_blank\"><span class=\"tooltiptext\">Instagram</span></a>
</div>
</div>
</div>
#}
{% block footer %}
<div class=\"full blocFooterBas\">
<div style=\"width: 50%; display: inline-block\">
<p><a href=\"{{ path('cgupartenaires') }}\" target=\"_blank\">CGU PARTENAIRES</a> </p>
<p><a href=\"{{ path('mentions') }}\">MENTIONS LEGALES</a></p>
<p><a href=\"{{ path('contact') }}\">NOUS CONTACTER</a></p>
</div>
<div style=\"width: 48%;display: inline-block\">
<div style=\"width: 60%; display: inline-block\">
<P>ASSOCIATION PROJETS METIERS</P>
<P>75 rue de Lourmel 75015 Paris </P>
<P></br></br></P>
</div>
<div style=\"width: 38%;display: inline-block\">
<a href=\"{{ path('app_homepage') }}\"><img src=\"{{ asset ('images/logoPm.png') }}\" alt =\"logo\" class=\"logoBas\"></a>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
<script src=\"{{ asset('js/carouselFlickity.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('js/cookiesModal.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('js/accordeon.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('js/menu.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('js/jquery.min.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('js/popper.min.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('js/bootstrap.min.js') }}\" type=\"text/javascript\"></script>
{% endblock %}
</footer>
</body>
</html>
", "basepm.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/basepm.html.twig");
}
}