<?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;
/* fiche/_includes/options-non-participant.html.twig */
class __TwigTemplate_dfc36ae3e9529162e5b16e0773a6e5b36eba52daded42460b73da665d0dde492 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "fiche/_includes/options-non-participant.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "fiche/_includes/options-non-participant.html.twig"));
// line 1
echo "<div class=\"fiche-options admin-etab mb-2 pb-2\">
<h2>Vous êtes le responsable de cet établissement ?</h2>
<p>Complétez vos informations afin d'améliorer l'orientation des familles<br>
vers votre établissement.</p>
";
// line 5
$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
(isset($context["etablissement"]) || array_key_exists("etablissement", $context) ? $context["etablissement"] : (function () { throw new RuntimeError('Variable "etablissement" does not exist.', 6, $this->source); })()), "id", [], "any", false, false, false, 6)]), "content" => "Complétez votre fiche !"]));
// line 9
echo "</div>
";
// line 11
$this->loadTemplate("fiche/_includes/insertion-non-participant.html.twig", "fiche/_includes/options-non-participant.html.twig", 11)->display($context);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "fiche/_includes/options-non-participant.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 11, 52 => 9, 50 => 6, 49 => 5, 43 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"fiche-options admin-etab mb-2 pb-2\">
<h2>Vous êtes le responsable de cet établissement ?</h2>
<p>Complétez vos informations afin d'améliorer l'orientation des familles<br>
vers votre établissement.</p>
{% include '_includes/lien-masque.html.twig' with {
'target': path('completer-fiche', {'id': etablissement.id}),
'content': 'Complétez votre fiche !',
} only %}
</div>
{% include \"fiche/_includes/insertion-non-participant.html.twig\" %}", "fiche/_includes/options-non-participant.html.twig", "/app/templates/fiche/_includes/options-non-participant.html.twig");
}
}