<?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;
/* general/methode.html.twig */
class __TwigTemplate_8f02af8d4695bccb4fa473269bed1c27 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 10
return "basepm.html.twig";
}
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", "general/methode.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "general/methode.html.twig"));
$this->parent = $this->loadTemplate("basepm.html.twig", "general/methode.html.twig", 10);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 12
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"));
echo "La Méthode - Projets Métiers";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 14
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 15
echo " <div class=\"container-sm\">
<h1 class=\"txtRouges\"><span class=\"souligne\">Le parcours Projets Métiers</span></h1>
<img src=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/methode/parcours.png"), "html", null, true);
echo "\" class=\"mx-auto d-block shadowJm\" style=\"width:90%\">
<br>
<p>PROJETS METIERS, c’est un parcours simple et clair. </p>
<p><b>Deux étapes:</b> La Connaissance de soi et la Construction du projet.</p>
<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>
habituellement et on apprend à choisir en se posant les bonnes questions sur les métiers.</p>
<p><b>Le jeune est acteur/auteur de son projet:</b> Il est libre de conduire son parcours comme il l’entend.</p>
<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>
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>
<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>
<p>Le projet de formation suit le projet professionnel. Il ne le précède pas.</p>
</div>
<br>
<br>
<br>
<br> <br>
<br>
<br>
<br>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "general/methode.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 92 => 17, 88 => 15, 78 => 14, 59 => 12, 36 => 10,);
}
public function getSourceContext()
{
return new Source("{#
/*
* Ce fichier est la propriété de l'association (c) Projets Métiers
*
* (c) crée par Jean-Marc CATALA <jeanmmarccatala@gmail.com>
*
*/
#}
{% extends 'basepm.html.twig' %}
{% block title %}La Méthode - Projets Métiers{% endblock %}
{% block body %}
<div class=\"container-sm\">
<h1 class=\"txtRouges\"><span class=\"souligne\">Le parcours Projets Métiers</span></h1>
<img src=\"{{ asset ('images/methode/parcours.png') }}\" class=\"mx-auto d-block shadowJm\" style=\"width:90%\">
<br>
<p>PROJETS METIERS, c’est un parcours simple et clair. </p>
<p><b>Deux étapes:</b> La Connaissance de soi et la Construction du projet.</p>
<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>
habituellement et on apprend à choisir en se posant les bonnes questions sur les métiers.</p>
<p><b>Le jeune est acteur/auteur de son projet:</b> Il est libre de conduire son parcours comme il l’entend.</p>
<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>
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>
<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>
<p>Le projet de formation suit le projet professionnel. Il ne le précède pas.</p>
</div>
<br>
<br>
<br>
<br> <br>
<br>
<br>
<br>
{% endblock %}", "general/methode.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/general/methode.html.twig");
}
}