var/cache/dev/twig/30/30a7c249c7ee2cc1a496d7cdb27ce150.php line 45

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. /* @Members/auth/login.html.twig */
  16. class __TwigTemplate_0247a5ddcc9e3695deb30c83d8fbd2fe 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.             'members_user_content' => [$this'block_members_user_content'],
  29.         ];
  30.         $this->sandbox $this->extensions[SandboxExtension::class];
  31.         $this->checkSecurity();
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 1
  36.         return "layouts/auth_layout.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Members/auth/login.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Members/auth/login.html.twig"));
  45.         $this->parent $this->load("layouts/auth_layout.html.twig"1);
  46.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 3
  53.     /**
  54.      * @return iterable<null|scalar|\Stringable>
  55.      */
  56.     public function block_members_user_content(array $context, array $blocks = []): iterable
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""members_user_content"));
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""members_user_content"));
  63.         // line 4
  64.         yield "    ";
  65.         yield Twig\Extension\CoreExtension::include($this->env$context"@Members/auth/login_content.html.twig");
  66.         yield "
  67. ";
  68.         
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  70.         
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  72.         yield from [];
  73.     }
  74.     /**
  75.      * @codeCoverageIgnore
  76.      */
  77.     public function getTemplateName(): string
  78.     {
  79.         return "@Members/auth/login.html.twig";
  80.     }
  81.     /**
  82.      * @codeCoverageIgnore
  83.      */
  84.     public function isTraitable(): bool
  85.     {
  86.         return false;
  87.     }
  88.     /**
  89.      * @codeCoverageIgnore
  90.      */
  91.     public function getDebugInfo(): array
  92.     {
  93.         return array (  78 => 4,  65 => 3,  42 => 1,);
  94.     }
  95.     public function getSourceContext(): Source
  96.     {
  97.         return new Source("{% extends 'layouts/auth_layout.html.twig' %}
  98. {% block members_user_content %}
  99.     {{ include('@Members/auth/login_content.html.twig') }}
  100. {% endblock members_user_content %}""@Members/auth/login.html.twig""/www/wwwroot/stg.portale.confabitaremonzabrianza.com/templates/bundles/MembersBundle/auth/login.html.twig");
  101.     }
  102.     
  103.     public function checkSecurity()
  104.     {
  105.         static $tags = ["extends" => 1];
  106.         static $filters = [];
  107.         static $functions = ["include" => 4];
  108.         try {
  109.             $this->sandbox->checkSecurity(
  110.                 ['extends'],
  111.                 [],
  112.                 ['include'],
  113.                 $this->source
  114.             );
  115.         } catch (SecurityError $e) {
  116.             $e->setSourceContext($this->source);
  117.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  118.                 $e->setTemplateLine($tags[$e->getTagName()]);
  119.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  120.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  121.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  122.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  123.             }
  124.             throw $e;
  125.         }
  126.     }
  127. }