var/cache/dev/twig/ba/ba1b768ada7f68693a8cb2538b5513e73ed0b9daa9ea497d16335d38218aa262.php line 56

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. /* fiche/_includes/options-non-participant.html.twig */
  14. class __TwigTemplate_dfc36ae3e9529162e5b16e0773a6e5b36eba52daded42460b73da665d0dde492 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.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""fiche/_includes/options-non-participant.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""fiche/_includes/options-non-participant.html.twig"));
  33.         // line 1
  34.         echo "<div class=\"fiche-options admin-etab mb-2 pb-2\">
  35.     <h2>Vous êtes le responsable de cet établissement ?</h2>
  36.     <p>Complétez vos informations afin d'améliorer l'orientation des familles<br>
  37.         vers votre établissement.</p>
  38.     ";
  39.         // line 5
  40.         $this->loadTemplate("_includes/lien-masque.html.twig""fiche/_includes/options-non-participant.html.twig"5)->display(twig_to_array(["target" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("completer-fiche", ["id" => twig_get_attribute($this->env$this->source,         // line 6
  41. (isset($context["etablissement"]) || array_key_exists("etablissement"$context) ? $context["etablissement"] : (function () { throw new RuntimeError('Variable "etablissement" does not exist.'6$this->source); })()), "id", [], "any"falsefalsefalse6)]), "content" => "Complétez votre fiche !"]));
  42.         // line 9
  43.         echo "</div>
  44. ";
  45.         // line 11
  46.         $this->loadTemplate("fiche/_includes/insertion-non-participant.html.twig""fiche/_includes/options-non-participant.html.twig"11)->display($context);
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     public function getTemplateName()
  53.     {
  54.         return "fiche/_includes/options-non-participant.html.twig";
  55.     }
  56.     public function isTraitable()
  57.     {
  58.         return false;
  59.     }
  60.     public function getDebugInfo()
  61.     {
  62.         return array (  56 => 11,  52 => 9,  50 => 6,  49 => 5,  43 => 1,);
  63.     }
  64.     public function getSourceContext()
  65.     {
  66.         return new Source("<div class=\"fiche-options admin-etab mb-2 pb-2\">
  67.     <h2>Vous êtes le responsable de cet établissement ?</h2>
  68.     <p>Complétez vos informations afin d'améliorer l'orientation des familles<br>
  69.         vers votre établissement.</p>
  70.     {% include '_includes/lien-masque.html.twig' with {
  71.                   'target': path('completer-fiche', {'id': etablissement.id}),
  72.                   'content': 'Complétez votre fiche !',
  73.     } only %}
  74. </div>
  75. {% include \"fiche/_includes/insertion-non-participant.html.twig\" %}""fiche/_includes/options-non-participant.html.twig""/app/templates/fiche/_includes/options-non-participant.html.twig");
  76.     }
  77. }