parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 25 if ($this->getAttribute(($context["attr"] ?? null), "counter", [], "any", true, true)) { // line 26 echo " "; $context["isRecommandedType"] = ($this->getAttribute(($context["attr"] ?? null), "counter_type", [], "any", true, true) && ($this->getAttribute(($context["attr"] ?? null), "counter_type", []) == "recommended")); // line 27 echo " "; // line 29 if (($context["isRecommandedType"] ?? null)) { // line 30 echo " "; echo twig_replace_filter($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("[1][/1] of [2][/2] characters used (recommended)", [], "Admin.Catalog.Feature"), ["[1]" => "", "[/1]" => "", "[2]" => ("" . $this->getAttribute( // line 33 ($context["attr"] ?? null), "counter", [])), "[/2]" => ""]); // line 35 echo " "; } else { // line 37 echo " "; echo twig_replace_filter($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("[1][/1] of [2][/2] characters allowed", [], "Admin.Catalog.Feature"), ["[1]" => "", "[/1]" => "", "[2]" => ("" . $this->getAttribute( // line 40 ($context["attr"] ?? null), "counter", [])), "[/2]" => ""]); // line 42 echo " "; } // line 44 echo " "; } } public function getTemplateName() { return "@Twig/form_max_length.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 59 => 44, 55 => 42, 53 => 40, 51 => 37, 47 => 35, 45 => 33, 43 => 30, 41 => 29, 35 => 27, 32 => 26, 30 => 25,); } /** @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("", "@Twig/form_max_length.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/form_max_length.html.twig"); } }