An official website of the United States government Here's how you know ⌄
Appraiser Registry Report
Chelsey Kub
0Credentials
0With Disciplinary Action
How do I update credentials?
Contact the state agency directly
- To update any information listed
- For additional information regarding registration not listed here
Print
Error message
- Warning: rename(sites/default/files/php/twig/.jfXg6cIeeVRzNpgxD3V1Otla_pc,sites/default/files/php/twig/690a4e75848f3___string_template__15e4c2_mG21kqBUCpbHQKVvrviAccoAj/_1MYJfwjlYGFqYnKQp-Ds8HAjQ5Nz6XnSm-EF3MN8Ek.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('690a4e75848f3___string_template__15e4c2_mG21kqBUCpbHQKVvrviAccoAj', '<?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; /* __string_template__15e4c2886fb2554f14cf09e05167a91f */ class __TwigTemplate_85e395f700731cdefdeaa5338599f01a 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 1 echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true)); } public function getTemplateName() { return "__string_template__15e4c2886fb2554f14cf09e05167a91f"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 1,); } public function getSourceContext() { return new Source("{# inline_template_start #}{{ value|nl2br }}", "__string_template__15e4c2886fb2554f14cf09e05167a91f", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("nl2br" => 1, "escape" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['nl2br', '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('690a4e75848f3___string_template__15e4c2_mG21kqBUCpbHQKVvrviAccoAj', '<?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; /* __string_template__15e4c2886fb2554f14cf09e05167a91f */ class __TwigTemplate_85e395f700731cdefdeaa5338599f01a 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 1 echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true)); } public function getTemplateName() { return "__string_template__15e4c2886fb2554f14cf09e05167a91f"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 1,); } public function getSourceContext() { return new Source("{# inline_template_start #}{{ value|nl2br }}", "__string_template__15e4c2886fb2554f14cf09e05167a91f", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("nl2br" => 1, "escape" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['nl2br', '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_85e395f700731cdefdeaa5338599f01a', '__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 402) Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234) Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 53) Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(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: 91) Drupal\Core\Utility\LinkGenerator->generate(Array, Object) (Line: 95) Drupal\Core\Render\Element\Link::preRenderLink(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: 939) Drupal\views\Plugin\views\field\EntityField->render_item(0, Array) (Line: 1208) Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238) template_preprocess_views_view_field(Array, 'views_view_field', Array) call_user_func_array('template_preprocess_views_view_field', Array) (Line: 285) Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 445) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204) Drupal\Core\Render\Renderer->render(Array) (Line: 1784) Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765) Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 704) Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570) Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461) Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181) Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548) Drupal\views\ViewExecutable->render() (Line: 199) Drupal\views\Plugin\views\display\Page->execute() (Line: 1645) Drupal\views\ViewExecutable->executeDisplay('page_2', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(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/.lGdQ7aJk70lN_hTOphAi3aOY4m0,sites/default/files/php/twig/690a4e75848f3_page--individual-appraise_LNIrNcZfq6wGBMRIT1Vv57K6n/gUjIjOObPQJ9ypWPra9awie7tQ8VBs0AyvRNZftX7R8.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('690a4e75848f3_page--individual-appraise_LNIrNcZfq6wGBMRIT1Vv57K6n', '<?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/pages/page--individual-appraiser-public.html.twig */ class __TwigTemplate_103d84abee750fee8dbbc3792d070aa9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'navbar' => [$this, 'block_navbar'], 'main' => [$this, 'block_main'], 'header' => [$this, 'block_header'], 'sidebar_first' => [$this, 'block_sidebar_first'], 'highlighted' => [$this, 'block_highlighted'], 'help' => [$this, 'block_help'], 'content' => [$this, 'block_content'], 'map' => [$this, 'block_map'], 'sidebar_second' => [$this, 'block_sidebar_second'], 'footer' => [$this, 'block_footer'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 54 $context["container"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "fluid_container", [], "any", false, false, true, 54)) ? ("container-fluid") : ("container-fluid")); // line 56 if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 56) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 56))) { // line 57 echo " "; $this->displayBlock('navbar', $context, $blocks); } // line 101 echo " "; // line 103 $this->displayBlock('main', $context, $blocks); // line 207 echo " "; // line 208 if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 208)) { // line 209 echo " "; $this->displayBlock('footer', $context, $blocks); } // line 215 echo " "; // line 216 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("asc/detailshistory"), "html", null, true); echo " "; } // line 57 public function block_navbar($context, array $blocks = []) { $macros = $this->macros; // line 58 echo " "; // line 59 $context["navbar_classes"] = [0 => "navbar", 1 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 61 ($context["theme"] ?? null), "settings", [], "any", false, false, true, 61), "navbar_inverse", [], "any", false, false, true, 61)) ? ("navbar-inverse") : ("navbar-default")), 2 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 62 ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62)) ? (("navbar-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62), 62, $this->source)))) : (($context["container"] ?? null)))]; // line 65 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "addClass", [0 => ($context["navbar_classes"] ?? null)], "method", false, false, true, 65), 65, $this->source), "html", null, true); echo " id=\"navbar\" role=\"banner\"> "; // line 67 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "top_content", [], "any", false, false, true, 67)) { // line 68 echo " "; // line 69 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "top_content", [], "any", false, false, true, 69), 69, $this->source), "html", null, true); echo " "; } // line 72 echo "\t \t "; // line 73 if ( !twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "hasClass", [0 => ($context["container"] ?? null)], "method", false, false, true, 73)) { // line 74 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 74, $this->source), "html", null, true); echo "\"> "; } // line 76 echo " "; // line 77 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 77), 77, $this->source), "html", null, true); echo " "; // line 79 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 79)) { // line 80 echo " "; // line 81 echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Toggle navigation")); echo " "; } // line 87 echo " "; // line 90 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 90)) { // line 91 echo " "; // line 92 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 92), 92, $this->source), "html", null, true); echo " "; } // line 95 echo " "; if ( !twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "hasClass", [0 => ($context["container"] ?? null)], "method", false, false, true, 95)) { // line 96 echo " "; } // line 98 echo " "; } // line 103 public function block_main($context, array $blocks = []) { $macros = $this->macros; // line 104 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 104, $this->source), "html", null, true); echo " js-quickedit-main-content node-id-"; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 104), 104, $this->source), "html", null, true); echo "\"> "; // line 108 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 108)) { // line 109 echo " "; $this->displayBlock('header', $context, $blocks); // line 132 echo " "; } // line 133 echo "\t \t \t \t\t \t\t\tPrint \t\t \t\t \t\t \t\t\t"; // line 141 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block", "exposedformindividual_appraiser_datablock_1"), "html", null, true); echo " \t\t \t "; // line 146 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 146)) { // line 147 echo " "; $this->displayBlock('sidebar_first', $context, $blocks); // line 152 echo " "; } // line 153 echo " "; // line 155 echo " "; // line 156 $context["content_classes"] = [0 => (((twig_get_attribute($this->env, $this->source, // line 157 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 157) && twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 157))) ? ("col-sm-6") : ("")), 1 => (((twig_get_attribute($this->env, $this->source, // line 158 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 158) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 158)))) ? ("col-sm-9") : ("")), 2 => (((twig_get_attribute($this->env, $this->source, // line 159 ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 159) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 159)))) ? ("col-sm-9") : ("")), 3 => (((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 160 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 160)) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 160)))) ? ("col-sm-12") : (""))]; // line 163 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => ($context["content_classes"] ?? null)], "method", false, false, true, 163), 163, $this->source), "html", null, true); echo "> "; // line 166 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 166)) { // line 167 echo " "; $this->displayBlock('highlighted', $context, $blocks); // line 170 echo " "; } // line 171 echo " "; // line 173 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 173)) { // line 174 echo " "; $this->displayBlock('help', $context, $blocks); // line 177 echo " "; } // line 178 echo " <a></a> \t\t "; // line 183 echo " "; $this->displayBlock('content', $context, $blocks); // line 186 echo "\t\t \t\t "; // line 188 echo "\t\t "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "map", [], "any", false, false, true, 188)) { // line 189 echo "\t\t "; $this->displayBlock('map', $context, $blocks); // line 192 echo "\t\t "; } // line 193 echo " "; // line 197 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 197)) { // line 198 echo " "; $this->displayBlock('sidebar_second', $context, $blocks); // line 203 echo " "; } // line 204 echo " "; } // line 109 public function block_header($context, array $blocks = []) { $macros = $this->macros; // line 110 echo "\t\t \t\t\t \t\t\t\t \t\t\t\t\tAppraiser Registry Report \t\t\t\t \t\t\t\t"; // line 115 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 115), 115, $this->source), "html", null, true); echo " \t\t\t\t0Credentials \t\t\t\t0With Disciplinary Action \t\t\t \t\t\t \t\t\t \t\t\t\tHow do I update credentials? \t\t\t\tContact the state agency directly \t\t\t\t<ul> \t\t\t\t\t<li>To update any information listed</li> \t\t\t\t\t<li>For additional information regarding registration not listed here</li> \t\t\t\t</ul> \t\t\t \t\t \t\t\t \t\t \t\t"; } // line 147 public function block_sidebar_first($context, array $blocks = []) { $macros = $this->macros; // line 148 echo " "; // line 149 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 149), 149, $this->source), "html", null, true); echo " "; } // line 167 public function block_highlighted($context, array $blocks = []) { $macros = $this->macros; // line 168 echo " "; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 168), 168, $this->source), "html", null, true); echo " "; } // line 174 public function block_help($context, array $blocks = []) { $macros = $this->macros; // line 175 echo " "; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 175), 175, $this->source), "html", null, true); echo " "; } // line 183 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 184 echo "\t\t\t"; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 184), 184, $this->source), "html", null, true); echo " \t\t "; } // line 189 public function block_map($context, array $blocks = []) { $macros = $this->macros; // line 190 echo "\t\t "; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "map", [], "any", false, false, true, 190), 190, $this->source), "html", null, true); echo " \t\t\t"; } // line 198 public function block_sidebar_second($context, array $blocks = []) { $macros = $this->macros; // line 199 echo " "; // line 200 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 200), 200, $this->source), "html", null, true); echo " "; } // line 209 public function block_footer($context, array $blocks = []) { $macros = $this->macros; // line 210 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 210, $this->source), "html", null, true); echo "\" role=\"contentinfo\"> "; // line 211 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 211), 211, $this->source), "html", null, true); echo " "; } public function getTemplateName() { return "themes/custom/asc/templates/pages/page--individual-appraiser-public.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 408 => 211, 403 => 210, 399 => 209, 392 => 200, 389 => 199, 385 => 198, 378 => 190, 374 => 189, 367 => 184, 363 => 183, 356 => 175, 352 => 174, 345 => 168, 341 => 167, 334 => 149, 331 => 148, 327 => 147, 306 => 115, 299 => 110, 295 => 109, 289 => 204, 286 => 203, 283 => 198, 280 => 197, 275 => 193, 272 => 192, 269 => 189, 266 => 188, 263 => 186, 260 => 183, 254 => 178, 251 => 177, 248 => 174, 245 => 173, 242 => 171, 239 => 170, 236 => 167, 233 => 166, 227 => 163, 225 => 160, 224 => 159, 223 => 158, 222 => 157, 221 => 156, 219 => 155, 216 => 153, 213 => 152, 210 => 147, 207 => 146, 200 => 141, 190 => 133, 187 => 132, 184 => 109, 181 => 108, 172 => 104, 168 => 103, 163 => 98, 159 => 96, 156 => 95, 150 => 92, 147 => 91, 144 => 90, 140 => 87, 131 => 81, 128 => 80, 125 => 79, 121 => 77, 118 => 76, 112 => 74, 110 => 73, 107 => 72, 101 => 69, 98 => 68, 95 => 67, 90 => 65, 88 => 62, 87 => 61, 86 => 59, 84 => 58, 80 => 57, 74 => 216, 71 => 215, 67 => 209, 65 => 208, 62 => 207, 60 => 103, 57 => 101, 53 => 57, 51 => 56, 49 => 54,); } public function getSourceContext() { return new Source("{# /** * @file * Default theme implementation to display a single page. * * The doctype, html, head and body tags are not in this template. Instead they * can be found in the html.html.twig template in this directory. * * Available variables: * * General utility variables: * - base_path: The base URL path of the Drupal installation. Will usually be * \"/\" unless you have installed Drupal in a sub-directory. * - is_front: A flag indicating if the current page is the front page. * - logged_in: A flag indicating if the user is registered and signed in. * - is_admin: A flag indicating if the user has permission to access * administration pages. * * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. * * Page content (in order of occurrence in the default page.html.twig): * - title_prefix: Additional output populated by modules, intended to be * displayed in front of the main title tag that appears in the template. * - title: The page title, for use in the actual content. * - title_suffix: Additional output populated by modules, intended to be * displayed after the main title tag that appears in the template. * - messages: Status and error messages. Should be displayed prominently. * - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the * view and edit tabs when displaying a node). * - node: Fully loaded node, if there is an automatically-loaded node * associated with the page and the node ID is the second argument in the * page's path (e.g. node/12345 and node/12345/revisions, but not * comment/reply/12345). * * Regions: * - page.header: Items for the header region. * - page.navigation: Items for the navigation region. * - page.navigation_collapsible: Items for the navigation (collapsible) region. * - page.highlighted: Items for the highlighted content region. * - page.help: Dynamic help text, mostly for admin pages. * - page.content: The main content of the current page. * - page.sidebar_first: Items for the first sidebar. * - page.sidebar_second: Items for the second sidebar. * - page.footer: Items for the footer region. * * @ingroup templates * * @see template_preprocess_page() * @see html.html.twig */ #} {% set container = theme.settings.fluid_container ? 'container-fluid' : 'container-fluid' %} {# Navbar #} {% if page.navigation or page.navigation_collapsible %} {% block navbar %} {% set navbar_classes = [ 'navbar', theme.settings.navbar_inverse ? 'navbar-inverse' : 'navbar-default', theme.settings.navbar_position ? 'navbar-' ~ theme.settings.navbar_position|clean_class : container, ] %} {# Top Content #} {% if page.top_content %} {{ page.top_content }} {% endif %} \t \t {% if not navbar_attributes.hasClass(container) %} {% endif %} {{ page.navigation }} {# .btn-navbar is used as the toggle for collapsed navbar content #} {% if page.navigation_collapsible %} {{ 'Toggle navigation'|t }} {% endif %} {# Navigation (collapsible) #} {% if page.navigation_collapsible %} {{ page.navigation_collapsible }} {% endif %} {% if not navbar_attributes.hasClass(container) %} {% endif %} {% endblock %} {% endif %} {# Main #} {% block main %} {# Header #} {% if page.header %} {% block header %} \t\t \t\t\t \t\t\t\t \t\t\t\t\tAppraiser Registry Report \t\t\t\t \t\t\t\t{{ page.header }} \t\t\t\t0Credentials \t\t\t\t0With Disciplinary Action \t\t\t \t\t\t \t\t\t \t\t\t\tHow do I update credentials? \t\t\t\tContact the state agency directly \t\t\t\t<ul> \t\t\t\t\t<li>To update any information listed</li> \t\t\t\t\t<li>For additional information regarding registration not listed here</li> \t\t\t\t</ul> \t\t\t \t\t \t\t\t \t\t \t\t{% endblock %} {% endif %} \t \t \t \t\t \t\t\tPrint \t\t \t\t \t\t \t\t\t{{ drupal_entity('block', 'exposedformindividual_appraiser_datablock_1') }} \t\t \t {# Sidebar First #} {% if page.sidebar_first %} {% block sidebar_first %} {{ page.sidebar_first }} {% endblock %} {% endif %} {# Content #} {% set content_classes = [ page.sidebar_first and page.sidebar_second ? 'col-sm-6', page.sidebar_first and page.sidebar_second is empty ? 'col-sm-9', page.sidebar_second and page.sidebar_first is empty ? 'col-sm-9', page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12' ] %} {# Highlighted #} {% if page.highlighted %} {% block highlighted %} {{ page.highlighted }} {% endblock %} {% endif %} {# Help #} {% if page.help %} {% block help %} {{ page.help }} {% endblock %} {% endif %} <a></a> \t\t {# Content #} {% block content %} \t\t\t{{ page.content }} \t\t {% endblock %} \t\t \t\t {# Map #} \t\t {% if page.map %} \t\t {% block map %} \t\t {{ page.map }} \t\t\t{% endblock %} \t\t {% endif %} {# Sidebar Second #} {% if page.sidebar_second %} {% block sidebar_second %} {{ page.sidebar_second }} {% endblock %} {% endif %} {% endblock %} {% if page.footer %} {% block footer %} {{ page.footer }} {% endblock %} {% endif %} {{ attach_library('asc/detailshistory') }} ", "themes/custom/asc/templates/pages/page--individual-appraiser-public.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\custom\\asc\\templates\\pages\\page--individual-appraiser-public.html.twig"); } public function checkSecurity() { static $tags = array("set" => 54, "if" => 56, "block" => 57); static $filters = array("escape" => 216, "clean_class" => 62, "t" => 81); static $functions = array("attach_library" => 216, "drupal_entity" => 141); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['escape', 'clean_class', 't'], ['attach_library', 'drupal_entity'] ); } 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('690a4e75848f3_page--individual-appraise_LNIrNcZfq6wGBMRIT1Vv57K6n', '<?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/pages/page--individual-appraiser-public.html.twig */ class __TwigTemplate_103d84abee750fee8dbbc3792d070aa9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'navbar' => [$this, 'block_navbar'], 'main' => [$this, 'block_main'], 'header' => [$this, 'block_header'], 'sidebar_first' => [$this, 'block_sidebar_first'], 'highlighted' => [$this, 'block_highlighted'], 'help' => [$this, 'block_help'], 'content' => [$this, 'block_content'], 'map' => [$this, 'block_map'], 'sidebar_second' => [$this, 'block_sidebar_second'], 'footer' => [$this, 'block_footer'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 54 $context["container"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "fluid_container", [], "any", false, false, true, 54)) ? ("container-fluid") : ("container-fluid")); // line 56 if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 56) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 56))) { // line 57 echo " "; $this->displayBlock('navbar', $context, $blocks); } // line 101 echo " "; // line 103 $this->displayBlock('main', $context, $blocks); // line 207 echo " "; // line 208 if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 208)) { // line 209 echo " "; $this->displayBlock('footer', $context, $blocks); } // line 215 echo " "; // line 216 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("asc/detailshistory"), "html", null, true); echo " "; } // line 57 public function block_navbar($context, array $blocks = []) { $macros = $this->macros; // line 58 echo " "; // line 59 $context["navbar_classes"] = [0 => "navbar", 1 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 61 ($context["theme"] ?? null), "settings", [], "any", false, false, true, 61), "navbar_inverse", [], "any", false, false, true, 61)) ? ("navbar-inverse") : ("navbar-default")), 2 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 62 ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62)) ? (("navbar-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62), 62, $this->source)))) : (($context["container"] ?? null)))]; // line 65 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "addClass", [0 => ($context["navbar_classes"] ?? null)], "method", false, false, true, 65), 65, $this->source), "html", null, true); echo " id=\"navbar\" role=\"banner\"> "; // line 67 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "top_content", [], "any", false, false, true, 67)) { // line 68 echo " "; // line 69 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "top_content", [], "any", false, false, true, 69), 69, $this->source), "html", null, true); echo " "; } // line 72 echo "\t \t "; // line 73 if ( !twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "hasClass", [0 => ($context["container"] ?? null)], "method", false, false, true, 73)) { // line 74 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 74, $this->source), "html", null, true); echo "\"> "; } // line 76 echo " "; // line 77 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 77), 77, $this->source), "html", null, true); echo " "; // line 79 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 79)) { // line 80 echo " "; // line 81 echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Toggle navigation")); echo " "; } // line 87 echo " "; // line 90 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 90)) { // line 91 echo " "; // line 92 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 92), 92, $this->source), "html", null, true); echo " "; } // line 95 echo " "; if ( !twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "hasClass", [0 => ($context["container"] ?? null)], "method", false, false, true, 95)) { // line 96 echo " "; } // line 98 echo " "; } // line 103 public function block_main($context, array $blocks = []) { $macros = $this->macros; // line 104 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 104, $this->source), "html", null, true); echo " js-quickedit-main-content node-id-"; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 104), 104, $this->source), "html", null, true); echo "\"> "; // line 108 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 108)) { // line 109 echo " "; $this->displayBlock('header', $context, $blocks); // line 132 echo " "; } // line 133 echo "\t \t \t \t\t \t\t\tPrint \t\t \t\t \t\t \t\t\t"; // line 141 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block", "exposedformindividual_appraiser_datablock_1"), "html", null, true); echo " \t\t \t "; // line 146 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 146)) { // line 147 echo " "; $this->displayBlock('sidebar_first', $context, $blocks); // line 152 echo " "; } // line 153 echo " "; // line 155 echo " "; // line 156 $context["content_classes"] = [0 => (((twig_get_attribute($this->env, $this->source, // line 157 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 157) && twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 157))) ? ("col-sm-6") : ("")), 1 => (((twig_get_attribute($this->env, $this->source, // line 158 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 158) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 158)))) ? ("col-sm-9") : ("")), 2 => (((twig_get_attribute($this->env, $this->source, // line 159 ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 159) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 159)))) ? ("col-sm-9") : ("")), 3 => (((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 160 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 160)) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 160)))) ? ("col-sm-12") : (""))]; // line 163 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => ($context["content_classes"] ?? null)], "method", false, false, true, 163), 163, $this->source), "html", null, true); echo "> "; // line 166 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 166)) { // line 167 echo " "; $this->displayBlock('highlighted', $context, $blocks); // line 170 echo " "; } // line 171 echo " "; // line 173 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 173)) { // line 174 echo " "; $this->displayBlock('help', $context, $blocks); // line 177 echo " "; } // line 178 echo " <a></a> \t\t "; // line 183 echo " "; $this->displayBlock('content', $context, $blocks); // line 186 echo "\t\t \t\t "; // line 188 echo "\t\t "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "map", [], "any", false, false, true, 188)) { // line 189 echo "\t\t "; $this->displayBlock('map', $context, $blocks); // line 192 echo "\t\t "; } // line 193 echo " "; // line 197 echo " "; if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 197)) { // line 198 echo " "; $this->displayBlock('sidebar_second', $context, $blocks); // line 203 echo " "; } // line 204 echo " "; } // line 109 public function block_header($context, array $blocks = []) { $macros = $this->macros; // line 110 echo "\t\t \t\t\t \t\t\t\t \t\t\t\t\tAppraiser Registry Report \t\t\t\t \t\t\t\t"; // line 115 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 115), 115, $this->source), "html", null, true); echo " \t\t\t\t0Credentials \t\t\t\t0With Disciplinary Action \t\t\t \t\t\t \t\t\t \t\t\t\tHow do I update credentials? \t\t\t\tContact the state agency directly \t\t\t\t<ul> \t\t\t\t\t<li>To update any information listed</li> \t\t\t\t\t<li>For additional information regarding registration not listed here</li> \t\t\t\t</ul> \t\t\t \t\t \t\t\t \t\t \t\t"; } // line 147 public function block_sidebar_first($context, array $blocks = []) { $macros = $this->macros; // line 148 echo " "; // line 149 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 149), 149, $this->source), "html", null, true); echo " "; } // line 167 public function block_highlighted($context, array $blocks = []) { $macros = $this->macros; // line 168 echo " "; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 168), 168, $this->source), "html", null, true); echo " "; } // line 174 public function block_help($context, array $blocks = []) { $macros = $this->macros; // line 175 echo " "; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 175), 175, $this->source), "html", null, true); echo " "; } // line 183 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 184 echo "\t\t\t"; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 184), 184, $this->source), "html", null, true); echo " \t\t "; } // line 189 public function block_map($context, array $blocks = []) { $macros = $this->macros; // line 190 echo "\t\t "; echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "map", [], "any", false, false, true, 190), 190, $this->source), "html", null, true); echo " \t\t\t"; } // line 198 public function block_sidebar_second($context, array $blocks = []) { $macros = $this->macros; // line 199 echo " "; // line 200 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 200), 200, $this->source), "html", null, true); echo " "; } // line 209 public function block_footer($context, array $blocks = []) { $macros = $this->macros; // line 210 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 210, $this->source), "html", null, true); echo "\" role=\"contentinfo\"> "; // line 211 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 211), 211, $this->source), "html", null, true); echo " "; } public function getTemplateName() { return "themes/custom/asc/templates/pages/page--individual-appraiser-public.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 408 => 211, 403 => 210, 399 => 209, 392 => 200, 389 => 199, 385 => 198, 378 => 190, 374 => 189, 367 => 184, 363 => 183, 356 => 175, 352 => 174, 345 => 168, 341 => 167, 334 => 149, 331 => 148, 327 => 147, 306 => 115, 299 => 110, 295 => 109, 289 => 204, 286 => 203, 283 => 198, 280 => 197, 275 => 193, 272 => 192, 269 => 189, 266 => 188, 263 => 186, 260 => 183, 254 => 178, 251 => 177, 248 => 174, 245 => 173, 242 => 171, 239 => 170, 236 => 167, 233 => 166, 227 => 163, 225 => 160, 224 => 159, 223 => 158, 222 => 157, 221 => 156, 219 => 155, 216 => 153, 213 => 152, 210 => 147, 207 => 146, 200 => 141, 190 => 133, 187 => 132, 184 => 109, 181 => 108, 172 => 104, 168 => 103, 163 => 98, 159 => 96, 156 => 95, 150 => 92, 147 => 91, 144 => 90, 140 => 87, 131 => 81, 128 => 80, 125 => 79, 121 => 77, 118 => 76, 112 => 74, 110 => 73, 107 => 72, 101 => 69, 98 => 68, 95 => 67, 90 => 65, 88 => 62, 87 => 61, 86 => 59, 84 => 58, 80 => 57, 74 => 216, 71 => 215, 67 => 209, 65 => 208, 62 => 207, 60 => 103, 57 => 101, 53 => 57, 51 => 56, 49 => 54,); } public function getSourceContext() { return new Source("{# /** * @file * Default theme implementation to display a single page. * * The doctype, html, head and body tags are not in this template. Instead they * can be found in the html.html.twig template in this directory. * * Available variables: * * General utility variables: * - base_path: The base URL path of the Drupal installation. Will usually be * \"/\" unless you have installed Drupal in a sub-directory. * - is_front: A flag indicating if the current page is the front page. * - logged_in: A flag indicating if the user is registered and signed in. * - is_admin: A flag indicating if the user has permission to access * administration pages. * * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. * * Page content (in order of occurrence in the default page.html.twig): * - title_prefix: Additional output populated by modules, intended to be * displayed in front of the main title tag that appears in the template. * - title: The page title, for use in the actual content. * - title_suffix: Additional output populated by modules, intended to be * displayed after the main title tag that appears in the template. * - messages: Status and error messages. Should be displayed prominently. * - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the * view and edit tabs when displaying a node). * - node: Fully loaded node, if there is an automatically-loaded node * associated with the page and the node ID is the second argument in the * page's path (e.g. node/12345 and node/12345/revisions, but not * comment/reply/12345). * * Regions: * - page.header: Items for the header region. * - page.navigation: Items for the navigation region. * - page.navigation_collapsible: Items for the navigation (collapsible) region. * - page.highlighted: Items for the highlighted content region. * - page.help: Dynamic help text, mostly for admin pages. * - page.content: The main content of the current page. * - page.sidebar_first: Items for the first sidebar. * - page.sidebar_second: Items for the second sidebar. * - page.footer: Items for the footer region. * * @ingroup templates * * @see template_preprocess_page() * @see html.html.twig */ #} {% set container = theme.settings.fluid_container ? 'container-fluid' : 'container-fluid' %} {# Navbar #} {% if page.navigation or page.navigation_collapsible %} {% block navbar %} {% set navbar_classes = [ 'navbar', theme.settings.navbar_inverse ? 'navbar-inverse' : 'navbar-default', theme.settings.navbar_position ? 'navbar-' ~ theme.settings.navbar_position|clean_class : container, ] %} {# Top Content #} {% if page.top_content %} {{ page.top_content }} {% endif %} \t \t {% if not navbar_attributes.hasClass(container) %} {% endif %} {{ page.navigation }} {# .btn-navbar is used as the toggle for collapsed navbar content #} {% if page.navigation_collapsible %} {{ 'Toggle navigation'|t }} {% endif %} {# Navigation (collapsible) #} {% if page.navigation_collapsible %} {{ page.navigation_collapsible }} {% endif %} {% if not navbar_attributes.hasClass(container) %} {% endif %} {% endblock %} {% endif %} {# Main #} {% block main %} {# Header #} {% if page.header %} {% block header %} \t\t \t\t\t \t\t\t\t \t\t\t\t\tAppraiser Registry Report \t\t\t\t \t\t\t\t{{ page.header }} \t\t\t\t0Credentials \t\t\t\t0With Disciplinary Action \t\t\t \t\t\t \t\t\t \t\t\t\tHow do I update credentials? \t\t\t\tContact the state agency directly \t\t\t\t<ul> \t\t\t\t\t<li>To update any information listed</li> \t\t\t\t\t<li>For additional information regarding registration not listed here</li> \t\t\t\t</ul> \t\t\t \t\t \t\t\t \t\t \t\t{% endblock %} {% endif %} \t \t \t \t\t \t\t\tPrint \t\t \t\t \t\t \t\t\t{{ drupal_entity('block', 'exposedformindividual_appraiser_datablock_1') }} \t\t \t {# Sidebar First #} {% if page.sidebar_first %} {% block sidebar_first %} {{ page.sidebar_first }} {% endblock %} {% endif %} {# Content #} {% set content_classes = [ page.sidebar_first and page.sidebar_second ? 'col-sm-6', page.sidebar_first and page.sidebar_second is empty ? 'col-sm-9', page.sidebar_second and page.sidebar_first is empty ? 'col-sm-9', page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12' ] %} {# Highlighted #} {% if page.highlighted %} {% block highlighted %} {{ page.highlighted }} {% endblock %} {% endif %} {# Help #} {% if page.help %} {% block help %} {{ page.help }} {% endblock %} {% endif %} <a></a> \t\t {# Content #} {% block content %} \t\t\t{{ page.content }} \t\t {% endblock %} \t\t \t\t {# Map #} \t\t {% if page.map %} \t\t {% block map %} \t\t {{ page.map }} \t\t\t{% endblock %} \t\t {% endif %} {# Sidebar Second #} {% if page.sidebar_second %} {% block sidebar_second %} {{ page.sidebar_second }} {% endblock %} {% endif %} {% endblock %} {% if page.footer %} {% block footer %} {{ page.footer }} {% endblock %} {% endif %} {{ attach_library('asc/detailshistory') }} ", "themes/custom/asc/templates/pages/page--individual-appraiser-public.html.twig", "E:\\websites\\nationalregistry_new\\web\\themes\\custom\\asc\\templates\\pages\\page--individual-appraiser-public.html.twig"); } public function checkSecurity() { static $tags = array("set" => 54, "if" => 56, "block" => 57); static $filters = array("escape" => 216, "clean_class" => 62, "t" => 81); static $functions = array("attach_library" => 216, "drupal_entity" => 141); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['escape', 'clean_class', 't'], ['attach_library', 'drupal_entity'] ); } 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_103d84abee750fee8dbbc3792d070aa9', 'themes/custom/asc/templates/pages/page--individual-appraiser-public.html.twig') (Line: 312) Twig\Environment->load('themes/custom/asc/templates/pages/page--individual-appraiser-public.html.twig') (Line: 53) twig_render_template('themes/custom/asc/templates/pages/page--individual-appraiser-public.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: 87) __TwigTemplate_af1416ec5814e81615072e9d712939d9->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--individual-appraiser-public.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)
1Indiana
First Name Chelsey
Middle Name
Last NameKub
Name Suffix
Company Name
Street 606 3rd St E
City Horace
State ND
Zip 58047
County Cass
Telephone
Status Active
Credential Number CG42400039
Credential Type Certified General
Effective Date of Credential 08-26-2024
Expiration Date of Credential 06-30-2026
Conforms to AQB Yes
Future Effective Date
Future Expiration Date
Indiana Email
State Data Last Updated On
Disciplinary and Other Actions The National Registry reports as public information active disciplinary actions that limit an appraiser’s ability to appraise (current revocations, suspensions, and voluntary surrenders in lieu of discipline).
| Discipline Action Type | Effective Date | Ending Date |
|---|
Temporary Discipline Actions
| Temporary Practice Number | State License ID | State Action Description | End Date | State Date | Issuing State |
|---|
