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/.Bx1MK87iUR_sOp6a2LGbzMTqRYk,sites/default/files/php/twig/690b4bffe3bdf_region.html.twig_2KkPhIxUeGfA851IJMgX-gRpt/rrEvikWGAcpSR_SUPKAyK3GYJJ4oH4GyF8wL3ZzMRRE.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('690b4bffe3bdf_region.html.twig_2KkPhIxUeGfA851IJMgX-gRpt', '<?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/region.html.twig */
    class __TwigTemplate_b9318eec9820b556b7b9e51b72bc0941 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
            $context["classes"] = [0 => "region", 1 => ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 20
    ($context["region"] ?? null), 20, $this->source))), 2 => "clearfix"];
            // line 24
            if (($context["content"] ?? null)) {
                // line 25
                echo "  extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 25), 25, $this->source), "html", null, true);
                echo ">
        ";
                // line 26
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 26, $this->source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/asc/templates/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 => 26,  44 => 25,  42 => 24,  40 => 20,  39 => 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override to display a region.
     *
     * Available variables:
     * - content: The content for this region, typically blocks.
     * - attributes: HTML attributes for the region div.
     * - region: The name of the region variable as defined in the theme's
     *   .info.yml file.
     *
     * @ingroup templates
     *
     * @see template_preprocess_region()
     */
    #}
    {%
      set classes = [
        'region',
        'region-' ~ region|clean_class,
    \t'clearfix',
      ]
    %}
    {% if content %}
      
        {{ content }}
      
    {% endif %}
    ", "themes/custom/asc/templates/region.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\custom\\asc\\templates\\region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 18, "if" => 24);
            static $filters = array("clean_class" => 20, "escape" => 25);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b4bffe3bdf_region.html.twig_2KkPhIxUeGfA851IJMgX-gRpt', '<?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/region.html.twig */
    class __TwigTemplate_b9318eec9820b556b7b9e51b72bc0941 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
            $context["classes"] = [0 => "region", 1 => ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 20
    ($context["region"] ?? null), 20, $this->source))), 2 => "clearfix"];
            // line 24
            if (($context["content"] ?? null)) {
                // line 25
                echo "  extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 25), 25, $this->source), "html", null, true);
                echo ">
        ";
                // line 26
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 26, $this->source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/asc/templates/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 => 26,  44 => 25,  42 => 24,  40 => 20,  39 => 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override to display a region.
     *
     * Available variables:
     * - content: The content for this region, typically blocks.
     * - attributes: HTML attributes for the region div.
     * - region: The name of the region variable as defined in the theme's
     *   .info.yml file.
     *
     * @ingroup templates
     *
     * @see template_preprocess_region()
     */
    #}
    {%
      set classes = [
        'region',
        'region-' ~ region|clean_class,
    \t'clearfix',
      ]
    %}
    {% if content %}
      
        {{ content }}
      
    {% endif %}
    ", "themes/custom/asc/templates/region.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\custom\\asc\\templates\\region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 18, "if" => 24);
            static $filters = array("clean_class" => 20, "escape" => 25);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_b9318eec9820b556b7b9e51b72bc0941', 'themes/custom/asc/templates/region.html.twig') (Line: 312)
    Twig\Environment->load('themes/custom/asc/templates/region.html.twig') (Line: 53)
    twig_render_template('themes/custom/asc/templates/region.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('region', 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: 100)
    __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/.8Gel0dB4NbLve78eWP3Jo_TfDTw,sites/default/files/php/twig/690b4bffe3bdf_superfish-menu-items.html_LARABWznjiWKo-oQBmnBPHf5v/oty8MdKejkWm4g5nr_1B-8FGt9R5C81CZbapcZL3CZM.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('690b4bffe3bdf_superfish-menu-items.html_LARABWznjiWKo-oQBmnBPHf5v', '<?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->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 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"] => $context["item"]) {
                // line 25
                echo "
      ";
                // line 26
                if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["item"], "children", [], "any", false, false, true, 26))) {
                    // line 27
                    echo "    ";
                    $context["item_class"] = ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "item_class", [], "any", false, false, true, 27), 27, $this->source) . " menuparent");
                    // line 28
                    echo "    ";
                    if (twig_get_attribute($this->env, $this->source, $context["item"], "multicolumn_column", [], "any", false, false, true, 28)) {
                        // line 29
                        echo "      ";
                        $context["item_class"] = ($this->sandbox->ensureToStringAllowed(($context["item_class"] ?? null), 29, $this->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_0_ = ('' === $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_0_));
        }
    
        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('690b4bffe3bdf_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_0_ = ('' === $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_0_));
        }
    
        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/.DFRiZNj4Vg-1bh-PkbmGmCGH7Zg,sites/default/files/php/twig/690b4bffe3bdf_menu.html.twig_PClSd3zXs9RVuLL_FreYbigUk/Hj8DV1nx8_zX56KIthdnuuNQ_U7xq5A-xVQi_ANiLLU.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('690b4bffe3bdf_menu.html.twig_PClSd3zXs9RVuLL_FreYbigUk', '&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/menu/menu.html.twig */
    class __TwigTemplate_8405ff8beb867f7adf995957646df173 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();
            $macros["_self"] = $this-&gt;macros["_self"] = $this;
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 54
            echo "
    ";
            // line 60
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["_self"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0, ((($context["classes"] ?? null)) ? (($context["classes"] ?? null)) : ([0 =&gt; "menu", 1 =&gt; ("menu--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["menu_name"] ?? null), 60, $this-&gt;source))), 2 =&gt; "nav"])), ((($context["dropdown_classes"] ?? null)) ? (($context["dropdown_classes"] ?? null)) : ([0 =&gt; "dropdown-menu"]))], 60, $context, $this-&gt;getSourceContext()));
            echo "
    ";
        }
    
        // line 22
        public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, $__classes__ = null, $__dropdown_classes__ = null, ...$__varargs__)
        {
            $macros = $this-&gt;macros;
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "classes" =&gt; $__classes__,
                "dropdown_classes" =&gt; $__dropdown_classes__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start();
            try {
                // line 23
                echo "  ";
                if (($context["items"] ?? null)) {
                    // line 24
                    echo "    <ul>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["menu_level"] ?? null) == 0)) ? (($context["classes"] ?? null)) : (($context["dropdown_classes"] ?? null)))], "method", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
                    echo "&gt;
        ";
                    // line 25
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    $context['loop'] = [
                      'parent' =&gt; $context['_parent'],
                      'index0' =&gt; 0,
                      'index'  =&gt; 1,
                      'first'  =&gt; true,
                    ];
                    if (is_array($context['_seq']) || (is_object($context['_seq']) &amp;&amp; $context['_seq'] instanceof \Countable)) {
                        $length = count($context['_seq']);
                        $context['loop']['revindex0'] = $length - 1;
                        $context['loop']['revindex'] = $length;
                        $context['loop']['length'] = $length;
                        $context['loop']['last'] = 1 === $length;
                    }
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 26
                        echo "      ";
                        // line 27
                        $context["item_classes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 27), "getOption", [0 =&gt; "container_attributes"], "method", false, false, true, 27), "class", [], "any", false, false, true, 27);
                        // line 29
                        echo "      ";
                        // line 30
                        $context["item_classes"] = [0 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 31
    $context["item"], "is_expanded", [], "any", false, false, true, 31) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 31))) ? ("expanded dropdown") : ("")), 1 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 32
    $context["item"], "in_active_trail", [], "any", false, false, true, 32)) ? ("active active-trail") : ("")), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 33
    $context["loop"], "first", [], "any", false, false, true, 33)) ? ("first") : ("")), 3 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 34
    $context["loop"], "last", [], "any", false, false, true, 34)) ? ("last") : (""))];
                        // line 37
                        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, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 37), "addClass", [0 =&gt; ($context["item_classes"] ?? null)], "method", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                        echo "&gt;
            ";
                        // line 38
                        $context["link_title"] = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 38);
                        // line 39
                        echo "        ";
                        $context["link_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link_attributes", [], "any", false, false, true, 39);
                        // line 40
                        echo "        ";
                        if ((((($context["menu_level"] ?? null) == 0) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_expanded", [], "any", false, false, true, 40)) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 40))) {
                            // line 41
                            echo "          ";
                            ob_start();
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_title"] ?? null), 41, $this-&gt;source), "html", null, true);
                            echo " ";
                            $context["link_title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                            // line 42
                            echo "          ";
                            $context["link_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["link_attributes"] ?? null), "addClass", [0 =&gt; "dropdown-toggle"], "method", false, false, true, 42), "setAttribute", [0 =&gt; "data-toggle", 1 =&gt; "dropdown"], "method", false, false, true, 42);
                            // line 43
                            echo "        ";
                        }
                        // line 44
                        echo "        ";
                        // line 45
                        echo "        ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_title"] ?? null), 45, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 45), 45, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["link_attributes"] ?? null), "addClass", [0 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "in_active_trail", [], "any", false, false, true, 45)) ? ("active-trail") : (""))], "method", false, false, true, 45), 45, $this-&gt;source)), "html", null, true);
                        echo "
            ";
                        // line 46
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 46)) {
                            // line 47
                            echo "          ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["_self"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 47), twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "removeClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 47), (($context["menu_level"] ?? null) + 1), ($context["classes"] ?? null), ($context["dropdown_classes"] ?? null)], 47, $context, $this-&gt;getSourceContext()));
                            echo "
            ";
                        }
                        // line 49
                        echo "      </li>
        ";
                        ++$context['loop']['index0'];
                        ++$context['loop']['index'];
                        $context['loop']['first'] = false;
                        if (isset($context['loop']['length'])) {
                            --$context['loop']['revindex0'];
                            --$context['loop']['revindex'];
                            $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                        }
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 51
                    echo "    </ul>
      ";
                }
    
                return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            } finally {
                ob_end_clean();
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/menu/menu.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  158 =&gt; 51,  143 =&gt; 49,  137 =&gt; 47,  135 =&gt; 46,  130 =&gt; 45,  128 =&gt; 44,  125 =&gt; 43,  122 =&gt; 42,  116 =&gt; 41,  113 =&gt; 40,  110 =&gt; 39,  108 =&gt; 38,  103 =&gt; 37,  101 =&gt; 34,  100 =&gt; 33,  99 =&gt; 32,  98 =&gt; 31,  97 =&gt; 30,  95 =&gt; 29,  93 =&gt; 27,  91 =&gt; 26,  74 =&gt; 25,  69 =&gt; 24,  66 =&gt; 23,  49 =&gt; 22,  43 =&gt; 60,  40 =&gt; 54,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a menu.
     *
     * Available variables:
     * - classes: A list of classes to apply to the top level <ul> element.
     * - dropdown_classes: A list of classes to apply to the dropdown <ul> element.
     * - menu_name: The machine name of the menu.
     * - items: A nested list of menu items. Each menu item contains:
     *   - attributes: HTML attributes for the menu item.
     *   - below: The menu item child items.
     *   - title: The menu link title.
     *   - url: The menu link url, instance of \\Drupal\\Core\\Url
     *   - localized_options: Menu link localized options.
     *
     * @ingroup templates
     *
     * Define a custom macro that will render all menu trees.
     */
    #}
    {% macro menu_links(items, attributes, menu_level, classes, dropdown_classes) %}
      {% if items %}
        <ul level="=" classes>
        {% for item in items %}
          {%
            set item_classes = item.url.getOption('container_attributes').class
          %}
          {%
            set item_classes = [
              item.is_expanded and item.below ? 'expanded dropdown',
              item.in_active_trail ? 'active active-trail',
              loop.first ? 'first',
              loop.last ? 'last',
            ]
          %}
          <li>
            {% set link_title = item.title %}
            {% set link_attributes = item.link_attributes %}
            {% if menu_level == 0 and item.is_expanded and item.below %}
              {% set link_title %}{{ link_title }} {% endset %}
              {% set link_attributes = link_attributes.addClass('dropdown-toggle').setAttribute('data-toggle', 'dropdown') %}
            {% endif %}
            {# Must use link() here so it triggers hook_link_alter(). #}
            {{ link(link_title, item.url, link_attributes.addClass(item.in_active_trail ? 'active-trail')) }}
            {% if item.below %}
              {{ _self.menu_links(item.below, attributes.removeClass(classes), menu_level + 1, classes, dropdown_classes) }}
            {% endif %}
          </li>
        {% endfor %}
        </ul>
      {% endif %}
    {% endmacro %}
    
    {#
      Invoke the custom macro defined above. If classes were provided, use them.
      This allows the template to be extended without having to also duplicate the
      code above. @see http://twig.sensiolabs.org/doc/tags/macro.html
    #}
    {{ _self.menu_links(items, attributes, 0, classes ?: ['menu', 'menu--' ~ menu_name|clean_class, 'nav'], dropdown_classes ?: ['dropdown-menu']) }}
    ", "themes/contrib/bootstrap/templates/menu/menu.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\contrib\\bootstrap\\templates\\menu\\menu.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("macro" =&gt; 22, "if" =&gt; 23, "for" =&gt; 25, "set" =&gt; 27);
            static $filters = array("clean_class" =&gt; 60, "escape" =&gt; 24);
            static $functions = array("link" =&gt; 45);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['macro', 'if', 'for', 'set', 'import'],
                    ['clean_class', 'escape'],
                    ['link']
                );
            } 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('690b4bffe3bdf_menu.html.twig_PClSd3zXs9RVuLL_FreYbigUk', '&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/menu/menu.html.twig */
    class __TwigTemplate_8405ff8beb867f7adf995957646df173 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();
            $macros["_self"] = $this-&gt;macros["_self"] = $this;
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 54
            echo "
    ";
            // line 60
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["_self"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0, ((($context["classes"] ?? null)) ? (($context["classes"] ?? null)) : ([0 =&gt; "menu", 1 =&gt; ("menu--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["menu_name"] ?? null), 60, $this-&gt;source))), 2 =&gt; "nav"])), ((($context["dropdown_classes"] ?? null)) ? (($context["dropdown_classes"] ?? null)) : ([0 =&gt; "dropdown-menu"]))], 60, $context, $this-&gt;getSourceContext()));
            echo "
    ";
        }
    
        // line 22
        public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, $__classes__ = null, $__dropdown_classes__ = null, ...$__varargs__)
        {
            $macros = $this-&gt;macros;
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "classes" =&gt; $__classes__,
                "dropdown_classes" =&gt; $__dropdown_classes__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start();
            try {
                // line 23
                echo "  ";
                if (($context["items"] ?? null)) {
                    // line 24
                    echo "    <ul>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["menu_level"] ?? null) == 0)) ? (($context["classes"] ?? null)) : (($context["dropdown_classes"] ?? null)))], "method", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
                    echo "&gt;
        ";
                    // line 25
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    $context['loop'] = [
                      'parent' =&gt; $context['_parent'],
                      'index0' =&gt; 0,
                      'index'  =&gt; 1,
                      'first'  =&gt; true,
                    ];
                    if (is_array($context['_seq']) || (is_object($context['_seq']) &amp;&amp; $context['_seq'] instanceof \Countable)) {
                        $length = count($context['_seq']);
                        $context['loop']['revindex0'] = $length - 1;
                        $context['loop']['revindex'] = $length;
                        $context['loop']['length'] = $length;
                        $context['loop']['last'] = 1 === $length;
                    }
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 26
                        echo "      ";
                        // line 27
                        $context["item_classes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 27), "getOption", [0 =&gt; "container_attributes"], "method", false, false, true, 27), "class", [], "any", false, false, true, 27);
                        // line 29
                        echo "      ";
                        // line 30
                        $context["item_classes"] = [0 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 31
    $context["item"], "is_expanded", [], "any", false, false, true, 31) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 31))) ? ("expanded dropdown") : ("")), 1 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 32
    $context["item"], "in_active_trail", [], "any", false, false, true, 32)) ? ("active active-trail") : ("")), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 33
    $context["loop"], "first", [], "any", false, false, true, 33)) ? ("first") : ("")), 3 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,                     // line 34
    $context["loop"], "last", [], "any", false, false, true, 34)) ? ("last") : (""))];
                        // line 37
                        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, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 37), "addClass", [0 =&gt; ($context["item_classes"] ?? null)], "method", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                        echo "&gt;
            ";
                        // line 38
                        $context["link_title"] = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 38);
                        // line 39
                        echo "        ";
                        $context["link_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link_attributes", [], "any", false, false, true, 39);
                        // line 40
                        echo "        ";
                        if ((((($context["menu_level"] ?? null) == 0) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_expanded", [], "any", false, false, true, 40)) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 40))) {
                            // line 41
                            echo "          ";
                            ob_start();
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_title"] ?? null), 41, $this-&gt;source), "html", null, true);
                            echo " ";
                            $context["link_title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                            // line 42
                            echo "          ";
                            $context["link_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["link_attributes"] ?? null), "addClass", [0 =&gt; "dropdown-toggle"], "method", false, false, true, 42), "setAttribute", [0 =&gt; "data-toggle", 1 =&gt; "dropdown"], "method", false, false, true, 42);
                            // line 43
                            echo "        ";
                        }
                        // line 44
                        echo "        ";
                        // line 45
                        echo "        ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_title"] ?? null), 45, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 45), 45, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["link_attributes"] ?? null), "addClass", [0 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "in_active_trail", [], "any", false, false, true, 45)) ? ("active-trail") : (""))], "method", false, false, true, 45), 45, $this-&gt;source)), "html", null, true);
                        echo "
            ";
                        // line 46
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 46)) {
                            // line 47
                            echo "          ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["_self"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 47), twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "removeClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 47), (($context["menu_level"] ?? null) + 1), ($context["classes"] ?? null), ($context["dropdown_classes"] ?? null)], 47, $context, $this-&gt;getSourceContext()));
                            echo "
            ";
                        }
                        // line 49
                        echo "      </li>
        ";
                        ++$context['loop']['index0'];
                        ++$context['loop']['index'];
                        $context['loop']['first'] = false;
                        if (isset($context['loop']['length'])) {
                            --$context['loop']['revindex0'];
                            --$context['loop']['revindex'];
                            $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                        }
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 51
                    echo "    </ul>
      ";
                }
    
                return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            } finally {
                ob_end_clean();
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/menu/menu.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  158 =&gt; 51,  143 =&gt; 49,  137 =&gt; 47,  135 =&gt; 46,  130 =&gt; 45,  128 =&gt; 44,  125 =&gt; 43,  122 =&gt; 42,  116 =&gt; 41,  113 =&gt; 40,  110 =&gt; 39,  108 =&gt; 38,  103 =&gt; 37,  101 =&gt; 34,  100 =&gt; 33,  99 =&gt; 32,  98 =&gt; 31,  97 =&gt; 30,  95 =&gt; 29,  93 =&gt; 27,  91 =&gt; 26,  74 =&gt; 25,  69 =&gt; 24,  66 =&gt; 23,  49 =&gt; 22,  43 =&gt; 60,  40 =&gt; 54,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a menu.
     *
     * Available variables:
     * - classes: A list of classes to apply to the top level <ul> element.
     * - dropdown_classes: A list of classes to apply to the dropdown <ul> element.
     * - menu_name: The machine name of the menu.
     * - items: A nested list of menu items. Each menu item contains:
     *   - attributes: HTML attributes for the menu item.
     *   - below: The menu item child items.
     *   - title: The menu link title.
     *   - url: The menu link url, instance of \\Drupal\\Core\\Url
     *   - localized_options: Menu link localized options.
     *
     * @ingroup templates
     *
     * Define a custom macro that will render all menu trees.
     */
    #}
    {% macro menu_links(items, attributes, menu_level, classes, dropdown_classes) %}
      {% if items %}
        <ul level="=" classes>
        {% for item in items %}
          {%
            set item_classes = item.url.getOption('container_attributes').class
          %}
          {%
            set item_classes = [
              item.is_expanded and item.below ? 'expanded dropdown',
              item.in_active_trail ? 'active active-trail',
              loop.first ? 'first',
              loop.last ? 'last',
            ]
          %}
          <li>
            {% set link_title = item.title %}
            {% set link_attributes = item.link_attributes %}
            {% if menu_level == 0 and item.is_expanded and item.below %}
              {% set link_title %}{{ link_title }} {% endset %}
              {% set link_attributes = link_attributes.addClass('dropdown-toggle').setAttribute('data-toggle', 'dropdown') %}
            {% endif %}
            {# Must use link() here so it triggers hook_link_alter(). #}
            {{ link(link_title, item.url, link_attributes.addClass(item.in_active_trail ? 'active-trail')) }}
            {% if item.below %}
              {{ _self.menu_links(item.below, attributes.removeClass(classes), menu_level + 1, classes, dropdown_classes) }}
            {% endif %}
          </li>
        {% endfor %}
        </ul>
      {% endif %}
    {% endmacro %}
    
    {#
      Invoke the custom macro defined above. If classes were provided, use them.
      This allows the template to be extended without having to also duplicate the
      code above. @see http://twig.sensiolabs.org/doc/tags/macro.html
    #}
    {{ _self.menu_links(items, attributes, 0, classes ?: ['menu', 'menu--' ~ menu_name|clean_class, 'nav'], dropdown_classes ?: ['dropdown-menu']) }}
    ", "themes/contrib/bootstrap/templates/menu/menu.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\contrib\\bootstrap\\templates\\menu\\menu.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("macro" =&gt; 22, "if" =&gt; 23, "for" =&gt; 25, "set" =&gt; 27);
            static $filters = array("clean_class" =&gt; 60, "escape" =&gt; 24);
            static $functions = array("link" =&gt; 45);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['macro', 'if', 'for', 'set', 'import'],
                    ['clean_class', 'escape'],
                    ['link']
                );
            } 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_8405ff8beb867f7adf995957646df173', 'themes/contrib/bootstrap/templates/menu/menu.html.twig') (Line: 312)
    Twig\Environment->load('themes/contrib/bootstrap/templates/menu/menu.html.twig') (Line: 53)
    twig_render_template('themes/contrib/bootstrap/templates/menu/menu.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('menu', 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: 87)
    __TwigTemplate_20759dadf759ea48a1f7b47edcbba02f->block_content(Array, Array) (Line: 171)
    Twig\Template->displayBlock('content', Array, Array) (Line: 75)
    __TwigTemplate_20759dadf759ea48a1f7b47edcbba02f->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('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)
    
LTR ID Field Review Response 002.16.07MW.pdf149.08 KB
Document Type
State Compliance Reviews
Content Date
Thu, 02/15/2007 - 19:00
Is Public Record?
Yes
Content Access
Public
State
ID
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