var/cache/dev/twig/09/09d06a715698e50a7636819581eefb03.php line 66

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. /* email/reception.html.twig */
  16. class __TwigTemplate_6906c55e8b18649adaa10c46b0e33c40 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""email/reception.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""email/reception.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""email/reception.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 from         $this->loadTemplate("content/navbar/navbar.html.twig""email/reception.html.twig"4)->unwrap()->yield($context);
  63.         // line 5
  64.         yield from         $this->loadTemplate("content/email/reception_mail_page.html.twig""email/reception.html.twig"5)->unwrap()->yield($context);
  65.         // line 6
  66.         yield "
  67. ";
  68.         // line 8
  69.         yield from         $this->loadTemplate("content/footer/footer_page.html.twig""email/reception.html.twig"8)->unwrap()->yield($context);
  70.         
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.         yield from [];
  75.     }
  76.     /**
  77.      * @codeCoverageIgnore
  78.      */
  79.     public function getTemplateName(): string
  80.     {
  81.         return "email/reception.html.twig";
  82.     }
  83.     /**
  84.      * @codeCoverageIgnore
  85.      */
  86.     public function isTraitable(): bool
  87.     {
  88.         return false;
  89.     }
  90.     /**
  91.      * @codeCoverageIgnore
  92.      */
  93.     public function getDebugInfo(): array
  94.     {
  95.         return array (  84 => 8,  80 => 6,  78 => 5,  76 => 4,  63 => 3,  40 => 1,);
  96.     }
  97.     public function getSourceContext(): Source
  98.     {
  99.         return new Source("{% extends 'base.html.twig' %}
  100. {% block body %}
  101. {% include('content/navbar/navbar.html.twig') %}
  102. {% include('content/email/reception_mail_page.html.twig') %}
  103. {% include('content/footer/footer_page.html.twig') %}
  104. {% endblock %}
  105. ""email/reception.html.twig""/home/clients/04fa2f0875cd0ec80d39116efaaa4c72/sites/demo.media-technologies.fr/templates/email/reception.html.twig");
  106.     }
  107. }