parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $this->loadTemplate("forgot.html.twig", "forgot.html.twig", 1, "732520487")->display(twig_array_merge($context, ["title" => "Grav Forgot Password"])); // line 17 echo " "; } public function getTemplateName() { return "forgot.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 17, 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("{% embed 'partials/login.html.twig' with {title:'Grav Forgot Password'} %} {% block form %} {% 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 %}
{% endblock %} {% endembed %} ", "forgot.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/forgot.html.twig"); } } /* forgot.html.twig */ class __TwigTemplate_02584fabc259d85e5e076423fd731af7c76b549e3c86eb727c322acc39778d27___732520487 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'form' => [$this, 'block_form'], ]; } protected function doGetParent(array $context) { // line 1 return "partials/login.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $this->parent = $this->loadTemplate("partials/login.html.twig", "forgot.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_form($context, array $blocks = []) { // line 4 echo " "; $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 5 echo " "; if ($this->getAttribute($context["field"], "type", [])) { // line 6 echo "
"; // line 7 $this->loadTemplate([0 => (((("forms/fields/" . $this->getAttribute($context["field"], "type", [])) . "/") . $this->getAttribute($context["field"], "type", [])) . ".html.twig"), 1 => "forms/fields/text/text.html.twig"], "forgot.html.twig", 7)->display($context); // line 8 echo "
"; } // line 10 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 11 echo "
"; } public function getTemplateName() { return "forgot.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 158 => 12, 155 => 11, 141 => 10, 137 => 8, 135 => 7, 132 => 6, 129 => 5, 111 => 4, 108 => 3, 98 => 1, 32 => 17, 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("{% embed 'partials/login.html.twig' with {title:'Grav Forgot Password'} %} {% block form %} {% 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 %}
{% endblock %} {% endembed %} ", "forgot.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/forgot.html.twig"); } }