var/cache/dev/twig/38/3845681186d73ee6d61ee440ee7da376.php line 265

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* basepm.html.twig */
  14. class __TwigTemplate_0136de002f0977d1d3f78fe963d2ae38 extends Template
  15. {
  16. private $source;
  17. private $macros = [];
  18. public function __construct(Environment $env)
  19. {
  20. parent::__construct($env);
  21. $this->source = $this->getSourceContext();
  22. $this->parent = false;
  23. $this->blocks = [
  24. 'title' => [$this, 'block_title'],
  25. 'stylesheets' => [$this, 'block_stylesheets'],
  26. 'baliseBody' => [$this, 'block_baliseBody'],
  27. 'menu' => [$this, 'block_menu'],
  28. 'iconeUser' => [$this, 'block_iconeUser'],
  29. 'body' => [$this, 'block_body'],
  30. 'footer' => [$this, 'block_footer'],
  31. 'javascripts' => [$this, 'block_javascripts'],
  32. ];
  33. }
  34. protected function doDisplay(array $context, array $blocks = [])
  35. {
  36. $macros = $this->macros;
  37. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "basepm.html.twig"));
  39. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "basepm.html.twig"));
  41. // line 1
  42. echo "<!DOCTYPE html>
  43. <html>
  44. <head>
  45. <meta charset=\"UTF-8\">
  46. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  47. <meta name=\"description\" content=\"Projets Métiers\">
  48. <title>
  49. ";
  50. // line 10
  51. $this->displayBlock('title', $context, $blocks);
  52. // line 13
  53. echo " </title>
  54. <link rel=\"icon\" type=\"image/x-icon\" href=\"";
  55. // line 16
  56. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
  57. echo "\"/>
  58. ";
  59. // line 18
  60. $this->displayBlock('stylesheets', $context, $blocks);
  61. // line 30
  62. echo "</head>
  63. ";
  64. // line 31
  65. $this->displayBlock('baliseBody', $context, $blocks);
  66. // line 34
  67. echo "<header>
  68. ";
  69. // line 35
  70. $this->displayBlock('menu', $context, $blocks);
  71. // line 175
  72. echo "
  73. </header>
  74. ";
  75. // line 178
  76. $context['_parent'] = $context;
  77. $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));
  78. foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  79. // line 179
  80. echo " <br>
  81. <div class=\"alert alert-success centrer shadowJm\" style=\"font-size: 22px\">
  82. ";
  83. // line 181
  84. echo twig_escape_filter($this->env, $context["message"], "html", null, true);
  85. echo "
  86. </div>
  87. ";
  88. }
  89. $_parent = $context['_parent'];
  90. unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  91. $context = array_intersect_key($context, $_parent) + $_parent;
  92. // line 184
  93. echo "
  94. ";
  95. // line 186
  96. $context['_parent'] = $context;
  97. $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));
  98. foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  99. // line 187
  100. echo " <br>
  101. <div class=\"alert alert-danger centrer shadowJm\" style=\"font-size: 22px\">
  102. ";
  103. // line 189
  104. echo twig_escape_filter($this->env, $context["message"], "html", null, true);
  105. echo "
  106. </div>
  107. ";
  108. }
  109. $_parent = $context['_parent'];
  110. unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  111. $context = array_intersect_key($context, $_parent) + $_parent;
  112. // line 192
  113. echo "
  114. ";
  115. // line 195
  116. $this->displayBlock('body', $context, $blocks);
  117. // line 198
  118. echo "
  119. ";
  120. // line 222
  121. echo "
  122. <footer>
  123. ";
  124. // line 238
  125. echo "
  126. ";
  127. // line 241
  128. $this->displayBlock('footer', $context, $blocks);
  129. // line 262
  130. echo "
  131. ";
  132. // line 264
  133. $this->displayBlock('javascripts', $context, $blocks);
  134. // line 275
  135. echo "
  136. </footer>
  137. </body>
  138. </html>
  139. ";
  140. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  141. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  142. }
  143. // line 10
  144. public function block_title($context, array $blocks = [])
  145. {
  146. $macros = $this->macros;
  147. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  148. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  149. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  150. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  151. // line 11
  152. echo " Projet métiers
  153. ";
  154. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  156. }
  157. // line 18
  158. public function block_stylesheets($context, array $blocks = [])
  159. {
  160. $macros = $this->macros;
  161. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  162. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  163. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  164. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  165. // line 19
  166. echo "
  167. <link rel=\"stylesheet\" href=\"";
  168. // line 20
  169. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrapFlaty.css"), "html", null, true);
  170. echo "\" type=\"text/css\"/>
  171. <link rel=\"stylesheet\" href=\"";
  172. // line 21
  173. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/form.css"), "html", null, true);
  174. echo "\" type=\"text/css\"/>
  175. <link rel=\"stylesheet\" href=\"";
  176. // line 22
  177. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/footer.css"), "html", null, true);
  178. echo "\" type=\"text/css\"/>
  179. <link rel=\"stylesheet\" href=\"";
  180. // line 23
  181. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/cookiesModal.css"), "html", null, true);
  182. echo "\" type=\"text/css\"/>
  183. <link rel=\"stylesheet\" href=\"";
  184. // line 24
  185. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/styles.css"), "html", null, true);
  186. echo "\" type=\"text/css\"/>
  187. <link rel=\"stylesheet\" href=\"";
  188. // line 25
  189. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-awesome.css"), "html", null, true);
  190. echo "\" type=\"text/css\"/>
  191. <link rel=\"stylesheet\" href=\"";
  192. // line 26
  193. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/general.css"), "html", null, true);
  194. echo "\" type=\"text/css\"/>
  195. <link href=\"https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap\" rel=\"stylesheet\">
  196. ";
  197. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  198. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  199. }
  200. // line 31
  201. public function block_baliseBody($context, array $blocks = [])
  202. {
  203. $macros = $this->macros;
  204. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "baliseBody"));
  206. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "baliseBody"));
  208. // line 32
  209. echo "<body>
  210. ";
  211. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  212. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  213. }
  214. // line 35
  215. public function block_menu($context, array $blocks = [])
  216. {
  217. $macros = $this->macros;
  218. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  219. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
  220. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  221. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
  222. // line 36
  223. echo " <div id=\"scrollTop\" class=\"menu\">
  224. ";
  225. // line 48
  226. echo " <a href=\"";
  227. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
  228. echo "\" class=\"floatLeft linksHome\"><img
  229. src=\"";
  230. // line 49
  231. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
  232. echo "\"
  233. style=\"height: 50px; margin-top: -10px;\"></a>
  234. <a href=\"";
  235. // line 53
  236. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
  237. echo "\"
  238. class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu JosefinSans\">Accueil</a>
  239. <div class=\"dropdown floatLeft\">
  240. <button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
  241. <span class=\"blueText\">Qui sommes-nous ? </span>
  242. </button>
  243. <div class=\"dropdown-content leftZero bgWhiteMenu minw1\">
  244. <a href=\"";
  245. // line 62
  246. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("histoire");
  247. echo "\">Projets Métiers : création</a>
  248. <a href=\"";
  249. // line 63
  250. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partage");
  251. echo "\">Une solution fédérative</a>
  252. <a href=\"";
  253. // line 64
  254. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actions");
  255. echo "\">Nos actions</a>
  256. <a href=\"";
  257. // line 65
  258. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("equipe");
  259. echo "\">L'équipe « Projets Métiers »</a>
  260. <a href=\"";
  261. // line 66
  262. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("implantation");
  263. echo "\">Le réseau « Projets Métiers »</a>
  264. <a href=\"";
  265. // line 67
  266. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partenaires");
  267. echo "\">Les partenaires de l'association « Projets Métiers »</a>
  268. <a href=\"";
  269. // line 68
  270. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("financement");
  271. echo "\">Le financement</a>
  272. </div>
  273. </div>
  274. <div class=\"dropdown floatLeft bgWhiteMenu\">
  275. <button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
  276. <span class=\"blueText\">Le parcours « Projets Métiers »</span>
  277. </button>
  278. <div class=\"dropdown-content leftZero bgWhiteMenu minw2\">
  279. <a href=\"";
  280. // line 77
  281. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methode");
  282. echo "\">Le parcours « Projets Métiers »</a>
  283. <a href=\"";
  284. // line 78
  285. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bases");
  286. echo "\">Projets Métiers s'appuie sur la recherche</a>
  287. <a href=\"";
  288. // line 79
  289. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
  290. echo "\">Témoignages</a>
  291. </div>
  292. </div>
  293. <div class=\"dropdown floatLeft bgWhiteMenu\">
  294. <button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
  295. <span class=\"blueText\">L’orientation en évolution</span>
  296. </button>
  297. <div class=\"dropdown-content leftZero bgWhiteMenu minw3\">
  298. <a href=\"";
  299. // line 88
  300. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profession");
  301. echo "\">Comment se retrouver dans l'univers des métiers ?</a>
  302. <a href=\"";
  303. // line 89
  304. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vies");
  305. echo "\">Des vies professionnelles réussies</a>
  306. </div>
  307. </div>
  308. <a href=\"";
  309. // line 94
  310. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  311. echo "\"
  312. class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">Contact</a>
  313. ";
  314. // line 102
  315. echo "
  316. <!-- menu responsive-->
  317. <div class=\"dropdownMenu floatRight bgWhiteMenu\">
  318. <button class=\"dropbtn displayLargeMenu dispalySmallMenu menuStyle bgWhiteMenu paddMenuResponsive\"><i
  319. class=\"fa fa-bars fa-lg menuStyle\" aria-hidden=\"true\"></i>
  320. </button>
  321. <div class=\"dropdown-content-menu bgWhiteMenu\">
  322. <a href=\"";
  323. // line 109
  324. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui");
  325. echo "\" class=\"drResponsvive menuBold\">Qui sommes-nous?</a>
  326. <a href=\"";
  327. // line 110
  328. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("histoire");
  329. echo "\" class=\"drResponsvive\">L’histoire de Projets Métiers</a>
  330. <a href=\"";
  331. // line 111
  332. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partage");
  333. echo "\" class=\"drResponsvive\">Un partage des tâches</a>
  334. <a href=\"";
  335. // line 112
  336. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actions");
  337. echo "\" class=\"drResponsvive\">Nos actions</a>
  338. <a href=\"";
  339. // line 113
  340. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("equipe");
  341. echo "\" class=\"drResponsvive\">L'équipe</a>
  342. <a href=\"";
  343. // line 114
  344. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("implantation");
  345. echo "\" class=\"drResponsvive\">L’implantation territoriale</a>
  346. <a href=\"";
  347. // line 115
  348. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("partenaires");
  349. echo "\" class=\"drResponsvive\">Les partenaires</a>
  350. <a href=\"";
  351. // line 116
  352. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methodeMenu");
  353. echo "\" class=\"drResponsvive menuBold\">La méthode Projets Métiers</a>
  354. <a href=\"";
  355. // line 117
  356. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("methode");
  357. echo "\" class=\"drResponsvive\">La méthode</a>
  358. <a href=\"";
  359. // line 118
  360. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bases");
  361. echo "\" class=\"drResponsvive\">Les bases scientifiques de la méthode Projets Métiers</a>
  362. <a href=\"";
  363. // line 119
  364. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
  365. echo "\" class=\"drResponsvive\">Témoignages</a>
  366. <a href=\"";
  367. // line 120
  368. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
  369. echo "\" class=\"drResponsvive menuBold\">L’orientation en évolution</a>
  370. <a href=\"";
  371. // line 121
  372. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profession");
  373. echo "\" class=\"drResponsvive\">Profession de foi</a>
  374. <a href=\"";
  375. // line 122
  376. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
  377. echo "\" class=\"drResponsvive\">Actualités de l’orientation</a>
  378. <a href=\"";
  379. // line 123
  380. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vies");
  381. echo "\" class=\"drResponsvive\">Vies professionnelles réussies</a>
  382. <a href=\"";
  383. // line 124
  384. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  385. echo "\" class=\"drResponsvive menuBold\">Contact</a>
  386. ";
  387. // line 130
  388. echo "
  389. </div>
  390. </div>
  391. <!-- fin menu responsive-->
  392. <!-- gestion utilisateurs-->
  393. <div class=\"dropdown floatRight bgWhiteMenu\">
  394. ";
  395. // line 137
  396. $this->displayBlock('iconeUser', $context, $blocks);
  397. // line 140
  398. echo " <div class=\"dropdown-content bgWhiteMenu\">
  399. ";
  400. // line 142
  401. if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  402. // line 143
  403. echo " <a href=\"";
  404. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_redirect");
  405. echo "\" >";
  406. 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);
  407. echo "</a>
  408. <a href=\"";
  409. // line 144
  410. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("modifProfil");
  411. echo "\">Modifier mot de passe</a>
  412. <a href=\"";
  413. // line 145
  414. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  415. echo "\">Se déconnecter</a>
  416. ";
  417. } else {
  418. // line 147
  419. echo " <a href=\"";
  420. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
  421. echo "\">Se connecter</a>
  422. <a href=\"";
  423. // line 148
  424. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_loginPage");
  425. echo "\">S'inscrire</a>
  426. ";
  427. }
  428. // line 150
  429. echo "
  430. ";
  431. // line 167
  432. echo "
  433. </div>
  434. </div>
  435. </div>
  436. <!-- fin gestion utilisateurs-->
  437. <!-- fin menu -->
  438. ";
  439. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  440. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  441. }
  442. // line 137
  443. public function block_iconeUser($context, array $blocks = [])
  444. {
  445. $macros = $this->macros;
  446. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  447. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "iconeUser"));
  448. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  449. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "iconeUser"));
  450. // line 138
  451. echo " <button class=\"dropbtn menuStyle bgWhiteMenu\" style=\"padding-top: 42px ; color: #0a2f48\">Mon compte</button>
  452. ";
  453. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  454. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  455. }
  456. // line 195
  457. public function block_body($context, array $blocks = [])
  458. {
  459. $macros = $this->macros;
  460. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  461. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  462. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  463. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  464. // line 196
  465. echo "
  466. ";
  467. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  468. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  469. }
  470. // line 241
  471. public function block_footer($context, array $blocks = [])
  472. {
  473. $macros = $this->macros;
  474. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  475. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  476. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  477. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  478. // line 242
  479. echo " <div class=\"full blocFooterBas\">
  480. <div style=\"width: 50%; display: inline-block\">
  481. <p><a href=\"";
  482. // line 245
  483. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cgupartenaires");
  484. echo "\" target=\"_blank\">CGU PARTENAIRES</a> </p>
  485. <p><a href=\"";
  486. // line 246
  487. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentions");
  488. echo "\">MENTIONS LEGALES</a></p>
  489. <p><a href=\"";
  490. // line 247
  491. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  492. echo "\">NOUS CONTACTER</a></p>
  493. </div>
  494. <div style=\"width: 48%;display: inline-block\">
  495. <div style=\"width: 60%; display: inline-block\">
  496. <P>ASSOCIATION PROJETS METIERS</P>
  497. <P>75 rue de Lourmel 75015 Paris </P>
  498. <P></br></br></P>
  499. </div>
  500. <div style=\"width: 38%;display: inline-block\">
  501. <a href=\"";
  502. // line 257
  503. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
  504. echo "\"><img src=\"";
  505. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logoPm.png"), "html", null, true);
  506. echo "\" alt =\"logo\" class=\"logoBas\"></a>
  507. </div>
  508. </div>
  509. </div>
  510. ";
  511. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  512. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  513. }
  514. // line 264
  515. public function block_javascripts($context, array $blocks = [])
  516. {
  517. $macros = $this->macros;
  518. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  519. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  520. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  521. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  522. // line 265
  523. echo "
  524. <script src=\"";
  525. // line 266
  526. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/carouselFlickity.js"), "html", null, true);
  527. echo "\" type=\"text/javascript\"></script>
  528. <script src=\"";
  529. // line 267
  530. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/cookiesModal.js"), "html", null, true);
  531. echo "\" type=\"text/javascript\"></script>
  532. <script src=\"";
  533. // line 268
  534. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/accordeon.js"), "html", null, true);
  535. echo "\" type=\"text/javascript\"></script>
  536. <script src=\"";
  537. // line 269
  538. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/menu.js"), "html", null, true);
  539. echo "\" type=\"text/javascript\"></script>
  540. <script src=\"";
  541. // line 270
  542. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.min.js"), "html", null, true);
  543. echo "\" type=\"text/javascript\"></script>
  544. <script src=\"";
  545. // line 271
  546. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/popper.min.js"), "html", null, true);
  547. echo "\" type=\"text/javascript\"></script>
  548. <script src=\"";
  549. // line 272
  550. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.min.js"), "html", null, true);
  551. echo "\" type=\"text/javascript\"></script>
  552. ";
  553. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  554. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  555. }
  556. /**
  557. * @codeCoverageIgnore
  558. */
  559. public function getTemplateName()
  560. {
  561. return "basepm.html.twig";
  562. }
  563. /**
  564. * @codeCoverageIgnore
  565. */
  566. public function isTraitable()
  567. {
  568. return false;
  569. }
  570. /**
  571. * @codeCoverageIgnore
  572. */
  573. public function getDebugInfo()
  574. {
  575. 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,);
  576. }
  577. public function getSourceContext()
  578. {
  579. return new Source("<!DOCTYPE html>
  580. <html>
  581. <head>
  582. <meta charset=\"UTF-8\">
  583. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  584. <meta name=\"description\" content=\"Projets Métiers\">
  585. <title>
  586. {% block title %}
  587. Projet métiers
  588. {% endblock %}
  589. </title>
  590. <link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('images/logoPm.png') }}\"/>
  591. {% block stylesheets %}
  592. <link rel=\"stylesheet\" href=\"{{ asset('css/bootstrapFlaty.css') }}\" type=\"text/css\"/>
  593. <link rel=\"stylesheet\" href=\"{{ asset('css/form.css') }}\" type=\"text/css\"/>
  594. <link rel=\"stylesheet\" href=\"{{ asset('css/footer.css') }}\" type=\"text/css\"/>
  595. <link rel=\"stylesheet\" href=\"{{ asset('css/cookiesModal.css') }}\" type=\"text/css\"/>
  596. <link rel=\"stylesheet\" href=\"{{ asset('css/styles.css') }}\" type=\"text/css\"/>
  597. <link rel=\"stylesheet\" href=\"{{ asset('css/font-awesome.css') }}\" type=\"text/css\"/>
  598. <link rel=\"stylesheet\" href=\"{{ asset('css/general.css') }}\" type=\"text/css\"/>
  599. <link href=\"https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap\" rel=\"stylesheet\">
  600. {% endblock %}
  601. </head>
  602. {% block baliseBody %}
  603. <body>
  604. {% endblock %}
  605. <header>
  606. {% block menu %}
  607. <div id=\"scrollTop\" class=\"menu\">
  608. {#
  609. <div class=\"dropdown floatLeft\">
  610. <button class=\"dropbtn backroundGardient\"><i class=\"fa fa-home fa-lg\" aria-hidden=\"true\"></i></button>
  611. <div class=\"dropdown-content leftZero\">
  612. <a href=\"#\">Link 1</a>
  613. <a href=\"#\">Link 2</a>
  614. <a href=\"#\">Link 3</a>
  615. </div
  616. </div>
  617. #}
  618. <a href=\"{{ path('app_homepage') }}\" class=\"floatLeft linksHome\"><img
  619. src=\"{{ asset ('images/logoPm.png') }}\"
  620. style=\"height: 50px; margin-top: -10px;\"></a>
  621. <a href=\"{{ path('app_homepage') }}\"
  622. class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu JosefinSans\">Accueil</a>
  623. <div class=\"dropdown floatLeft\">
  624. <button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
  625. <span class=\"blueText\">Qui sommes-nous ? </span>
  626. </button>
  627. <div class=\"dropdown-content leftZero bgWhiteMenu minw1\">
  628. <a href=\"{{ path('histoire') }}\">Projets Métiers : création</a>
  629. <a href=\"{{ path('partage') }}\">Une solution fédérative</a>
  630. <a href=\"{{ path('actions') }}\">Nos actions</a>
  631. <a href=\"{{ path('equipe') }}\">L'équipe « Projets Métiers »</a>
  632. <a href=\"{{ path('implantation') }}\">Le réseau « Projets Métiers »</a>
  633. <a href=\"{{ path('partenaires') }}\">Les partenaires de l'association « Projets Métiers »</a>
  634. <a href=\"{{ path('financement') }}\">Le financement</a>
  635. </div>
  636. </div>
  637. <div class=\"dropdown floatLeft bgWhiteMenu\">
  638. <button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
  639. <span class=\"blueText\">Le parcours « Projets Métiers »</span>
  640. </button>
  641. <div class=\"dropdown-content leftZero bgWhiteMenu minw2\">
  642. <a href=\"{{ path('methode') }}\">Le parcours « Projets Métiers »</a>
  643. <a href=\"{{ path('bases') }}\">Projets Métiers s'appuie sur la recherche</a>
  644. <a href=\"{{ path('temoignages') }}\">Témoignages</a>
  645. </div>
  646. </div>
  647. <div class=\"dropdown floatLeft bgWhiteMenu\">
  648. <button class=\"dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">
  649. <span class=\"blueText\">L’orientation en évolution</span>
  650. </button>
  651. <div class=\"dropdown-content leftZero bgWhiteMenu minw3\">
  652. <a href=\"{{ path('profession') }}\">Comment se retrouver dans l'univers des métiers ?</a>
  653. <a href=\"{{ path('vies') }}\">Des vies professionnelles réussies</a>
  654. </div>
  655. </div>
  656. <a href=\"{{ path('contact') }}\"
  657. class=\" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu\">Contact</a>
  658. {#
  659. {% if is_granted('ROLE_ADMIN') %}
  660. <a href=\"#\" class=\"linksButton backroundGardient displayLarge dispalySmall\">Espace administrateur</a>
  661. {% endif %}
  662. #}
  663. <!-- menu responsive-->
  664. <div class=\"dropdownMenu floatRight bgWhiteMenu\">
  665. <button class=\"dropbtn displayLargeMenu dispalySmallMenu menuStyle bgWhiteMenu paddMenuResponsive\"><i
  666. class=\"fa fa-bars fa-lg menuStyle\" aria-hidden=\"true\"></i>
  667. </button>
  668. <div class=\"dropdown-content-menu bgWhiteMenu\">
  669. <a href=\"{{ path('qui') }}\" class=\"drResponsvive menuBold\">Qui sommes-nous?</a>
  670. <a href=\"{{ path('histoire') }}\" class=\"drResponsvive\">L’histoire de Projets Métiers</a>
  671. <a href=\"{{ path('partage') }}\" class=\"drResponsvive\">Un partage des tâches</a>
  672. <a href=\"{{ path('actions') }}\" class=\"drResponsvive\">Nos actions</a>
  673. <a href=\"{{ path('equipe') }}\" class=\"drResponsvive\">L'équipe</a>
  674. <a href=\"{{ path('implantation') }}\" class=\"drResponsvive\">L’implantation territoriale</a>
  675. <a href=\"{{ path('partenaires') }}\" class=\"drResponsvive\">Les partenaires</a>
  676. <a href=\"{{ path('methodeMenu') }}\" class=\"drResponsvive menuBold\">La méthode Projets Métiers</a>
  677. <a href=\"{{ path('methode') }}\" class=\"drResponsvive\">La méthode</a>
  678. <a href=\"{{ path('bases') }}\" class=\"drResponsvive\">Les bases scientifiques de la méthode Projets Métiers</a>
  679. <a href=\"{{ path('temoignages') }}\" class=\"drResponsvive\">Témoignages</a>
  680. <a href=\"{{ path('actualites') }}\" class=\"drResponsvive menuBold\">L’orientation en évolution</a>
  681. <a href=\"{{ path('profession') }}\" class=\"drResponsvive\">Profession de foi</a>
  682. <a href=\"{{ path('actualites') }}\" class=\"drResponsvive\">Actualités de l’orientation</a>
  683. <a href=\"{{ path('vies') }}\" class=\"drResponsvive\">Vies professionnelles réussies</a>
  684. <a href=\"{{ path('contact') }}\" class=\"drResponsvive menuBold\">Contact</a>
  685. {#
  686. {% if is_granted('ROLE_ADMIN') %}
  687. <a href=\"{{ path('appadmin_admin') }}\">Espace administrateur</a>
  688. {% endif %}
  689. #}
  690. </div>
  691. </div>
  692. <!-- fin menu responsive-->
  693. <!-- gestion utilisateurs-->
  694. <div class=\"dropdown floatRight bgWhiteMenu\">
  695. {% block iconeUser %}
  696. <button class=\"dropbtn menuStyle bgWhiteMenu\" style=\"padding-top: 42px ; color: #0a2f48\">Mon compte</button>
  697. {% endblock %}
  698. <div class=\"dropdown-content bgWhiteMenu\">
  699. {% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
  700. <a href=\"{{ path('app_redirect') }}\" >{{ app.user.username|capitalize }}</a>
  701. <a href=\"{{ path('modifProfil') }}\">Modifier mot de passe</a>
  702. <a href=\"{{ path('app_logout') }}\">Se déconnecter</a>
  703. {% else %}
  704. <a href=\"{{ path('app_login') }}\">Se connecter</a>
  705. <a href=\"{{ path('app_loginPage') }}\">S'inscrire</a>
  706. {% endif %}
  707. {#
  708. {% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
  709. <a href=\"{{ path('appuser_voir') }}\">{{ app.user.username|capitalize }}</a>
  710. {% endif %}
  711. {% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
  712. <a href=\"{{ path('fos_user_security_logout') }}\">Déconnexion</a>
  713. {% else %}
  714. <a href=\"{{ path('fos_user_security_login') }}\">Se connecter</a>
  715. <a href=\"{{ path('fos_user_registration_register') }}\">S'inscrire</a>
  716. {% endif %}
  717. #}
  718. </div>
  719. </div>
  720. </div>
  721. <!-- fin gestion utilisateurs-->
  722. <!-- fin menu -->
  723. {% endblock%}
  724. </header>
  725. {% for message in app.flashes('success') %}
  726. <br>
  727. <div class=\"alert alert-success centrer shadowJm\" style=\"font-size: 22px\">
  728. {{ message }}
  729. </div>
  730. {% endfor %}
  731. {% for message in app.flashes('danger') %}
  732. <br>
  733. <div class=\"alert alert-danger centrer shadowJm\" style=\"font-size: 22px\">
  734. {{ message }}
  735. </div>
  736. {% endfor %}
  737. {% block body %}
  738. {% endblock %}
  739. {#
  740. <div id=\"cookieGeneral\" style=\"display: none\">
  741. <div id=\"cookiemodal\" class=\"cookie-modal\">
  742. <div class=\"cookie-modal-container\">
  743. <div class=\"cookie-modal-container-content\">
  744. <div class=\"cookie-modal-container-content-title\">Protection des données</div>
  745. <div class=\"cookie-modal-container-content-text\">
  746. <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>
  747. <p> <a href=\"{{ path('cgu') }}\" target=\"_blank\" class=\"blancCookies\">Plus</a></p>
  748. </div>
  749. <button id=\"cookieagree\" class=\"cookie-modal-container-content-button\">J'accepte</button>
  750. </div>
  751. </div>
  752. </div>
  753. </div>
  754. #}
  755. <footer>
  756. {#
  757. <div class=\"full white\">
  758. <div class=\"blocFooter\">
  759. <div class=\"blocFooter resSociaux \">
  760. <a href=\"https://www.facebook.com/\" class=\"fa faFoot fa-facebook tooltipss\"
  761. target=\"_blank\"><span class=\"tooltiptext\">Facebook</span></a>+++++++++++++++++++++++++++++++++++++++
  762. <a href=\"https://www.instagram.com/\" class=\"fa faFoot fa-instagram tooltipss\"
  763. target=\"_blank\"><span class=\"tooltiptext\">Instagram</span></a>
  764. </div>
  765. </div>
  766. </div>
  767. #}
  768. {% block footer %}
  769. <div class=\"full blocFooterBas\">
  770. <div style=\"width: 50%; display: inline-block\">
  771. <p><a href=\"{{ path('cgupartenaires') }}\" target=\"_blank\">CGU PARTENAIRES</a> </p>
  772. <p><a href=\"{{ path('mentions') }}\">MENTIONS LEGALES</a></p>
  773. <p><a href=\"{{ path('contact') }}\">NOUS CONTACTER</a></p>
  774. </div>
  775. <div style=\"width: 48%;display: inline-block\">
  776. <div style=\"width: 60%; display: inline-block\">
  777. <P>ASSOCIATION PROJETS METIERS</P>
  778. <P>75 rue de Lourmel 75015 Paris </P>
  779. <P></br></br></P>
  780. </div>
  781. <div style=\"width: 38%;display: inline-block\">
  782. <a href=\"{{ path('app_homepage') }}\"><img src=\"{{ asset ('images/logoPm.png') }}\" alt =\"logo\" class=\"logoBas\"></a>
  783. </div>
  784. </div>
  785. </div>
  786. {% endblock %}
  787. {% block javascripts %}
  788. <script src=\"{{ asset('js/carouselFlickity.js') }}\" type=\"text/javascript\"></script>
  789. <script src=\"{{ asset('js/cookiesModal.js') }}\" type=\"text/javascript\"></script>
  790. <script src=\"{{ asset('js/accordeon.js') }}\" type=\"text/javascript\"></script>
  791. <script src=\"{{ asset('js/menu.js') }}\" type=\"text/javascript\"></script>
  792. <script src=\"{{ asset('js/jquery.min.js') }}\" type=\"text/javascript\"></script>
  793. <script src=\"{{ asset('js/popper.min.js') }}\" type=\"text/javascript\"></script>
  794. <script src=\"{{ asset('js/bootstrap.min.js') }}\" type=\"text/javascript\"></script>
  795. {% endblock %}
  796. </footer>
  797. </body>
  798. </html>
  799. ", "basepm.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/basepm.html.twig");
  800. }
  801. }