<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;

/* @AdminLTE/layout/login-layout-avanzu.html.twig */
class __TwigTemplate_db252a249dbfdb516cc5162e0dfaa802 extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'html_start' => [$this, 'block_html_start'],
            'title' => [$this, 'block_title'],
            'stylesheets' => [$this, 'block_stylesheets'],
            'head' => [$this, 'block_head'],
            'body_start' => [$this, 'block_body_start'],
            'after_body_start' => [$this, 'block_after_body_start'],
            'login_box' => [$this, 'block_login_box'],
            'logo_login' => [$this, 'block_logo_login'],
            'login_box_msg' => [$this, 'block_login_box_msg'],
            'login_form' => [$this, 'block_login_form'],
            'login_social_auth' => [$this, 'block_login_social_auth'],
            'login_actions' => [$this, 'block_login_actions'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 1
        return "@AdminLTE/layout/security-layout.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/layout/security-layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 8
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_html_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_html_start", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_html_start", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("html_start", $context, $blocks);
        }
        yield from [];
    }

    // line 9
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_login_title", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_login_title", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("title", $context, $blocks);
        }
        yield from [];
    }

    // line 10
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_stylesheets(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_stylesheets", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_stylesheets", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
        }
        yield from [];
    }

    // line 11
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_head(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_head", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_head", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("head", $context, $blocks);
        }
        yield from [];
    }

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_body_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_body_start", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_body_start", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("body_start", $context, $blocks);
        }
        yield from [];
    }

    // line 13
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_after_body_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_after_body_start", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_after_body_start", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("after_body_start", $context, $blocks);
        }
        yield from [];
    }

    // line 14
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_login_box(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_login_box", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_login_box", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("login_box", $context, $blocks);
        }
        yield from [];
    }

    // line 15
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_logo_login(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_logo_login", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_logo_login", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("logo_login", $context, $blocks);
        }
        yield from [];
    }

    // line 16
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_login_box_msg(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_login_box_msg", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_login_box_msg", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("login_box_msg", $context, $blocks);
        }
        yield from [];
    }

    // line 17
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_login_form(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_login_form", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_login_form", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("login_form", $context, $blocks);
        }
        yield from [];
    }

    // line 18
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_login_social_auth(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_login_social_auth", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_login_social_auth", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("login_social_auth", $context, $blocks);
        }
        yield from [];
    }

    // line 19
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_login_actions(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        if (        $this->unwrap()->hasBlock("avanzu_login_actions", $context, $blocks)) {
            yield from             $this->unwrap()->yieldBlock("avanzu_login_actions", $context, $blocks);
        } else {
            yield from $this->yieldParentBlock("login_actions", $context, $blocks);
        }
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "@AdminLTE/layout/login-layout-avanzu.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  227 => 19,  212 => 18,  197 => 17,  182 => 16,  167 => 15,  152 => 14,  137 => 13,  122 => 12,  107 => 11,  92 => 10,  77 => 9,  62 => 8,  51 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "@AdminLTE/layout/login-layout-avanzu.html.twig", "/var/www/html/vendor/kevinpapst/adminlte-bundle/Resources/views/layout/login-layout-avanzu.html.twig");
    }
}
