<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* basepm.html.twig */
class __TwigTemplate_0136de002f0977d1d3f78fe963d2ae38 extends Template
{
private $source;
private $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 = [])
{
$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
echo "<!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
$this->displayBlock('title', $context, $blocks);
// line 13
echo " </title>
<link rel=\"icon\" type=\"image/x-icon\" href=\"";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
echo "\"/>
";
// line 18
$this->displayBlock('stylesheets', $context, $blocks);
// line 30
echo "</head>
";
// line 31
$this->displayBlock('baliseBody', $context, $blocks);
// line 34
echo "<header>
";
// line 35
$this->displayBlock('menu', $context, $blocks);
// line 175
echo "
</header>
";
// line 178
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 178, $this->source); })()), "flashes", ["success"], "method", false, false, false, 178));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 179
echo " <br>
<div class=\"alert alert-success centrer shadowJm\" style=\"font-size: 22px\">
";
// line 181
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 184
echo "
";
// line 186
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 186, $this->source); })()), "flashes", ["danger"], "method", false, false, false, 186));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 187
echo " <br>
<div class=\"alert alert-danger centrer shadowJm\" style=\"font-size: 22px\">
";
// line 189
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 192
echo "
";
// line 195
$this->displayBlock('body', $context, $blocks);
// line 198
echo "
";
// line 222
echo "
<footer>
";
// line 238
echo "
";
// line 241
$this->displayBlock('footer', $context, $blocks);
// line 262
echo "
";
// line 264
$this->displayBlock('javascripts', $context, $blocks);
// line 275
echo "
</footer>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 10
public function block_title($context, array $blocks = [])
{
$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
echo " Projet métiers
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 18
public function block_stylesheets($context, array $blocks = [])
{
$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
echo "
<link rel=\"stylesheet\" href=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrapFlaty.css"), "html", null, true);
echo "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/form.css"), "html", null, true);
echo "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/footer.css"), "html", null, true);
echo "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/cookiesModal.css"), "html", null, true);
echo "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/styles.css"), "html", null, true);
echo "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-awesome.css"), "html", null, true);
echo "\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/general.css"), "html", null, true);
echo "\" 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);
}
// line 31
public function block_baliseBody($context, array $blocks = [])
{
$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
echo "<body>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 35
public function block_menu($context, array $blocks = [])
{
$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
echo " <div id=\"scrollTop\" class=\"menu\">
";
// line 48
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
echo "\" class=\"floatLeft linksHome\"><img
src=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
echo "\"
style=\"height: 50px; margin-top: -10px;\"></a>
<a href=\"";
// line 53
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
echo "\"
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
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("histoire");
echo "\">Projets Métiers : création</a>
<a href=\"";
// line 63
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partage");
echo "\">Une solution fédérative</a>
<a href=\"";
// line 64
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actions");
echo "\">Nos actions</a>
<a href=\"";
// line 65
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("equipe");
echo "\">L'équipe « Projets Métiers »</a>
<a href=\"";
// line 66
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("implantation");
echo "\">Le réseau « Projets Métiers »</a>
<a href=\"";
// line 67
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partenaires");
echo "\">Les partenaires de l'association « Projets Métiers »</a>
<a href=\"";
// line 68
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("financement");
echo "\">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
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methode");
echo "\">Le parcours « Projets Métiers »</a>
<a href=\"";
// line 78
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bases");
echo "\">Projets Métiers s'appuie sur la recherche</a>
<a href=\"";
// line 79
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
echo "\">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
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profession");
echo "\">Comment se retrouver dans l'univers des métiers ?</a>
<a href=\"";
// line 89
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vies");
echo "\">Des vies professionnelles réussies</a>
</div>
</div>
<a href=\"";
// line 94
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\"
class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">Contact</a>
";
// line 102
echo "
<!-- 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
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui");
echo "\" class=\"drResponsvive menuBold\">Qui sommes-nous?</a>
<a href=\"";
// line 110
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("histoire");
echo "\" class=\"drResponsvive\">L’histoire de Projets Métiers</a>
<a href=\"";
// line 111
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partage");
echo "\" class=\"drResponsvive\">Un partage des tâches</a>
<a href=\"";
// line 112
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actions");
echo "\" class=\"drResponsvive\">Nos actions</a>
<a href=\"";
// line 113
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("equipe");
echo "\" class=\"drResponsvive\">L'équipe</a>
<a href=\"";
// line 114
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("implantation");
echo "\" class=\"drResponsvive\">L’implantation territoriale</a>
<a href=\"";
// line 115
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partenaires");
echo "\" class=\"drResponsvive\">Les partenaires</a>
<a href=\"";
// line 116
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methodeMenu");
echo "\" class=\"drResponsvive menuBold\">La méthode Projets Métiers</a>
<a href=\"";
// line 117
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methode");
echo "\" class=\"drResponsvive\">La méthode</a>
<a href=\"";
// line 118
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bases");
echo "\" class=\"drResponsvive\">Les bases scientifiques de la méthode Projets Métiers</a>
<a href=\"";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
echo "\" class=\"drResponsvive\">Témoignages</a>
<a href=\"";
// line 120
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
echo "\" class=\"drResponsvive menuBold\">L’orientation en évolution</a>
<a href=\"";
// line 121
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profession");
echo "\" class=\"drResponsvive\">Profession de foi</a>
<a href=\"";
// line 122
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
echo "\" class=\"drResponsvive\">Actualités de l’orientation</a>
<a href=\"";
// line 123
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vies");
echo "\" class=\"drResponsvive\">Vies professionnelles réussies</a>
<a href=\"";
// line 124
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\" class=\"drResponsvive menuBold\">Contact</a>
";
// line 130
echo "
</div>
</div>
<!-- fin menu responsive-->
<!-- gestion utilisateurs-->
<div class=\"dropdown floatRight bgWhiteMenu\">
";
// line 137
$this->displayBlock('iconeUser', $context, $blocks);
// line 140
echo " <div class=\"dropdown-content bgWhiteMenu\">
";
// line 142
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 143
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_redirect");
echo "\" >";
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 143, $this->source); })()), "user", [], "any", false, false, false, 143), "username", [], "any", false, false, false, 143)), "html", null, true);
echo "</a>
<a href=\"";
// line 144
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("modifProfil");
echo "\">Modifier mot de passe</a>
<a href=\"";
// line 145
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
echo "\">Se déconnecter</a>
";
} else {
// line 147
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
echo "\">Se connecter</a>
<a href=\"";
// line 148
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_loginPage");
echo "\">S'inscrire</a>
";
}
// line 150
echo "
";
// line 167
echo "
</div>
</div>
</div>
<!-- fin gestion utilisateurs-->
<!-- fin menu -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 137
public function block_iconeUser($context, array $blocks = [])
{
$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
echo " <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);
}
// line 195
public function block_body($context, array $blocks = [])
{
$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
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 241
public function block_footer($context, array $blocks = [])
{
$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
echo " <div class=\"full blocFooterBas\">
<div style=\"width: 50%; display: inline-block\">
<p><a href=\"";
// line 245
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cgupartenaires");
echo "\" target=\"_blank\">CGU PARTENAIRES</a> </p>
<p><a href=\"";
// line 246
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentions");
echo "\">MENTIONS LEGALES</a></p>
<p><a href=\"";
// line 247
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\">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
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
echo "\" alt =\"logo\" class=\"logoBas\"></a>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 264
public function block_javascripts($context, array $blocks = [])
{
$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
echo "
<script src=\"";
// line 266
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/carouselFlickity.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 267
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/cookiesModal.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 268
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/accordeon.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 269
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/menu.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 270
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.min.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 271
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/popper.min.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 272
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.min.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "basepm.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 648 => 272, 644 => 271, 640 => 270, 636 => 269, 632 => 268, 628 => 267, 624 => 266, 621 => 265, 611 => 264, 594 => 257, 581 => 247, 577 => 246, 573 => 245, 568 => 242, 558 => 241, 547 => 196, 537 => 195, 526 => 138, 516 => 137, 499 => 167, 492 => 150, 487 => 148, 482 => 147, 477 => 145, 473 => 144, 466 => 143, 464 => 142, 460 => 140, 458 => 137, 449 => 130, 445 => 124, 441 => 123, 437 => 122, 433 => 121, 429 => 120, 425 => 119, 421 => 118, 417 => 117, 413 => 116, 409 => 115, 405 => 114, 401 => 113, 397 => 112, 393 => 111, 389 => 110, 385 => 109, 376 => 102, 371 => 94, 363 => 89, 359 => 88, 347 => 79, 343 => 78, 339 => 77, 327 => 68, 323 => 67, 319 => 66, 315 => 65, 311 => 64, 307 => 63, 303 => 62, 291 => 53, 284 => 49, 279 => 48, 275 => 36, 265 => 35, 254 => 32, 244 => 31, 230 => 26, 226 => 25, 222 => 24, 218 => 23, 214 => 22, 210 => 21, 206 => 20, 203 => 19, 193 => 18, 182 => 11, 172 => 10, 157 => 275, 155 => 264, 151 => 262, 149 => 241, 144 => 238, 139 => 222, 136 => 198, 134 => 195, 129 => 192, 120 => 189, 116 => 187, 112 => 186, 108 => 184, 99 => 181, 95 => 179, 91 => 178, 86 => 175, 84 => 35, 81 => 34, 79 => 31, 76 => 30, 74 => 18, 69 => 16, 64 => 13, 62 => 10, 51 => 1,);
}
public function getSourceContext()
{
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");
}
}