parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "

"; // line 26 echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\Twig\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.ERROR"), "html", null, true); echo "

getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "content_padding", [])) { echo "content-padding"; } echo "\"> "; // line 30 echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\Twig\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.ADMIN_NOSCRIPT_MSG"), "html", null, true); echo "
"; } public function getTemplateName() { return "partials/noscript.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 69 => 30, 63 => 29, 57 => 26, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("

{{ \"PLUGIN_ADMIN.ERROR\"|tu }}

{{ \"PLUGIN_ADMIN.ADMIN_NOSCRIPT_MSG\"|tu }}
", "partials/noscript.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/partials/noscript.html.twig"); } }