parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context["client_side_validation"] = (( !(null === $this->getAttribute(($context["form"] ?? null), "client_side_validation", []))) ? ($this->getAttribute(($context["form"] ?? null), "client_side_validation", [])) : ((($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", [], "any", false, true), "form", [], "any", false, true), "client_side_validation", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", [], "any", false, true), "form", [], "any", false, true), "client_side_validation", []), true)) : (true)))); // line 2 $context["inline_errors"] = (( !(null === $this->getAttribute(($context["form"] ?? null), "inline_errors", []))) ? ($this->getAttribute(($context["form"] ?? null), "inline_errors", [])) : ($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "form", []), "inline_errors", [0 => false], "method"))); // line 3 echo " "; // line 5 echo ($context["content"] ?? null); echo " env, (($context["base_url_relative"] ?? null) . $this->getAttribute(($context["uri"] ?? null), "path", []))); echo "\"> "; // line 8 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["form"] ?? null), "fields", [])); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $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"] => $context["field"]) { // line 9 echo " "; if ($this->getAttribute($context["field"], "type", [])) { // line 10 echo " "; // line 11 $this->loadTemplate([0 => (((("forms/fields/" . $this->getAttribute($context["field"], "type", [])) . "/") . $this->getAttribute($context["field"], "type", [])) . ".html.twig"), 1 => "forms/fields/text/text.html.twig"], "partials/forgot-form.html.twig", 11)->display($context); // line 12 echo " "; } // line 14 echo " "; ++$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['field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 15 echo " "; // line 16 echo $this->env->getExtension('Grav\Common\Twig\TwigExtension')->translate($this->env, "PLUGIN_LOGIN.BTN_SEND_INSTRUCTIONS"); echo " "; // line 19 echo $this->env->getExtension('Grav\Common\Twig\TwigExtension')->nonceFieldFunc("forgot-form", "forgot-form-nonce"); echo " "; } public function getTemplateName() { return "partials/forgot-form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 99 => 19, 93 => 16, 90 => 15, 76 => 14, 72 => 12, 70 => 11, 67 => 10, 64 => 9, 47 => 8, 43 => 7, 38 => 5, 34 => 3, 32 => 2, 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("{% set client_side_validation = form.client_side_validation is not null ? form.client_side_validation : config.plugins.form.client_side_validation|default(true) %} {% set inline_errors = form.inline_errors is not null ? form.inline_errors : config.plugins.form.inline_errors(false) %} {{ content|raw }} {% for field in form.fields %} {% if field.type %} {% include [\"forms/fields/#{field.type}/#{field.type}.html.twig\", 'forms/fields/text/text.html.twig'] %} {% endif %} {% endfor %} {{ \"PLUGIN_LOGIN.BTN_SEND_INSTRUCTIONS\"|t }} {{ nonce_field('forgot-form', 'forgot-form-nonce')|raw }} ", "partials/forgot-form.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/login/templates/partials/forgot-form.html.twig"); } }