var/cache/dev/twig/9f/9fbe31d99b350cc9fd8889c743983869.php line 44

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* general/methode.html.twig */
  16. class __TwigTemplate_580f7b376a6c15a9776c59ce9e27fdd9 extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->blocks = [
  28. 'title' => [$this, 'block_title'],
  29. 'body' => [$this, 'block_body'],
  30. ];
  31. }
  32. protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33. {
  34. // line 10
  35. return "basepm.html.twig";
  36. }
  37. protected function doDisplay(array $context, array $blocks = []): iterable
  38. {
  39. $macros = $this->macros;
  40. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "general/methode.html.twig"));
  42. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "general/methode.html.twig"));
  44. $this->parent = $this->load("basepm.html.twig", 10);
  45. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  46. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48. }
  49. // line 12
  50. /**
  51. * @return iterable<null|scalar|\Stringable>
  52. */
  53. public function block_title(array $context, array $blocks = []): iterable
  54. {
  55. $macros = $this->macros;
  56. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  58. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  60. yield "La Méthode - Projets Métiers";
  61. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  63. yield from [];
  64. }
  65. // line 14
  66. /**
  67. * @return iterable<null|scalar|\Stringable>
  68. */
  69. public function block_body(array $context, array $blocks = []): iterable
  70. {
  71. $macros = $this->macros;
  72. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  73. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  74. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  75. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  76. // line 15
  77. yield " <div class=\"container-sm\">
  78. <h1 class=\"txtRouges\"><span class=\"souligne\">Le parcours Projets Métiers</span></h1>
  79. <img src=\"";
  80. // line 17
  81. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/methode/parcours.png"), "html", null, true);
  82. yield "\" class=\"mx-auto d-block shadowJm\" style=\"width:90%\">
  83. <br>
  84. <p>PROJETS METIERS, c’est un parcours simple et clair. </p>
  85. <p><b>Deux étapes:</b> La Connaissance de soi et la Construction du projet.</p>
  86. <p><b>Une démarche pédagogique plutôt que psychologique:</b> On apprend à se connaitre en s’interrogeant sur la façon dont on se comporte</br>
  87. habituellement et on apprend à choisir en se posant les bonnes questions sur les métiers.</p>
  88. <p><b>Le jeune est acteur/auteur de son projet:</b> Il est libre de conduire son parcours comme il l’entend.</p>
  89. <p>Les auteurs du parcours ont voulu que le projet du jeune ne soit pas un projet purement scolaire centré sur une formation et l’obtention d’un diplôme.</br>
  90. Ce n’est pas seulement un choix de métier. C’est aussi le choix d’un secteur d’activité qui l’intéresse et d’un environnement de travail.</p>
  91. <p>Le projet d’avenir est d’abord le choix d’un mode de vie. C’est un outil pour prendre son destin en main de façon responsable.</p>
  92. <p>Le projet de formation suit le projet professionnel. Il ne le précède pas.</p>
  93. </div>
  94. <br>
  95. <br>
  96. <br>
  97. <br> <br>
  98. <br>
  99. <br>
  100. <br>
  101. ";
  102. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  103. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  104. yield from [];
  105. }
  106. /**
  107. * @codeCoverageIgnore
  108. */
  109. public function getTemplateName(): string
  110. {
  111. return "general/methode.html.twig";
  112. }
  113. /**
  114. * @codeCoverageIgnore
  115. */
  116. public function isTraitable(): bool
  117. {
  118. return false;
  119. }
  120. /**
  121. * @codeCoverageIgnore
  122. */
  123. public function getDebugInfo(): array
  124. {
  125. return array ( 104 => 17, 100 => 15, 87 => 14, 64 => 12, 41 => 10,);
  126. }
  127. public function getSourceContext(): Source
  128. {
  129. return new Source("{#
  130. /*
  131. * Ce fichier est la propriété de l'association (c) Projets Métiers
  132. *
  133. * (c) crée par Jean-Marc CATALA <jeanmmarccatala@gmail.com>
  134. *
  135. */
  136. #}
  137. {% extends 'basepm.html.twig' %}
  138. {% block title %}La Méthode - Projets Métiers{% endblock %}
  139. {% block body %}
  140. <div class=\"container-sm\">
  141. <h1 class=\"txtRouges\"><span class=\"souligne\">Le parcours Projets Métiers</span></h1>
  142. <img src=\"{{ asset ('images/methode/parcours.png') }}\" class=\"mx-auto d-block shadowJm\" style=\"width:90%\">
  143. <br>
  144. <p>PROJETS METIERS, c’est un parcours simple et clair. </p>
  145. <p><b>Deux étapes:</b> La Connaissance de soi et la Construction du projet.</p>
  146. <p><b>Une démarche pédagogique plutôt que psychologique:</b> On apprend à se connaitre en s’interrogeant sur la façon dont on se comporte</br>
  147. habituellement et on apprend à choisir en se posant les bonnes questions sur les métiers.</p>
  148. <p><b>Le jeune est acteur/auteur de son projet:</b> Il est libre de conduire son parcours comme il l’entend.</p>
  149. <p>Les auteurs du parcours ont voulu que le projet du jeune ne soit pas un projet purement scolaire centré sur une formation et l’obtention d’un diplôme.</br>
  150. Ce n’est pas seulement un choix de métier. C’est aussi le choix d’un secteur d’activité qui l’intéresse et d’un environnement de travail.</p>
  151. <p>Le projet d’avenir est d’abord le choix d’un mode de vie. C’est un outil pour prendre son destin en main de façon responsable.</p>
  152. <p>Le projet de formation suit le projet professionnel. Il ne le précède pas.</p>
  153. </div>
  154. <br>
  155. <br>
  156. <br>
  157. <br> <br>
  158. <br>
  159. <br>
  160. <br>
  161. {% endblock %}", "general/methode.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/general/methode.html.twig");
  162. }
  163. }