Перейти к основному содержанию

Строка навигации

  1. Главная

Войти

Главные вкладки

  • Войти(активная вкладка)
  • Восстановить пароль

Сообщение об ошибке

  • Warning: touch(): Utime failed: Operation not permitted in Drupal\Core\StreamWrapper\LocalStream->stream_metadata() (line 250 of core/lib/Drupal/Core/StreamWrapper/LocalStream.php).
    Drupal\Core\StreamWrapper\LocalStream->stream_metadata('storage://php/twig/6864eac44e7fd_input.html.twig_GVa8RK-HH1aoxpxJclWvdArCi/', 1, Array)
    touch('storage://php/twig/6864eac44e7fd_input.html.twig_GVa8RK-HH1aoxpxJclWvdArCi/', 1751786945) (Line: 100)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6864eac44e7fd_input.html.twig_GVa8RK-HH1aoxpxJclWvdArCi', '<?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;
    
    /* core/themes/claro/templates/form/input.html.twig */
    class __TwigTemplate_0ae95bafc5572b369f1651e024679f94 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 14
            ob_start(function () { return ''; });
            // line 15
            if (($context["autocomplete_message"] ?? null)) {
                // line 16
                echo "  
        extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 17, $this->source), "html", null, true);
                echo "/>
        ";
                // line 18
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["autocomplete_message"] ?? null), 18, $this->source), "html", null, true);
                echo "
      
      ";
                // line 20
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 20, $this->source), "html", null, true);
                echo "
    ";
            } else {
                // line 22
                echo "  extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 22, $this->source), "html", null, true);
                echo "/>";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true);
                echo "
    ";
            }
            $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
            // line 14
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_spaceless($___internal_parse_0_));
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["autocomplete_message", "attributes", "children"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/themes/claro/templates/form/input.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  69 => 14,  60 => 22,  55 => 20,  50 => 18,  46 => 17,  43 => 16,  41 => 15,  39 => 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/claro/templates/form/input.html.twig", "/var/www/gdz/web/core/themes/claro/templates/form/input.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("apply" => 14, "if" => 15);
            static $filters = array("escape" => 17, "spaceless" => 14);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['apply', 'if'],
                    ['escape', 'spaceless'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6864eac44e7fd_input.html.twig_GVa8RK-HH1aoxpxJclWvdArCi', '<?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;
    
    /* core/themes/claro/templates/form/input.html.twig */
    class __TwigTemplate_0ae95bafc5572b369f1651e024679f94 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 14
            ob_start(function () { return ''; });
            // line 15
            if (($context["autocomplete_message"] ?? null)) {
                // line 16
                echo "  
        extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 17, $this->source), "html", null, true);
                echo "/>
        ";
                // line 18
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["autocomplete_message"] ?? null), 18, $this->source), "html", null, true);
                echo "
      
      ";
                // line 20
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 20, $this->source), "html", null, true);
                echo "
    ";
            } else {
                // line 22
                echo "  extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 22, $this->source), "html", null, true);
                echo "/>";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true);
                echo "
    ";
            }
            $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
            // line 14
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_spaceless($___internal_parse_0_));
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["autocomplete_message", "attributes", "children"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/themes/claro/templates/form/input.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  69 => 14,  60 => 22,  55 => 20,  50 => 18,  46 => 17,  43 => 16,  41 => 15,  39 => 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/claro/templates/form/input.html.twig", "/var/www/gdz/web/core/themes/claro/templates/form/input.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("apply" => 14, "if" => 15);
            static $filters = array("escape" => 17, "spaceless" => 14);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['apply', 'if'],
                    ['escape', 'spaceless'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_0ae95bafc5572b369f1651e024679f94', 'core/themes/claro/templates/form/input.html.twig') (Line: 312)
    Twig\Environment->load('core/themes/claro/templates/form/input.html.twig') (Line: 39)
    twig_render_template('core/themes/claro/templates/form/input.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 43)
    Drupal\force_password_change\Service\ForcePasswordChangeRedirectMiddleware->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: touch(): Utime failed: Operation not permitted in Drupal\Core\StreamWrapper\LocalStream->stream_metadata() (line 250 of core/lib/Drupal/Core/StreamWrapper/LocalStream.php).
    Drupal\Core\StreamWrapper\LocalStream->stream_metadata('storage://php/twig/6864eac44e7fd_form-element.html.twig_RbvlROdjH5L-8zo0q7n7GNScp/', 1, Array)
    touch('storage://php/twig/6864eac44e7fd_form-element.html.twig_RbvlROdjH5L-8zo0q7n7GNScp/', 1751786945) (Line: 100)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6864eac44e7fd_form-element.html.twig_RbvlROdjH5L-8zo0q7n7GNScp', '<?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;
    
    /* themes/contrib/gin/templates/form/form-element.html.twig */
    class __TwigTemplate_93d64b8641bc35e3550abba202797b4a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 13
            $context["show_description_toggle"] = (($context["description_toggle"] ?? null) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 13));
            // line 15
            $context["classes"] = ["js-form-item", "form-item", ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 18
    ($context["type"] ?? null), 18, $this->source))), ("form-type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 19
    ($context["type"] ?? null), 19, $this->source))), ((twig_in_filter(        // line 20
    ($context["type"] ?? null), ["checkbox", "radio"])) ? ("form-type--boolean") : ("")), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 21
    ($context["name"] ?? null), 21, $this->source))), ("form-item--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 22
    ($context["name"] ?? null), 22, $this->source))), ((!twig_in_filter(        // line 23
    ($context["title_display"] ?? null), ["after", "before"])) ? ("form-item--no-label") : ("")), (((        // line 24
    ($context["disabled"] ?? null) == "disabled")) ? ("form-item--disabled") : ("")), ((        // line 25
    ($context["errors"] ?? null)) ? ("form-item--error") : ("")), ((        // line 26
    ($context["show_description_toggle"] ?? null)) ? ("help-icon__description-container") : (""))];
            // line 30
            $context["description_classes"] = ["form-item__description", (((        // line 32
    ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
            // line 35
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this->source), "html", null, true);
            echo ">
      ";
            // line 36
            if (twig_in_filter(($context["label_display"] ?? null), ["before", "invisible"])) {
                // line 37
                echo "    ";
                if (($context["show_description_toggle"] ?? null)) {
                    // line 38
                    echo "      
            ";
                    // line 39
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 39, $this->source), "html", null, true);
                    echo "
            ";
                    // line 40
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("gin/gin_description_toggle"), "html", null, true);
                    echo "
            
          
        ";
                } else {
                    // line 44
                    echo "      ";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 44, $this->source), "html", null, true);
                    echo "
        ";
                }
                // line 46
                echo "  ";
            }
            // line 47
            echo "  ";
            if (($context["show_description_toggle"] ?? null)) {
                // line 48
                echo "  
      ";
            }
            // line 50
            echo "  ";
            if ( !twig_test_empty(($context["prefix"] ?? null))) {
                // line 51
                echo "    extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($context["disabled"] ?? null) == "disabled")) ? (" is-disabled") : ("")));
                echo "\">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 51, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 53
            echo "  ";
            if (((($context["description_display"] ?? null) == "before") && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 53))) {
                // line 54
                echo "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 54), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true);
                echo ">
          ";
                // line 55
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 58
            echo "  ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 58, $this->source), "html", null, true);
            echo "
      ";
            // line 59
            if ( !twig_test_empty(($context["suffix"] ?? null))) {
                // line 60
                echo "    extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($context["disabled"] ?? null) == "disabled")) ? (" is-disabled") : ("")));
                echo "\">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 60, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 62
            echo "  ";
            if ((($context["label_display"] ?? null) == "after")) {
                // line 63
                echo "    ";
                if (($context["show_description_toggle"] ?? null)) {
                    // line 64
                    echo "      
            ";
                    // line 65
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 65, $this->source), "html", null, true);
                    echo "
            ";
                    // line 66
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("gin/gin_description_toggle"), "html", null, true);
                    echo "
            
          
        ";
                } else {
                    // line 70
                    echo "      ";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true);
                    echo "
        ";
                }
                // line 72
                echo "  ";
            }
            // line 73
            echo "  ";
            if (($context["show_description_toggle"] ?? null)) {
                // line 74
                echo "  
      ";
            }
            // line 76
            echo "  ";
            if (($context["errors"] ?? null)) {
                // line 77
                echo "    
          ";
                // line 78
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 78, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 81
            echo "  ";
            if ((twig_in_filter(($context["description_display"] ?? null), ["after", "invisible"]) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 81))) {
                // line 82
                echo "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 82), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 82), 82, $this->source), "html", null, true);
                echo ">
          ";
                // line 83
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 83), 83, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 86
            echo "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["description_toggle", "description", "type", "name", "title_display", "disabled", "errors", "description_display", "attributes", "label_display", "label", "prefix", "children", "suffix"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/gin/templates/form/form-element.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  197 => 86,  191 => 83,  186 => 82,  183 => 81,  177 => 78,  174 => 77,  171 => 76,  167 => 74,  164 => 73,  161 => 72,  155 => 70,  148 => 66,  144 => 65,  141 => 64,  138 => 63,  135 => 62,  127 => 60,  125 => 59,  120 => 58,  114 => 55,  109 => 54,  106 => 53,  98 => 51,  95 => 50,  91 => 48,  88 => 47,  85 => 46,  79 => 44,  72 => 40,  68 => 39,  65 => 38,  62 => 37,  60 => 36,  55 => 35,  53 => 32,  52 => 30,  50 => 26,  49 => 25,  48 => 24,  47 => 23,  46 => 22,  45 => 21,  44 => 20,  43 => 19,  42 => 18,  41 => 15,  39 => 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/gin/templates/form/form-element.html.twig", "/var/www/gdz/web/themes/contrib/gin/templates/form/form-element.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 13, "if" => 36);
            static $filters = array("clean_class" => 18, "escape" => 35);
            static $functions = array("attach_library" => 40);
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    ['attach_library']
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6864eac44e7fd_form-element.html.twig_RbvlROdjH5L-8zo0q7n7GNScp', '<?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;
    
    /* themes/contrib/gin/templates/form/form-element.html.twig */
    class __TwigTemplate_93d64b8641bc35e3550abba202797b4a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 13
            $context["show_description_toggle"] = (($context["description_toggle"] ?? null) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 13));
            // line 15
            $context["classes"] = ["js-form-item", "form-item", ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 18
    ($context["type"] ?? null), 18, $this->source))), ("form-type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 19
    ($context["type"] ?? null), 19, $this->source))), ((twig_in_filter(        // line 20
    ($context["type"] ?? null), ["checkbox", "radio"])) ? ("form-type--boolean") : ("")), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 21
    ($context["name"] ?? null), 21, $this->source))), ("form-item--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 22
    ($context["name"] ?? null), 22, $this->source))), ((!twig_in_filter(        // line 23
    ($context["title_display"] ?? null), ["after", "before"])) ? ("form-item--no-label") : ("")), (((        // line 24
    ($context["disabled"] ?? null) == "disabled")) ? ("form-item--disabled") : ("")), ((        // line 25
    ($context["errors"] ?? null)) ? ("form-item--error") : ("")), ((        // line 26
    ($context["show_description_toggle"] ?? null)) ? ("help-icon__description-container") : (""))];
            // line 30
            $context["description_classes"] = ["form-item__description", (((        // line 32
    ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
            // line 35
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this->source), "html", null, true);
            echo ">
      ";
            // line 36
            if (twig_in_filter(($context["label_display"] ?? null), ["before", "invisible"])) {
                // line 37
                echo "    ";
                if (($context["show_description_toggle"] ?? null)) {
                    // line 38
                    echo "      
            ";
                    // line 39
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 39, $this->source), "html", null, true);
                    echo "
            ";
                    // line 40
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("gin/gin_description_toggle"), "html", null, true);
                    echo "
            
          
        ";
                } else {
                    // line 44
                    echo "      ";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 44, $this->source), "html", null, true);
                    echo "
        ";
                }
                // line 46
                echo "  ";
            }
            // line 47
            echo "  ";
            if (($context["show_description_toggle"] ?? null)) {
                // line 48
                echo "  
      ";
            }
            // line 50
            echo "  ";
            if ( !twig_test_empty(($context["prefix"] ?? null))) {
                // line 51
                echo "    extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($context["disabled"] ?? null) == "disabled")) ? (" is-disabled") : ("")));
                echo "\">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 51, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 53
            echo "  ";
            if (((($context["description_display"] ?? null) == "before") && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 53))) {
                // line 54
                echo "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 54), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true);
                echo ">
          ";
                // line 55
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 58
            echo "  ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 58, $this->source), "html", null, true);
            echo "
      ";
            // line 59
            if ( !twig_test_empty(($context["suffix"] ?? null))) {
                // line 60
                echo "    extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($context["disabled"] ?? null) == "disabled")) ? (" is-disabled") : ("")));
                echo "\">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 60, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 62
            echo "  ";
            if ((($context["label_display"] ?? null) == "after")) {
                // line 63
                echo "    ";
                if (($context["show_description_toggle"] ?? null)) {
                    // line 64
                    echo "      
            ";
                    // line 65
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 65, $this->source), "html", null, true);
                    echo "
            ";
                    // line 66
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("gin/gin_description_toggle"), "html", null, true);
                    echo "
            
          
        ";
                } else {
                    // line 70
                    echo "      ";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true);
                    echo "
        ";
                }
                // line 72
                echo "  ";
            }
            // line 73
            echo "  ";
            if (($context["show_description_toggle"] ?? null)) {
                // line 74
                echo "  
      ";
            }
            // line 76
            echo "  ";
            if (($context["errors"] ?? null)) {
                // line 77
                echo "    
          ";
                // line 78
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 78, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 81
            echo "  ";
            if ((twig_in_filter(($context["description_display"] ?? null), ["after", "invisible"]) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 81))) {
                // line 82
                echo "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 82), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 82), 82, $this->source), "html", null, true);
                echo ">
          ";
                // line 83
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 83), 83, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 86
            echo "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["description_toggle", "description", "type", "name", "title_display", "disabled", "errors", "description_display", "attributes", "label_display", "label", "prefix", "children", "suffix"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/gin/templates/form/form-element.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  197 => 86,  191 => 83,  186 => 82,  183 => 81,  177 => 78,  174 => 77,  171 => 76,  167 => 74,  164 => 73,  161 => 72,  155 => 70,  148 => 66,  144 => 65,  141 => 64,  138 => 63,  135 => 62,  127 => 60,  125 => 59,  120 => 58,  114 => 55,  109 => 54,  106 => 53,  98 => 51,  95 => 50,  91 => 48,  88 => 47,  85 => 46,  79 => 44,  72 => 40,  68 => 39,  65 => 38,  62 => 37,  60 => 36,  55 => 35,  53 => 32,  52 => 30,  50 => 26,  49 => 25,  48 => 24,  47 => 23,  46 => 22,  45 => 21,  44 => 20,  43 => 19,  42 => 18,  41 => 15,  39 => 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/gin/templates/form/form-element.html.twig", "/var/www/gdz/web/themes/contrib/gin/templates/form/form-element.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 13, "if" => 36);
            static $filters = array("clean_class" => 18, "escape" => 35);
            static $functions = array("attach_library" => 40);
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    ['attach_library']
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_93d64b8641bc35e3550abba202797b4a', 'themes/contrib/gin/templates/form/form-element.html.twig') (Line: 312)
    Twig\Environment->load('themes/contrib/gin/templates/form/form-element.html.twig') (Line: 39)
    twig_render_template('themes/contrib/gin/templates/form/form-element.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 43)
    Drupal\force_password_change\Service\ForcePasswordChangeRedirectMiddleware->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: touch(): Utime failed: Operation not permitted in Drupal\Core\StreamWrapper\LocalStream->stream_metadata() (line 250 of core/lib/Drupal/Core/StreamWrapper/LocalStream.php).
    Drupal\Core\StreamWrapper\LocalStream->stream_metadata('storage://php/twig/6864eac44e7fd_form-element-label.html.t_C3jxySBTZhCOAZoZnHTZG5_4A/', 1, Array)
    touch('storage://php/twig/6864eac44e7fd_form-element-label.html.t_C3jxySBTZhCOAZoZnHTZG5_4A/', 1751786945) (Line: 100)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6864eac44e7fd_form-element-label.html.t_C3jxySBTZhCOAZoZnHTZG5_4A', '<?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;
    
    /* core/themes/claro/templates/form-element-label.html.twig */
    class __TwigTemplate_5c276b3dc82304c495b14ecee96f9b7a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 16
            $context["classes"] = ["form-item__label", (((        // line 18
    ($context["title_display"] ?? null) == "after")) ? ("option") : ("")), (((        // line 19
    ($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), ((        // line 20
    ($context["required"] ?? null)) ? ("js-form-required") : ("")), ((        // line 21
    ($context["required"] ?? null)) ? ("form-required") : (""))];
            // line 24
            if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) {
                // line 25
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 25), 25, $this->source), "html", null, true);
                echo ">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 25, $this->source), "html", null, true);
                echo "";
            }
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["title_display", "required", "title", "attributes"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/themes/claro/templates/form-element-label.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  47 => 25,  45 => 24,  43 => 21,  42 => 20,  41 => 19,  40 => 18,  39 => 16,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/claro/templates/form-element-label.html.twig", "/var/www/gdz/web/core/themes/claro/templates/form-element-label.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 16, "if" => 24);
            static $filters = array("escape" => 25);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6864eac44e7fd_form-element-label.html.t_C3jxySBTZhCOAZoZnHTZG5_4A', '<?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;
    
    /* core/themes/claro/templates/form-element-label.html.twig */
    class __TwigTemplate_5c276b3dc82304c495b14ecee96f9b7a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 16
            $context["classes"] = ["form-item__label", (((        // line 18
    ($context["title_display"] ?? null) == "after")) ? ("option") : ("")), (((        // line 19
    ($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), ((        // line 20
    ($context["required"] ?? null)) ? ("js-form-required") : ("")), ((        // line 21
    ($context["required"] ?? null)) ? ("form-required") : (""))];
            // line 24
            if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) {
                // line 25
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 25), 25, $this->source), "html", null, true);
                echo ">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 25, $this->source), "html", null, true);
                echo "";
            }
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["title_display", "required", "title", "attributes"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/themes/claro/templates/form-element-label.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  47 => 25,  45 => 24,  43 => 21,  42 => 20,  41 => 19,  40 => 18,  39 => 16,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/claro/templates/form-element-label.html.twig", "/var/www/gdz/web/core/themes/claro/templates/form-element-label.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 16, "if" => 24);
            static $filters = array("escape" => 25);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_5c276b3dc82304c495b14ecee96f9b7a', 'core/themes/claro/templates/form-element-label.html.twig') (Line: 312)
    Twig\Environment->load('core/themes/claro/templates/form-element-label.html.twig') (Line: 39)
    twig_render_template('core/themes/claro/templates/form-element-label.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form_element_label', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_93d64b8641bc35e3550abba202797b4a->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/gin/templates/form/form-element.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 43)
    Drupal\force_password_change\Service\ForcePasswordChangeRedirectMiddleware->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: touch(): Utime failed: Operation not permitted in Drupal\Core\StreamWrapper\LocalStream->stream_metadata() (line 250 of core/lib/Drupal/Core/StreamWrapper/LocalStream.php).
    Drupal\Core\StreamWrapper\LocalStream->stream_metadata('storage://php/twig/6864eac44e7fd_container.html.twig_l9wn9UFA_AChCOKN_biYUsUGM/', 1, Array)
    touch('storage://php/twig/6864eac44e7fd_container.html.twig_l9wn9UFA_AChCOKN_biYUsUGM/', 1751786945) (Line: 100)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6864eac44e7fd_container.html.twig_l9wn9UFA_AChCOKN_biYUsUGM', '<?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;
    
    /* core/modules/system/templates/container.html.twig */
    class __TwigTemplate_ad0d411d025b54430b47987b395a6889 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 25
            $context["classes"] = [((        // line 26
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), ((        // line 27
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 30
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 30), 30, $this->source), "html", null, true);
            echo ">";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 30, $this->source), "html", null, true);
            echo "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["has_parent", "attributes", "children"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/system/templates/container.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  43 => 30,  41 => 27,  40 => 26,  39 => 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/system/templates/container.html.twig", "/var/www/gdz/web/core/modules/system/templates/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 25);
            static $filters = array("escape" => 30);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6864eac44e7fd_container.html.twig_l9wn9UFA_AChCOKN_biYUsUGM', '<?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;
    
    /* core/modules/system/templates/container.html.twig */
    class __TwigTemplate_ad0d411d025b54430b47987b395a6889 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 25
            $context["classes"] = [((        // line 26
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), ((        // line 27
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 30
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 30), 30, $this->source), "html", null, true);
            echo ">";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 30, $this->source), "html", null, true);
            echo "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["has_parent", "attributes", "children"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/system/templates/container.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  43 => 30,  41 => 27,  40 => 26,  39 => 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/system/templates/container.html.twig", "/var/www/gdz/web/core/modules/system/templates/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 25);
            static $filters = array("escape" => 30);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_ad0d411d025b54430b47987b395a6889', 'core/modules/system/templates/container.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/system/templates/container.html.twig') (Line: 39)
    twig_render_template('core/modules/system/templates/container.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 43)
    Drupal\force_password_change\Service\ForcePasswordChangeRedirectMiddleware->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: touch(): Utime failed: Operation not permitted in Drupal\Core\StreamWrapper\LocalStream->stream_metadata() (line 250 of core/lib/Drupal/Core/StreamWrapper/LocalStream.php).
    Drupal\Core\StreamWrapper\LocalStream->stream_metadata('storage://php/twig/6864eac44e7fd_form.html.twig_1-cekvMFjf5MtarVTtz-zGv5R/', 1, Array)
    touch('storage://php/twig/6864eac44e7fd_form.html.twig_1-cekvMFjf5MtarVTtz-zGv5R/', 1751786945) (Line: 100)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6864eac44e7fd_form.html.twig_1-cekvMFjf5MtarVTtz-zGv5R', '<?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;
    
    /* core/modules/system/templates/form.html.twig */
    class __TwigTemplate_c99111f6c23a1d073a964f90e3e99ab5 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 15
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true);
            echo ">
      ";
            // line 16
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 16, $this->source), "html", null, true);
            echo "
    
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["attributes", "children"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/system/templates/form.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  44 => 16,  39 => 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/system/templates/form.html.twig", "/var/www/gdz/web/core/modules/system/templates/form.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 15);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6864eac44e7fd_form.html.twig_1-cekvMFjf5MtarVTtz-zGv5R', '<?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;
    
    /* core/modules/system/templates/form.html.twig */
    class __TwigTemplate_c99111f6c23a1d073a964f90e3e99ab5 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 15
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true);
            echo ">
      ";
            // line 16
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 16, $this->source), "html", null, true);
            echo "
    
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["attributes", "children"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/system/templates/form.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  44 => 16,  39 => 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/system/templates/form.html.twig", "/var/www/gdz/web/core/modules/system/templates/form.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 15);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_c99111f6c23a1d073a964f90e3e99ab5', 'core/modules/system/templates/form.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/system/templates/form.html.twig') (Line: 39)
    twig_render_template('core/modules/system/templates/form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 43)
    Drupal\force_password_change\Service\ForcePasswordChangeRedirectMiddleware->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
You can use your username or email address to login.