var/cache/dev/twig/5d/5d3274cc06fb0e9eb77857a09f91de3e.php line 43

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. /* service-regulations/public-sanitation.html.twig */
  16. class __TwigTemplate_161020383861a12efa252a4178c5970b 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.             'body' => [$this'block_body'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""service-regulations/public-sanitation.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""service-regulations/public-sanitation.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""service-regulations/public-sanitation.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 3
  51.     /**
  52.      * @return iterable<null|scalar|\Stringable>
  53.      */
  54.     public function block_body(array $context, array $blocks = []): iterable
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  61.         // line 4
  62.         yield "
  63.     <nav aria-label=\"breadcrumb\">
  64.         <ol class=\"breadcrumb\">
  65.             <li class=\"breadcrumb-item\"><a href=\"";
  66.         // line 7
  67.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("service-regulations");
  68.         yield "\">Règlements des services</a></li>
  69.             <li class=\"breadcrumb-item active\" aria-current=\"page\">Règlement du service public d'assainissement</li>
  70.         </ol>
  71.     </nav>
  72.     <div class=\"container large-tile\">
  73.         <h1 id=\"titre_ass\">Règlement du service public d'assainissement</h1>
  74.         ";
  75.         // line 16
  76.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicHelp"]) || array_key_exists("dynamicHelp"$context) ? $context["dynamicHelp"] : (function () { throw new RuntimeError('Variable "dynamicHelp" does not exist.'16$this->source); })()), "get", ["reglement_assainissement"], "method"falsefalsefalse16);
  77.         yield "
  78.     </div>
  79. ";
  80.         
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  82.         
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  84.         yield from [];
  85.     }
  86.     /**
  87.      * @codeCoverageIgnore
  88.      */
  89.     public function getTemplateName(): string
  90.     {
  91.         return "service-regulations/public-sanitation.html.twig";
  92.     }
  93.     /**
  94.      * @codeCoverageIgnore
  95.      */
  96.     public function isTraitable(): bool
  97.     {
  98.         return false;
  99.     }
  100.     /**
  101.      * @codeCoverageIgnore
  102.      */
  103.     public function getDebugInfo(): array
  104.     {
  105.         return array (  93 => 16,  81 => 7,  76 => 4,  63 => 3,  40 => 1,);
  106.     }
  107.     public function getSourceContext(): Source
  108.     {
  109.         return new Source("{% extends 'base.html.twig' %}
  110. {% block body %}
  111.     <nav aria-label=\"breadcrumb\">
  112.         <ol class=\"breadcrumb\">
  113.             <li class=\"breadcrumb-item\"><a href=\"{{ path(\"service-regulations\") }}\">Règlements des services</a></li>
  114.             <li class=\"breadcrumb-item active\" aria-current=\"page\">Règlement du service public d'assainissement</li>
  115.         </ol>
  116.     </nav>
  117.     <div class=\"container large-tile\">
  118.         <h1 id=\"titre_ass\">Règlement du service public d'assainissement</h1>
  119.         {{ dynamicHelp.get('reglement_assainissement') | raw }}
  120.     </div>
  121. {% endblock %}
  122. ""service-regulations/public-sanitation.html.twig""/var/www/reims.fr/extranet/current/templates/service-regulations/public-sanitation.html.twig");
  123.     }
  124. }