Skip to main content

US flag An official website of the United States government Here's how you know ⌄

Appraisal Complaint Hotline
Official websites use .gov

A .gov website belongs to an official government organization in the United States.

Secure .gov websites us HTTPS

A lock or https:// means you've safely connected to the .gov website.
Share sensitive information only on official, secure websites.

Home ASC gov
  • Home
  • About
    • Member Representatives
    • Staff
    • Meetings & Events
  • State Compliance
    • Appraiser Compliance Review Findings
    • AMC Compliance Review Findings
  • National Registries
    • Appraiser Registry
    • AMC Registry
  • Grants
    • State Support Grants
    • Appraisal Foundation Grants
  • Resources
    • ASC Governance
    • ASC Operating Guidance
    • Frequently Asked Questions
    • Public Records

menu"/

Error message

  • Warning: rename(sites/default/files/php/twig/.03YjvFURujFmtfQpMcRIZg9DdnE,sites/default/files/php/twig/686804cb1420f_webform-element-more.html__doxT_jUxtjV6WlaTLJBfXNCJ/EORFN25g_lAQs3qTzDu_gTxhsBMY6vEc6Huchs8-0zE.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_webform-element-more.html__doxT_jUxtjV6WlaTLJBfXNCJ', '<?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;
    
    /* modules/contrib/webform/templates/webform-element-more.html.twig */
    class __TwigTemplate_f0fac94187136ad20b078725045d0c20 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 18
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("webform/webform.element.more"), "html", null, true);
            echo "
    ";
            // line 20
            $context["classes"] = [0 => "js-webform-element-more", 1 => "webform-element-more"];
            // 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", [0 => ($context["classes"] ?? null)], "method", false, false, true, 25), 25, $this->source), "html", null, true);
            echo ">
      <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "--content\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more_title"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "</a>
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
            echo "--content\" class=\"webform-element-more--content\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null), 27, $this-&gt;source), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/webform/templates/webform-element-more.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  56 =&gt; 27,  50 =&gt; 26,  45 =&gt; 25,  43 =&gt; 20,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme implementation for webform element more.
     *
     * Available variables
     * - title: More label.
     * - content: More content.
     *
     * Based on WAI-ARIA Authoring Practices 1.1: Disclosure (Show/Hide)
     *
     * @see https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure
     * @see https://www.w3.org/TR/wai-aria-practices-1.1/examples/disclosure/disclosure-faq.html
     * @see template_preprocess_webform_element_more()
     * @ingroup themeable
     */
    #}
    {{ attach_library('webform/webform.element.more') }}
    {%
      set classes = [
        'js-webform-element-more',
        'webform-element-more',
      ]
    %}
    
      <a>{{ more_title }}</a>
      {{ more }}
    
    ", "modules/contrib/webform/templates/webform-element-more.html.twig", "E:\\websites\\nationalregistry_new\\web\\modules\\contrib\\webform\\templates\\webform-element-more.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 20);
            static $filters = array("escape" =&gt; 18);
            static $functions = array("attach_library" =&gt; 18);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    ['attach_library']
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_webform-element-more.html__doxT_jUxtjV6WlaTLJBfXNCJ', '&lt;?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;
    
    /* modules/contrib/webform/templates/webform-element-more.html.twig */
    class __TwigTemplate_f0fac94187136ad20b078725045d0c20 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 18
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("webform/webform.element.more"), "html", null, true);
            echo "
    ";
            // line 20
            $context["classes"] = [0 =&gt; "js-webform-element-more", 1 =&gt; "webform-element-more"];
            // line 25
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
            echo "&gt;
      <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "--content\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more_title"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "</a>
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
            echo "--content\" class=\"webform-element-more--content\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null), 27, $this-&gt;source), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/webform/templates/webform-element-more.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  56 =&gt; 27,  50 =&gt; 26,  45 =&gt; 25,  43 =&gt; 20,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme implementation for webform element more.
     *
     * Available variables
     * - title: More label.
     * - content: More content.
     *
     * Based on WAI-ARIA Authoring Practices 1.1: Disclosure (Show/Hide)
     *
     * @see https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure
     * @see https://www.w3.org/TR/wai-aria-practices-1.1/examples/disclosure/disclosure-faq.html
     * @see template_preprocess_webform_element_more()
     * @ingroup themeable
     */
    #}
    {{ attach_library('webform/webform.element.more') }}
    {%
      set classes = [
        'js-webform-element-more',
        'webform-element-more',
      ]
    %}
    
      <a>{{ more_title }}</a>
      {{ more }}
    
    ", "modules/contrib/webform/templates/webform-element-more.html.twig", "E:\\websites\\nationalregistry_new\\web\\modules\\contrib\\webform\\templates\\webform-element-more.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 20);
            static $filters = array("escape" =&gt; 18);
            static $functions = array("attach_library" =&gt; 18);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    ['attach_library']
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_f0fac94187136ad20b078725045d0c20', 'modules/contrib/webform/templates/webform-element-more.html.twig') (Line: 312)
    Twig\Environment->load('modules/contrib/webform/templates/webform-element-more.html.twig') (Line: 53)
    twig_render_template('modules/contrib/webform/templates/webform-element-more.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('webform_element_more', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 592)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 1167)
    _webform_token_render_more(Object, 'Omit the '?' to output all values. Output all values as HTML using [webform_submission:values:html].To output individual elements, replace the '?' with…<ul><li>element_key</li><li>element_key:format</li><li>element_key:raw</li><li>element_key:format:items</li><li>element_key:delta</li><li>element_key:sub_element_key</li><li>element_key:delta:sub_element_key</li><li>element_key:sub_element_key:format</li><li>element_key:delta:sub_element_key:format</li><li>element_key:delta:format</li><li>element_key:delta:format:html</li><li>element_key:entity:*</li><li>element_key:delta:entity:*</li><li>element_key:delta:entity:field_name:*</li><li>element_key:sub_element_key:entity:*</li><li>element_key:sub_element_key:entity:field_name:*</li><li>element_key:delta:sub_element_key:entity:*</li><li>element_key:checked:option_value</li><li>element_key:selected:option_value</li></ul>All items after the 'element_key' are optional.The 'delta' is the numeric index for specific valueThe 'sub_element_key' is a composite element's sub element key.The 'checked'  or 'selected' looks to see if an 'option_value' is checked or selected for an options element (select, checkboxes, or radios)The 'option_value' is options value for an options element (select, checkboxes, or radios).The 'format' can be 'value', 'raw', or custom format specifically associated with the elementThe 'items' can be 'comma', 'semicolon', 'and', 'ol', 'ul', or custom delimiterThe 'entity:*' applies to the referenced entityAdd 'html' at the end of the token to return HTML markup instead of plain text.For example, to display the Contact webform's 'Subject' element's value you would use the [webform_submission:values:subject] token.') (Line: 257)
    webform_token_info()
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'webform') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('token_info', Object) (Line: 416)
    Drupal\Core\Extension\ModuleHandler->invokeAll('token_info') (Line: 40)
    Drupal\token\Token->getInfo() (Line: 99)
    Drupal\token\Token->getTokenInfo('node', 'field_meta_title') (Line: 220)
    _token_module('node', 'field_meta_title') (Line: 1751)
    _field_tokens('entity', Array, Array, Array, Object) (Line: 503)
    token_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 416)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 364)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1094)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 416)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 364)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 241)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_meta_title]', Array, Array, Object) (Line: 191)
    Drupal\Core\Utility\Token->replace('[node:field_meta_title]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_meta_title]', Array, Array) (Line: 789)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, , 'en') (Line: 628)
    Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 564)
    Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 504)
    metatag_get_tags_from_route() (Line: 258)
    _metatag_remove_duplicate_entity_tags(Array) (Line: 218)
    metatag_entity_view_alter(Array, Object, Object) (Line: 545)
    Drupal\Core\Extension\ModuleHandler->alter('node_view', Array, Object, Object) (Line: 304)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 238)
    Drupal\Core\Entity\EntityViewBuilder->build(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 797)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 386)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.bJdm_u_rTlNEeM4J5SgtwmfLfaw,sites/default/files/php/twig/686804cb1420f_field.html.twig_mCeI5YQtX96oS91bMw0qnf6p_/kxf_5jzf5XrXKeaAJ_ptXY3TEafuF42-7lIHen9M7t8.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_field.html.twig_mCeI5YQtX96oS91bMw0qnf6p_', '&lt;?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/bootstrap/templates/field/field.html.twig */
    class __TwigTemplate_a47e6ee48a1de9806436a18067b80852 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 42
            $context["classes"] = [0 =&gt; "field", 1 =&gt; ("field--name-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 44
    ($context["field_name"] ?? null), 44, $this-&gt;source))), 2 =&gt; ("field--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 45
    ($context["field_type"] ?? null), 45, $this-&gt;source))), 3 =&gt; ("field--label-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 46
    ($context["label_display"] ?? null), 46, $this-&gt;source))];
            // line 50
            $context["title_classes"] = [0 =&gt; "field--label", 1 =&gt; (((        // line 52
    ($context["label_display"] ?? null) == "visually_hidden")) ? ("sr-only") : (""))];
            // line 55
            echo "
    ";
            // line 56
            if (($context["label_hidden"] ?? null)) {
                // line 57
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 58
                    echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null), 1 =&gt; "field--items"], "method", false, false, true, 58), 58, $this-&gt;source), "html", null, true);
                    echo "&gt;
          ";
                    // line 59
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 60
                        echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 =&gt; "field--item"], "method", false, false, true, 60), 60, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this-&gt;source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 62
                    echo "    
      ";
                } else {
                    // line 64
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 65
                        echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null), 1 =&gt; "field--item"], "method", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 67
                    echo "  ";
                }
            } else {
                // line 69
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
                echo "&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 70, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 71
                if (($context["multiple"] ?? null)) {
                    // line 72
                    echo "      
        ";
                }
                // line 74
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 75
                    echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 =&gt; "field--item"], "method", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 77
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 78
                    echo "      
        ";
                }
                // line 80
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  139 =&gt; 80,  135 =&gt; 78,  132 =&gt; 77,  121 =&gt; 75,  116 =&gt; 74,  112 =&gt; 72,  110 =&gt; 71,  104 =&gt; 70,  99 =&gt; 69,  95 =&gt; 67,  84 =&gt; 65,  79 =&gt; 64,  75 =&gt; 62,  64 =&gt; 60,  60 =&gt; 59,  55 =&gt; 58,  52 =&gt; 57,  50 =&gt; 56,  47 =&gt; 55,  45 =&gt; 52,  44 =&gt; 50,  42 =&gt; 46,  41 =&gt; 45,  40 =&gt; 44,  39 =&gt; 42,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a field.
     *
     * To override output, copy the \"field.html.twig\" from the templates directory
     * to your theme's directory and customize it, just like customizing other
     * Drupal templates such as page.html.twig or node.html.twig.
     *
     * Instead of overriding the theming for all fields, you can also just override
     * theming for a subset of fields using
     * @link themeable Theme hook suggestions. @endlink For example,
     * here are some theme hook suggestions that can be used for a field_foo field
     * on an article node type:
     * - field--node--field-foo--article.html.twig
     * - field--node--field-foo.html.twig
     * - field--node--article.html.twig
     * - field--field-foo.html.twig
     * - field--text-with-summary.html.twig
     * - field.html.twig
     *
     * Available variables:
     * - attributes: HTML attributes for the containing element.
     * - label_hidden: Whether to show the field label or not.
     * - title_attributes: HTML attributes for the title.
     * - label: The label for the field.
     * - multiple: TRUE if a field can contain multiple items.
     * - items: List of all the field items. Each item contains:
     *   - attributes: List of HTML attributes for each item.
     *   - content: The field item's content.
     * - entity_type: The entity type to which the field belongs.
     * - field_name: The name of the field.
     * - field_type: The type of the field.
     * - label_display: The display settings for the label.
     *
     * @ingroup templates
     *
     * @see template_preprocess_field()
     */
    #}
    {%
      set classes = [
        'field',
        'field--name-' ~ field_name|clean_class,
        'field--type-' ~ field_type|clean_class,
        'field--label-' ~ label_display,
      ]
    %}
    {%
      set title_classes = [
        'field--label',
        label_display == 'visually_hidden' ? 'sr-only',
      ]
    %}
    
    {% if label_hidden %}
      {% if multiple %}
        
          {% for item in items %}
            {{ item.content }}
          {% endfor %}
        
      {% else %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
      {% endif %}
    {% else %}
      
        {{ label }}
        {% if multiple %}
          
        {% endif %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
        {% if multiple %}
          
        {% endif %}
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/field/field.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\contrib\\bootstrap\\templates\\field\\field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 42, "if" =&gt; 56, "for" =&gt; 59);
            static $filters = array("clean_class" =&gt; 44, "escape" =&gt; 58);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'for'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_field.html.twig_mCeI5YQtX96oS91bMw0qnf6p_', '&lt;?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/bootstrap/templates/field/field.html.twig */
    class __TwigTemplate_a47e6ee48a1de9806436a18067b80852 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 42
            $context["classes"] = [0 =&gt; "field", 1 =&gt; ("field--name-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 44
    ($context["field_name"] ?? null), 44, $this-&gt;source))), 2 =&gt; ("field--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 45
    ($context["field_type"] ?? null), 45, $this-&gt;source))), 3 =&gt; ("field--label-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 46
    ($context["label_display"] ?? null), 46, $this-&gt;source))];
            // line 50
            $context["title_classes"] = [0 =&gt; "field--label", 1 =&gt; (((        // line 52
    ($context["label_display"] ?? null) == "visually_hidden")) ? ("sr-only") : (""))];
            // line 55
            echo "
    ";
            // line 56
            if (($context["label_hidden"] ?? null)) {
                // line 57
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 58
                    echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null), 1 =&gt; "field--items"], "method", false, false, true, 58), 58, $this-&gt;source), "html", null, true);
                    echo "&gt;
          ";
                    // line 59
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 60
                        echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 =&gt; "field--item"], "method", false, false, true, 60), 60, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this-&gt;source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 62
                    echo "    
      ";
                } else {
                    // line 64
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 65
                        echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null), 1 =&gt; "field--item"], "method", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 67
                    echo "  ";
                }
            } else {
                // line 69
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
                echo "&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 70, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 71
                if (($context["multiple"] ?? null)) {
                    // line 72
                    echo "      
        ";
                }
                // line 74
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 75
                    echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 =&gt; "field--item"], "method", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 77
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 78
                    echo "      
        ";
                }
                // line 80
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  139 =&gt; 80,  135 =&gt; 78,  132 =&gt; 77,  121 =&gt; 75,  116 =&gt; 74,  112 =&gt; 72,  110 =&gt; 71,  104 =&gt; 70,  99 =&gt; 69,  95 =&gt; 67,  84 =&gt; 65,  79 =&gt; 64,  75 =&gt; 62,  64 =&gt; 60,  60 =&gt; 59,  55 =&gt; 58,  52 =&gt; 57,  50 =&gt; 56,  47 =&gt; 55,  45 =&gt; 52,  44 =&gt; 50,  42 =&gt; 46,  41 =&gt; 45,  40 =&gt; 44,  39 =&gt; 42,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a field.
     *
     * To override output, copy the \"field.html.twig\" from the templates directory
     * to your theme's directory and customize it, just like customizing other
     * Drupal templates such as page.html.twig or node.html.twig.
     *
     * Instead of overriding the theming for all fields, you can also just override
     * theming for a subset of fields using
     * @link themeable Theme hook suggestions. @endlink For example,
     * here are some theme hook suggestions that can be used for a field_foo field
     * on an article node type:
     * - field--node--field-foo--article.html.twig
     * - field--node--field-foo.html.twig
     * - field--node--article.html.twig
     * - field--field-foo.html.twig
     * - field--text-with-summary.html.twig
     * - field.html.twig
     *
     * Available variables:
     * - attributes: HTML attributes for the containing element.
     * - label_hidden: Whether to show the field label or not.
     * - title_attributes: HTML attributes for the title.
     * - label: The label for the field.
     * - multiple: TRUE if a field can contain multiple items.
     * - items: List of all the field items. Each item contains:
     *   - attributes: List of HTML attributes for each item.
     *   - content: The field item's content.
     * - entity_type: The entity type to which the field belongs.
     * - field_name: The name of the field.
     * - field_type: The type of the field.
     * - label_display: The display settings for the label.
     *
     * @ingroup templates
     *
     * @see template_preprocess_field()
     */
    #}
    {%
      set classes = [
        'field',
        'field--name-' ~ field_name|clean_class,
        'field--type-' ~ field_type|clean_class,
        'field--label-' ~ label_display,
      ]
    %}
    {%
      set title_classes = [
        'field--label',
        label_display == 'visually_hidden' ? 'sr-only',
      ]
    %}
    
    {% if label_hidden %}
      {% if multiple %}
        
          {% for item in items %}
            {{ item.content }}
          {% endfor %}
        
      {% else %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
      {% endif %}
    {% else %}
      
        {{ label }}
        {% if multiple %}
          
        {% endif %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
        {% if multiple %}
          
        {% endif %}
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/field/field.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\contrib\\bootstrap\\templates\\field\\field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 42, "if" =&gt; 56, "for" =&gt; 59);
            static $filters = array("clean_class" =&gt; 44, "escape" =&gt; 58);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'for'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_a47e6ee48a1de9806436a18067b80852', 'themes/contrib/bootstrap/templates/field/field.html.twig') (Line: 312)
    Twig\Environment->load('themes/contrib/bootstrap/templates/field/field.html.twig') (Line: 53)
    twig_render_template('themes/contrib/bootstrap/templates/field/field.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
    __TwigTemplate_68c7b2f3b08ba12997554e38ffac9a85->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/contrib/bootstrap/templates/node/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.Q2OqSrAb7lOz5icxseNRWkBXUZs,sites/default/files/php/twig/686804cb1420f_html.html.twig_hpAvcuyiyliEuIYCSkpo63q2l/KqNOj5DFMBZ3Tkfd437O4y97Yj5SkxfRWTwK82rfodI.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_html.html.twig_hpAvcuyiyliEuIYCSkpo63q2l', '&lt;?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/custom/asc/templates/html/html.html.twig */
    class __TwigTemplate_ebb78f26b6b6d2ad71361897b625d942 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            $context["body_classes"] = [0 =&gt; ((        // line 49
    ($context["site_name"] ?? null)) ? (("site-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_name"] ?? null), 49, $this-&gt;source)))) : ("")), 1 =&gt; ((        // line 50
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 2 =&gt; (( !        // line 51
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 51, $this-&gt;source))))), 3 =&gt; ((        // line 52
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 52, $this-&gt;source)))) : ("")), 4 =&gt; ((        // line 53
    ($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 5 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 54
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "navbar_position", [], "any", false, false, true, 54)) ? (("navbar-is-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "navbar_position", [], "any", false, false, true, 54), 54, $this-&gt;source))) : ("")), 6 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 55
    ($context["theme"] ?? null), "has_glyphicons", [], "any", false, false, true, 55)) ? ("has-glyphicons") : ("")), 7 =&gt; ((        // line 56
    ($context["home_background"] ?? null)) ? (("body-bg-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["home_background"] ?? null), 0, [], "any", false, false, true, 56), "value", [], "any", false, false, true, 56), 56, $this-&gt;source))) : (""))];
            // line 59
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 60, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 62, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 63
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 63, $this-&gt;source), " | "));
            echo "
    \t
    \t
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 66, $this-&gt;source));
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 67, $this-&gt;source));
            echo "\"&gt;
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
            echo "&gt;
        <a>
          ";
            // line 71
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
    \t";
            // line 73
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 73, $this-&gt;source), "html", null, true);
            echo "
    \t";
            // line 74
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 74, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 75
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 75, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 76, $this-&gt;source));
            echo "\"&gt;
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/asc/templates/html/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  98 =&gt; 76,  94 =&gt; 75,  90 =&gt; 74,  86 =&gt; 73,  81 =&gt; 71,  76 =&gt; 69,  71 =&gt; 67,  67 =&gt; 66,  61 =&gt; 63,  57 =&gt; 62,  52 =&gt; 60,  49 =&gt; 59,  47 =&gt; 56,  46 =&gt; 55,  45 =&gt; 54,  44 =&gt; 53,  43 =&gt; 52,  42 =&gt; 51,  41 =&gt; 50,  40 =&gt; 49,  39 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display the basic html structure of a single
     * Drupal page.
     *
     * Variables:
     * - \$css: An array of CSS files for the current page.
     * - \$language: (object) The language the site is being displayed in.
     *   \$language-&gt;language contains its textual representation.
     *   \$language-&gt;dir contains the language direction. It will either be 'ltr' or
     *   'rtl'.
     * - \$rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
     * - \$grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
     * - \$head_title: A modified version of the page title, for use in the TITLE
     *   tag.
     * - \$head_title_array: (array) An associative array containing the string parts
     *   that were used to generate the \$head_title variable, already prepared to be
     *   output as TITLE tag. The key/value pairs may contain one or more of the
     *   following, depending on conditions:
     *   - title: The title of the current page, if any.
     *   - name: The name of the site.
     *   - slogan: The slogan of the site, if any, and if there is no title.
     * - \$head: Markup for the HEAD section (including meta tags, keyword tags, and
     *   so on).
     * - \$styles: Style tags necessary to import all CSS files for the page.
     * - \$scripts: Script tags necessary to load the JavaScript files and settings
     *   for the page.
     * - \$page_top: Initial markup from any modules that have altered the
     *   page. This variable should always be output first, before all other dynamic
     *   content.
     * - \$page: The rendered page content.
     * - \$page_bottom: Final closing markup from any modules that have altered the
     *   page. This variable should always be output last, after all other dynamic
     *   content.
     * - \$classes String of classes that can be used to style contextually through
     *   CSS.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_html()
     * @see template_preprocess()
     * @see template_preprocess_html()
     * @see template_process()
     */
    #}
    {%
      set body_classes = [
        site_name ? 'site-' ~ site_name|clean_class,
        logged_in ? 'user-logged-in',
        not root_path ? 'path-frontpage' : 'path-' ~ root_path|clean_class,
        node_type ? 'page-node-type-' ~ node_type|clean_class,
        db_offline ? 'db-offline',
        theme.settings.navbar_position ? 'navbar-is-' ~ theme.settings.navbar_position,
        theme.has_glyphicons ? 'has-glyphicons',
    \thome_background ? 'body-bg-' ~ home_background.0.value,
      ]
    %}
    
    
      
        
        {{ head_title|safe_join(' | ') }}
    \t
    \t
        
        
      
      
        <a>
          {{ 'Skip to main content'|t }}
        </a>
    \t{{ page_top }}
    \t{{ page }}
        {{ page_bottom }}
        
      
    
    ", "themes/custom/asc/templates/html/html.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\custom\\asc\\templates\\html\\html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 48);
            static $filters = array("clean_class" =&gt; 49, "escape" =&gt; 60, "raw" =&gt; 62, "safe_join" =&gt; 63, "t" =&gt; 71);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'raw', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_html.html.twig_hpAvcuyiyliEuIYCSkpo63q2l', '&lt;?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/custom/asc/templates/html/html.html.twig */
    class __TwigTemplate_ebb78f26b6b6d2ad71361897b625d942 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            $context["body_classes"] = [0 =&gt; ((        // line 49
    ($context["site_name"] ?? null)) ? (("site-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_name"] ?? null), 49, $this-&gt;source)))) : ("")), 1 =&gt; ((        // line 50
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 2 =&gt; (( !        // line 51
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 51, $this-&gt;source))))), 3 =&gt; ((        // line 52
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 52, $this-&gt;source)))) : ("")), 4 =&gt; ((        // line 53
    ($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 5 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 54
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "navbar_position", [], "any", false, false, true, 54)) ? (("navbar-is-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "navbar_position", [], "any", false, false, true, 54), 54, $this-&gt;source))) : ("")), 6 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 55
    ($context["theme"] ?? null), "has_glyphicons", [], "any", false, false, true, 55)) ? ("has-glyphicons") : ("")), 7 =&gt; ((        // line 56
    ($context["home_background"] ?? null)) ? (("body-bg-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["home_background"] ?? null), 0, [], "any", false, false, true, 56), "value", [], "any", false, false, true, 56), 56, $this-&gt;source))) : (""))];
            // line 59
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 60, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 62, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 63
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 63, $this-&gt;source), " | "));
            echo "
    \t
    \t
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 66, $this-&gt;source));
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 67, $this-&gt;source));
            echo "\"&gt;
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
            echo "&gt;
        <a>
          ";
            // line 71
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
    \t";
            // line 73
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 73, $this-&gt;source), "html", null, true);
            echo "
    \t";
            // line 74
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 74, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 75
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 75, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 76, $this-&gt;source));
            echo "\"&gt;
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/asc/templates/html/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  98 =&gt; 76,  94 =&gt; 75,  90 =&gt; 74,  86 =&gt; 73,  81 =&gt; 71,  76 =&gt; 69,  71 =&gt; 67,  67 =&gt; 66,  61 =&gt; 63,  57 =&gt; 62,  52 =&gt; 60,  49 =&gt; 59,  47 =&gt; 56,  46 =&gt; 55,  45 =&gt; 54,  44 =&gt; 53,  43 =&gt; 52,  42 =&gt; 51,  41 =&gt; 50,  40 =&gt; 49,  39 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display the basic html structure of a single
     * Drupal page.
     *
     * Variables:
     * - \$css: An array of CSS files for the current page.
     * - \$language: (object) The language the site is being displayed in.
     *   \$language-&gt;language contains its textual representation.
     *   \$language-&gt;dir contains the language direction. It will either be 'ltr' or
     *   'rtl'.
     * - \$rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
     * - \$grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
     * - \$head_title: A modified version of the page title, for use in the TITLE
     *   tag.
     * - \$head_title_array: (array) An associative array containing the string parts
     *   that were used to generate the \$head_title variable, already prepared to be
     *   output as TITLE tag. The key/value pairs may contain one or more of the
     *   following, depending on conditions:
     *   - title: The title of the current page, if any.
     *   - name: The name of the site.
     *   - slogan: The slogan of the site, if any, and if there is no title.
     * - \$head: Markup for the HEAD section (including meta tags, keyword tags, and
     *   so on).
     * - \$styles: Style tags necessary to import all CSS files for the page.
     * - \$scripts: Script tags necessary to load the JavaScript files and settings
     *   for the page.
     * - \$page_top: Initial markup from any modules that have altered the
     *   page. This variable should always be output first, before all other dynamic
     *   content.
     * - \$page: The rendered page content.
     * - \$page_bottom: Final closing markup from any modules that have altered the
     *   page. This variable should always be output last, after all other dynamic
     *   content.
     * - \$classes String of classes that can be used to style contextually through
     *   CSS.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_html()
     * @see template_preprocess()
     * @see template_preprocess_html()
     * @see template_process()
     */
    #}
    {%
      set body_classes = [
        site_name ? 'site-' ~ site_name|clean_class,
        logged_in ? 'user-logged-in',
        not root_path ? 'path-frontpage' : 'path-' ~ root_path|clean_class,
        node_type ? 'page-node-type-' ~ node_type|clean_class,
        db_offline ? 'db-offline',
        theme.settings.navbar_position ? 'navbar-is-' ~ theme.settings.navbar_position,
        theme.has_glyphicons ? 'has-glyphicons',
    \thome_background ? 'body-bg-' ~ home_background.0.value,
      ]
    %}
    
    
      
        
        {{ head_title|safe_join(' | ') }}
    \t
    \t
        
        
      
      
        <a>
          {{ 'Skip to main content'|t }}
        </a>
    \t{{ page_top }}
    \t{{ page }}
        {{ page_bottom }}
        
      
    
    ", "themes/custom/asc/templates/html/html.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\custom\\asc\\templates\\html\\html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 48);
            static $filters = array("clean_class" =&gt; 49, "escape" =&gt; 60, "raw" =&gt; 62, "safe_join" =&gt; 63, "t" =&gt; 71);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'raw', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_ebb78f26b6b6d2ad71361897b625d942', 'themes/custom/asc/templates/html/html.html.twig') (Line: 312)
    Twig\Environment->load('themes/custom/asc/templates/html/html.html.twig') (Line: 53)
    twig_render_template('themes/custom/asc/templates/html/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.EtQGT8RXOk1rN5sD8zdRKpxjqlY,sites/default/files/php/twig/686804cb1420f_superfish-menu-items.html_LARABWznjiWKo-oQBmnBPHf5v/ky2UpyX6zU0wMBjlRQAbI5gJAHEkOv_V49b6nebrmN0.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_superfish-menu-items.html_LARABWznjiWKo-oQBmnBPHf5v', '&lt;?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;
    
    /* modules/contrib/superfish/templates/superfish-menu-items.html.twig */
    class __TwigTemplate_6f1b14a51d172341c9d83235be434ee5 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            echo "
    ";
            // line 22
            $context["classes"] = [];
            // line 23
            ob_start();
            // line 24
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["menu_items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 25
                echo "
      ";
                // line 26
                if ( !twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 26))) {
                    // line 27
                    echo "    ";
                    $context["item_class"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "item_class", [], "any", false, false, true, 27), 27, $this-&gt;source) . " menuparent");
                    // line 28
                    echo "    ";
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_column", [], "any", false, false, true, 28)) {
                        // line 29
                        echo "      ";
                        $context["item_class"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_class"] ?? null), 29, $this-&gt;source) . " sf-multicolumn-column");
                        // line 30
                        echo "    ";
                    }
                    // line 31
                    echo "  ";
                }
                // line 32
                echo "
      <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                echo "&gt;
        ";
                // line 34
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_column", [], "any", false, false, true, 34)) {
                    // line 35
                    echo "    
        ";
                }
                // line 37
                echo "    ";
                if ( !twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 37))) {
                    // line 38
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link_menuparent", [], "any", false, false, true, 38), 38, $this-&gt;source), "html", null, true);
                    echo "
        ";
                } else {
                    // line 40
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                // line 42
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_wrapper", [], "any", false, false, true, 42)) {
                    echo "<ul>
        <li line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "item_class", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
        ";
                }
                // line 45
                echo "    ";
                if ( !twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 45))) {
                    // line 46
                    echo "      ";
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_content", [], "any", false, false, true, 46)) {
                        echo "<ol>";
                    } else {
                        echo "<ul>";
                    }
                    // line 47
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                    echo "
          ";
                    // line 48
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_content", [], "any", false, false, true, 48)) {
                        echo "</ol>";
                    } else {
                        echo "</ul>";
                    }
                    // line 49
                    echo "    ";
                }
                // line 50
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_wrapper", [], "any", false, false, true, 50)) {
                    echo "</li></ul>";
                }
                // line 51
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_column", [], "any", false, false, true, 51)) {
                    echo "";
                }
                // line 52
                echo "  </li>
    
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            $___internal_parse_1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            // line 23
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_spaceless($___internal_parse_1_));
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/superfish/templates/superfish-menu-items.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  151 =&gt; 23,  142 =&gt; 52,  137 =&gt; 51,  132 =&gt; 50,  129 =&gt; 49,  123 =&gt; 48,  118 =&gt; 47,  111 =&gt; 46,  108 =&gt; 45,  103 =&gt; 43,  98 =&gt; 42,  92 =&gt; 40,  86 =&gt; 38,  83 =&gt; 37,  79 =&gt; 35,  77 =&gt; 34,  73 =&gt; 33,  70 =&gt; 32,  67 =&gt; 31,  64 =&gt; 30,  61 =&gt; 29,  58 =&gt; 28,  55 =&gt; 27,  53 =&gt; 26,  50 =&gt; 25,  46 =&gt; 24,  44 =&gt; 23,  42 =&gt; 22,  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation of Superfish menu items.
     *
     * Available variables:
     * - html_id: Unique menu item identifier.
     * - item_class: Menu item classes.
     * - link: Link element.
     * - link_menuparent: Link element, when a menu parent.
     * - children: Menu item children.
     * - multicolumn_wrapper: Whether the menu item contains a column.
     * - multicolumn_column: Whether the menu item contains a column.
     * - multicolumn_content: Whether the menu item contains a column.
     *
     * @see template_preprocess_superfish_menu_items()
     *
     * @ingroup themeable
     */
    #}
    
    {% set classes = [] %}
    {% apply spaceless %}
    {% for item in menu_items %}
    
      {% if item.children is not empty %}
        {% set item_class = item.item_class ~ ' menuparent' %}
        {% if item.multicolumn_column %}
          {% set item_class = item_class ~ ' sf-multicolumn-column' %}
        {% endif %}
      {% endif %}
    
      <li attributes>
        {% if item.multicolumn_column %}
        
        {% endif %}
        {% if item.children is not empty %}
          {{ item.link_menuparent }}
        {% else %}
          {{ item.link }}
        {% endif %}
        {% if item.multicolumn_wrapper %}<ul>
        <li>
        {% endif %}
        {% if item.children is not empty %}
          {% if item.multicolumn_content %}<ol>{% else %}<ul>{% endif %}
          {{ item.children }}
          {% if item.multicolumn_content %}</ol>{% else %}</ul>{% endif %}
        {% endif %}
        {% if item.multicolumn_wrapper %}</li></ul>{% endif %}
        {% if item.multicolumn_column %}{% endif %}
      </li>
    
    {% endfor %}
    {% endapply %}", "modules/contrib/superfish/templates/superfish-menu-items.html.twig", "E:\\websites\\nationalregistry_new\\web\\modules\\contrib\\superfish\\templates\\superfish-menu-items.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 22, "apply" =&gt; 23, "for" =&gt; 24, "if" =&gt; 26);
            static $filters = array("escape" =&gt; 33, "spaceless" =&gt; 23);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'apply', 'for', 'if'],
                    ['escape', 'spaceless'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_superfish-menu-items.html_LARABWznjiWKo-oQBmnBPHf5v', '&lt;?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;
    
    /* modules/contrib/superfish/templates/superfish-menu-items.html.twig */
    class __TwigTemplate_6f1b14a51d172341c9d83235be434ee5 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            echo "
    ";
            // line 22
            $context["classes"] = [];
            // line 23
            ob_start();
            // line 24
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["menu_items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 25
                echo "
      ";
                // line 26
                if ( !twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 26))) {
                    // line 27
                    echo "    ";
                    $context["item_class"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "item_class", [], "any", false, false, true, 27), 27, $this-&gt;source) . " menuparent");
                    // line 28
                    echo "    ";
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_column", [], "any", false, false, true, 28)) {
                        // line 29
                        echo "      ";
                        $context["item_class"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_class"] ?? null), 29, $this-&gt;source) . " sf-multicolumn-column");
                        // line 30
                        echo "    ";
                    }
                    // line 31
                    echo "  ";
                }
                // line 32
                echo "
      <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                echo "&gt;
        ";
                // line 34
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_column", [], "any", false, false, true, 34)) {
                    // line 35
                    echo "    
        ";
                }
                // line 37
                echo "    ";
                if ( !twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 37))) {
                    // line 38
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link_menuparent", [], "any", false, false, true, 38), 38, $this-&gt;source), "html", null, true);
                    echo "
        ";
                } else {
                    // line 40
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                // line 42
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_wrapper", [], "any", false, false, true, 42)) {
                    echo "<ul>
        <li line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "item_class", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
        ";
                }
                // line 45
                echo "    ";
                if ( !twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 45))) {
                    // line 46
                    echo "      ";
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_content", [], "any", false, false, true, 46)) {
                        echo "<ol>";
                    } else {
                        echo "<ul>";
                    }
                    // line 47
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "children", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                    echo "
          ";
                    // line 48
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_content", [], "any", false, false, true, 48)) {
                        echo "</ol>";
                    } else {
                        echo "</ul>";
                    }
                    // line 49
                    echo "    ";
                }
                // line 50
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_wrapper", [], "any", false, false, true, 50)) {
                    echo "</li></ul>";
                }
                // line 51
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "multicolumn_column", [], "any", false, false, true, 51)) {
                    echo "";
                }
                // line 52
                echo "  </li>
    
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            $___internal_parse_1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            // line 23
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_spaceless($___internal_parse_1_));
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/superfish/templates/superfish-menu-items.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  151 =&gt; 23,  142 =&gt; 52,  137 =&gt; 51,  132 =&gt; 50,  129 =&gt; 49,  123 =&gt; 48,  118 =&gt; 47,  111 =&gt; 46,  108 =&gt; 45,  103 =&gt; 43,  98 =&gt; 42,  92 =&gt; 40,  86 =&gt; 38,  83 =&gt; 37,  79 =&gt; 35,  77 =&gt; 34,  73 =&gt; 33,  70 =&gt; 32,  67 =&gt; 31,  64 =&gt; 30,  61 =&gt; 29,  58 =&gt; 28,  55 =&gt; 27,  53 =&gt; 26,  50 =&gt; 25,  46 =&gt; 24,  44 =&gt; 23,  42 =&gt; 22,  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation of Superfish menu items.
     *
     * Available variables:
     * - html_id: Unique menu item identifier.
     * - item_class: Menu item classes.
     * - link: Link element.
     * - link_menuparent: Link element, when a menu parent.
     * - children: Menu item children.
     * - multicolumn_wrapper: Whether the menu item contains a column.
     * - multicolumn_column: Whether the menu item contains a column.
     * - multicolumn_content: Whether the menu item contains a column.
     *
     * @see template_preprocess_superfish_menu_items()
     *
     * @ingroup themeable
     */
    #}
    
    {% set classes = [] %}
    {% apply spaceless %}
    {% for item in menu_items %}
    
      {% if item.children is not empty %}
        {% set item_class = item.item_class ~ ' menuparent' %}
        {% if item.multicolumn_column %}
          {% set item_class = item_class ~ ' sf-multicolumn-column' %}
        {% endif %}
      {% endif %}
    
      <li attributes>
        {% if item.multicolumn_column %}
        
        {% endif %}
        {% if item.children is not empty %}
          {{ item.link_menuparent }}
        {% else %}
          {{ item.link }}
        {% endif %}
        {% if item.multicolumn_wrapper %}<ul>
        <li>
        {% endif %}
        {% if item.children is not empty %}
          {% if item.multicolumn_content %}<ol>{% else %}<ul>{% endif %}
          {{ item.children }}
          {% if item.multicolumn_content %}</ol>{% else %}</ul>{% endif %}
        {% endif %}
        {% if item.multicolumn_wrapper %}</li></ul>{% endif %}
        {% if item.multicolumn_column %}{% endif %}
      </li>
    
    {% endfor %}
    {% endapply %}", "modules/contrib/superfish/templates/superfish-menu-items.html.twig", "E:\\websites\\nationalregistry_new\\web\\modules\\contrib\\superfish\\templates\\superfish-menu-items.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 22, "apply" =&gt; 23, "for" =&gt; 24, "if" =&gt; 26);
            static $filters = array("escape" =&gt; 33, "spaceless" =&gt; 23);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'apply', 'for', 'if'],
                    ['escape', 'spaceless'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_6f1b14a51d172341c9d83235be434ee5', 'modules/contrib/superfish/templates/superfish-menu-items.html.twig') (Line: 312)
    Twig\Environment->load('modules/contrib/superfish/templates/superfish-menu-items.html.twig') (Line: 53)
    twig_render_template('modules/contrib/superfish/templates/superfish-menu-items.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('superfish_menu_items', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_b38d4660bbb31f0f7109bde7ebee12cc->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('modules/contrib/superfish/templates/superfish.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('superfish', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_980a72915faa6e4b0cdc2a3f2693515a->block_content(Array, Array) (Line: 171)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_980a72915faa6e4b0cdc2a3f2693515a->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 120)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->block_navbar(Array, Array) (Line: 171)
    Twig\Template->displayBlock('navbar', Array, Array) (Line: 60)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
    __TwigTemplate_ebb78f26b6b6d2ad71361897b625d942->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/html/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.cLgQacy9GXKuvVBZTGlrd47iL7A,sites/default/files/php/twig/686804cb1420f_block--system.html.twig_9gGrAhEpwbYT8RiKecWfooF3w/jtYqfV_TW64sWfNlvnQFiDJgXd3MKW8bkKhUI7HQTF4.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_block--system.html.twig_9gGrAhEpwbYT8RiKecWfooF3w', '&lt;?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/bootstrap/templates/block/block--system.html.twig */
    class __TwigTemplate_d46a0e535dc8f7ffff7eef0ec818102d extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 9
            return "block--bare.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--system.html.twig", 9);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block--system.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for system blocks.
     *
     * @ingroup templates
     */
    #}
    {% extends \"block--bare.html.twig\" %}
    ", "themes/contrib/bootstrap/templates/block/block--system.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\contrib\\bootstrap\\templates\\block\\block--system.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_block--system.html.twig_9gGrAhEpwbYT8RiKecWfooF3w', '&lt;?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/bootstrap/templates/block/block--system.html.twig */
    class __TwigTemplate_d46a0e535dc8f7ffff7eef0ec818102d extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 9
            return "block--bare.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--system.html.twig", 9);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block--system.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for system blocks.
     *
     * @ingroup templates
     */
    #}
    {% extends \"block--bare.html.twig\" %}
    ", "themes/contrib/bootstrap/templates/block/block--system.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\contrib\\bootstrap\\templates\\block\\block--system.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_d46a0e535dc8f7ffff7eef0ec818102d', 'themes/contrib/bootstrap/templates/block/block--system.html.twig') (Line: 312)
    Twig\Environment->load('themes/contrib/bootstrap/templates/block/block--system.html.twig') (Line: 53)
    twig_render_template('themes/contrib/bootstrap/templates/block/block--system.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 335)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->block_content(Array, Array) (Line: 171)
    Twig\Template->displayBlock('content', Array, Array) (Line: 246)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->block_main(Array, Array) (Line: 171)
    Twig\Template->displayBlock('main', Array, Array) (Line: 66)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
    __TwigTemplate_ebb78f26b6b6d2ad71361897b625d942->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/html/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.DBp-D9DPilBZSKYJ-wQMDeoQFT4,sites/default/files/php/twig/686804cb1420f_block--system-menu-block._8ZfgNLiBn3AUJnCF1iM0bpDB6/NWJZgAXeSQAaiHizNolvxNbI4ABKr1AyBXyTphAB2Yw.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_block--system-menu-block._8ZfgNLiBn3AUJnCF1iM0bpDB6', '&lt;?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/block--system-menu-block.html.twig */
    class __TwigTemplate_20759dadf759ea48a1f7b47edcbba02f extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 37
            $context["heading_id"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 37), 37, $this-&gt;source) . \Drupal\Component\Utility\Html::getId("-menu"));
            // line 38
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null), 38, $this-&gt;source), "html", null, true);
            echo "\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 38, $this-&gt;source), "role", "aria-labelledby"), "html", null, true);
            echo "&gt;
      ";
            // line 40
            echo "  ";
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 40)) {
                // line 41
                echo "    ";
                $context["title_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "visually-hidden"], "method", false, false, true, 41);
                // line 42
                echo "  ";
            }
            // line 43
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 43, $this-&gt;source), "html", null, true);
            echo "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "setAttribute", [0 =&gt; "id", 1 =&gt; ($context["heading_id"] ?? null)], "method", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 45
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 45, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 48
            echo "  ";
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 51
            echo "
    ";
        }
    
        // line 48
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 49
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "core/modules/system/templates/block--system-menu-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  86 =&gt; 49,  82 =&gt; 48,  77 =&gt; 51,  74 =&gt; 48,  69 =&gt; 45,  63 =&gt; 44,  58 =&gt; 43,  55 =&gt; 42,  52 =&gt; 41,  49 =&gt; 40,  42 =&gt; 38,  40 =&gt; 37,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for a menu block.
     *
     * Available variables:
     * - plugin_id: The ID of the block implementation.
     * - label: The configured label of the block if visible.
     * - configuration: A list of the block's configuration values.
     *   - label: The configured label for the block.
     *   - label_display: The display settings for the label.
     *   - provider: The module or other provider that provided this block plugin.
     *   - Block plugin specific settings will also be stored here.
     * - in_preview: Whether the plugin is being rendered in preview mode.
     * - content: The content of this block.
     * - attributes: HTML attributes for the containing element.
     *   - id: A valid HTML ID and guaranteed unique.
     * - title_attributes: HTML attributes for the title element.
     * - content_attributes: HTML attributes for the content element.
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the main title tag that appears in the template.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the main title tag that appears in the template.
     *
     * Headings should be used on navigation menus that consistently appear on
     * multiple pages. When this menu block's label is configured to not be
     * displayed, it is automatically made invisible using the 'visually-hidden' CSS
     * class, which still keeps it visible for screen-readers and assistive
     * technology. Headings allow screen-reader and keyboard only users to navigate
     * to or skip the links.
     * See http://juicystudio.com/article/screen-readers-display-none.php and
     * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
     *
     * @ingroup themeable
     */
    #}
    {% set heading_id = attributes.id ~ '-menu'|clean_id %}
    
      {# Label. If not displayed, we still provide it for screen readers. #}
      {% if not configuration.label_display %}
        {% set title_attributes = title_attributes.addClass('visually-hidden') %}
      {% endif %}
      {{ title_prefix }}
      {{ configuration.label }}
      {{ title_suffix }}
    
      {# Menu. #}
      {% block content %}
        {{ content }}
      {% endblock %}
    
    ", "core/modules/system/templates/block--system-menu-block.html.twig", "E:\\websites\\nationalregistry_new\\web\\core\\modules\\system\\templates\\block--system-menu-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 37, "if" =&gt; 40, "block" =&gt; 48);
            static $filters = array("clean_id" =&gt; 37, "escape" =&gt; 38, "without" =&gt; 38);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_id', 'escape', 'without'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_block--system-menu-block._8ZfgNLiBn3AUJnCF1iM0bpDB6', '&lt;?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/block--system-menu-block.html.twig */
    class __TwigTemplate_20759dadf759ea48a1f7b47edcbba02f extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 37
            $context["heading_id"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 37), 37, $this-&gt;source) . \Drupal\Component\Utility\Html::getId("-menu"));
            // line 38
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null), 38, $this-&gt;source), "html", null, true);
            echo "\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 38, $this-&gt;source), "role", "aria-labelledby"), "html", null, true);
            echo "&gt;
      ";
            // line 40
            echo "  ";
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 40)) {
                // line 41
                echo "    ";
                $context["title_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "visually-hidden"], "method", false, false, true, 41);
                // line 42
                echo "  ";
            }
            // line 43
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 43, $this-&gt;source), "html", null, true);
            echo "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "setAttribute", [0 =&gt; "id", 1 =&gt; ($context["heading_id"] ?? null)], "method", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 45
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 45, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 48
            echo "  ";
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 51
            echo "
    ";
        }
    
        // line 48
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 49
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "core/modules/system/templates/block--system-menu-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  86 =&gt; 49,  82 =&gt; 48,  77 =&gt; 51,  74 =&gt; 48,  69 =&gt; 45,  63 =&gt; 44,  58 =&gt; 43,  55 =&gt; 42,  52 =&gt; 41,  49 =&gt; 40,  42 =&gt; 38,  40 =&gt; 37,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for a menu block.
     *
     * Available variables:
     * - plugin_id: The ID of the block implementation.
     * - label: The configured label of the block if visible.
     * - configuration: A list of the block's configuration values.
     *   - label: The configured label for the block.
     *   - label_display: The display settings for the label.
     *   - provider: The module or other provider that provided this block plugin.
     *   - Block plugin specific settings will also be stored here.
     * - in_preview: Whether the plugin is being rendered in preview mode.
     * - content: The content of this block.
     * - attributes: HTML attributes for the containing element.
     *   - id: A valid HTML ID and guaranteed unique.
     * - title_attributes: HTML attributes for the title element.
     * - content_attributes: HTML attributes for the content element.
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the main title tag that appears in the template.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the main title tag that appears in the template.
     *
     * Headings should be used on navigation menus that consistently appear on
     * multiple pages. When this menu block's label is configured to not be
     * displayed, it is automatically made invisible using the 'visually-hidden' CSS
     * class, which still keeps it visible for screen-readers and assistive
     * technology. Headings allow screen-reader and keyboard only users to navigate
     * to or skip the links.
     * See http://juicystudio.com/article/screen-readers-display-none.php and
     * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
     *
     * @ingroup themeable
     */
    #}
    {% set heading_id = attributes.id ~ '-menu'|clean_id %}
    
      {# Label. If not displayed, we still provide it for screen readers. #}
      {% if not configuration.label_display %}
        {% set title_attributes = title_attributes.addClass('visually-hidden') %}
      {% endif %}
      {{ title_prefix }}
      {{ configuration.label }}
      {{ title_suffix }}
    
      {# Menu. #}
      {% block content %}
        {{ content }}
      {% endblock %}
    
    ", "core/modules/system/templates/block--system-menu-block.html.twig", "E:\\websites\\nationalregistry_new\\web\\core\\modules\\system\\templates\\block--system-menu-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 37, "if" =&gt; 40, "block" =&gt; 48);
            static $filters = array("clean_id" =&gt; 37, "escape" =&gt; 38, "without" =&gt; 38);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_id', 'escape', 'without'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_20759dadf759ea48a1f7b47edcbba02f', 'core/modules/system/templates/block--system-menu-block.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/system/templates/block--system-menu-block.html.twig') (Line: 53)
    twig_render_template('core/modules/system/templates/block--system-menu-block.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 375)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->block_footer(Array, Array) (Line: 171)
    Twig\Template->displayBlock('footer', Array, Array) (Line: 74)
    __TwigTemplate_d8cd7175826f7c3d13b63831b9608968->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
    __TwigTemplate_ebb78f26b6b6d2ad71361897b625d942->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/html/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.tdtXRagNZq4hBGSPEKWMFuWpop4,sites/default/files/php/twig/686804cb1420f_off-canvas-page-wrapper.h_Und3lpsaizwBCjm3afEcR8V56/Q8MlZEYdkm205ZBxsbiGpVIW71RrQJipyd4G0mjSEp4.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('686804cb1420f_off-canvas-page-wrapper.h_Und3lpsaizwBCjm3afEcR8V56', '&lt;?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/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_1dafad8991a48755688fb50c4d67b81b extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 22
            if (($context["children"] ?? null)) {
                // line 23
                echo "  
        ";
                // line 24
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 24, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/system/templates/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 24,  41 =&gt; 23,  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for a page wrapper.
     *
     * For consistent wrapping to {{ page }} render in all themes. The
     * \"data-off-canvas-main-canvas\" attribute is required by the off-canvas dialog.
     * This is used by the core/drupal.dialog.off_canvas library to select the
     * \"main canvas\" page element as opposed to the \"off canvas\" which is the dialog
     * itself. The \"main canvas\" element must be resized according to the width of
     * the \"off canvas\" dialog so that no portion of the \"main canvas\" is obstructed
     * by the off-canvas dialog. The off-canvas dialog can vary in width when opened
     * and can be resized by the user. The \"data-off-canvas-main-canvas\" attribute
     * cannot be removed without breaking the off-canvas dialog functionality.
     *
     * Available variables:
     * - children: Contains the child elements of the page.
     *
     * @ingroup themeable
     */
    #}
    {% if children %}
      
        {{ children }}
      
    {% endif %}
    ", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "E:\\websites\\nationalregistry_new\\web\\core\\modules\\system\\templates\\off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 22);
            static $filters = array("escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('686804cb1420f_off-canvas-page-wrapper.h_Und3lpsaizwBCjm3afEcR8V56', '&lt;?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/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_1dafad8991a48755688fb50c4d67b81b extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 22
            if (($context["children"] ?? null)) {
                // line 23
                echo "  
        ";
                // line 24
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 24, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/system/templates/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 24,  41 =&gt; 23,  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for a page wrapper.
     *
     * For consistent wrapping to {{ page }} render in all themes. The
     * \"data-off-canvas-main-canvas\" attribute is required by the off-canvas dialog.
     * This is used by the core/drupal.dialog.off_canvas library to select the
     * \"main canvas\" page element as opposed to the \"off canvas\" which is the dialog
     * itself. The \"main canvas\" element must be resized according to the width of
     * the \"off canvas\" dialog so that no portion of the \"main canvas\" is obstructed
     * by the off-canvas dialog. The off-canvas dialog can vary in width when opened
     * and can be resized by the user. The \"data-off-canvas-main-canvas\" attribute
     * cannot be removed without breaking the off-canvas dialog functionality.
     *
     * Available variables:
     * - children: Contains the child elements of the page.
     *
     * @ingroup themeable
     */
    #}
    {% if children %}
      
        {{ children }}
      
    {% endif %}
    ", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "E:\\websites\\nationalregistry_new\\web\\core\\modules\\system\\templates\\off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 22);
            static $filters = array("escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_1dafad8991a48755688fb50c4d67b81b', 'core/modules/system/templates/off-canvas-page-wrapper.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/system/templates/off-canvas-page-wrapper.html.twig') (Line: 53)
    twig_render_template('core/modules/system/templates/off-canvas-page-wrapper.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 501)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
    __TwigTemplate_ebb78f26b6b6d2ad71361897b625d942->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/custom/asc/templates/html/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 445)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    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: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
2016.11.15 CO Final Compliance Review.pdf695.71 KB
Document Type
State Compliance Reviews
Content Date
Mon, 11/14/2016 - 19:00
Is Public Record?
Yes
Content Access
Public
State
CO
FOLLOW US facebooktwitteryoutubelinked in

logo

About

  • About
  • Member Representatives
  • Staff
  • Meetings & Events

National Registries

  • National Registries
  • Appraiser Registry
  • AMC Registry

Resources

  • Resources
  • ASC Governance
  • Operating Guidance
  • FAQs
  • Public Records
  • Contact ASC

State Compliance

  • State Compliance
  • Appraiser Compliance Review Findings
  • AMC Compliance Review Findings

Grants

  • Grants
  • State Support Grants
  • Appraisal Foundation Grants

return to top

Footer Left

  • Latest Updates
  • FOIA Requests
  • NoFEAR

Footer Right

  • Accessibility
  • Terms of Use
  • Privacy Policy