parent = false; $this->blocks = [ 'material_choice_tree_widget' => [$this, 'block_material_choice_tree_widget'], 'material_choice_tree_item_widget' => [$this, 'block_material_choice_tree_item_widget'], 'material_choice_tree_item_checkbox_widget' => [$this, 'block_material_choice_tree_item_checkbox_widget'], 'material_choice_tree_item_radio_widget' => [$this, 'block_material_choice_tree_item_radio_widget'], ]; } protected function doDisplay(array $context, array $blocks = []) { // line 25 echo " "; // line 26 $this->displayBlock('material_choice_tree_widget', $context, $blocks); // line 48 echo " "; // line 49 $this->displayBlock('material_choice_tree_item_widget', $context, $blocks); // line 69 echo " "; // line 70 $this->displayBlock('material_choice_tree_item_checkbox_widget', $context, $blocks); // line 88 echo " "; // line 89 $this->displayBlock('material_choice_tree_item_radio_widget', $context, $blocks); } // line 26 public function block_material_choice_tree_widget($context, array $blocks = []) { // line 27 echo "
env, $this->getAttribute($this->getAttribute(($context["form"] ?? null), "vars", []), "id", []), "html", null, true); echo "\">
env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Expand", [], "Admin.Actions"), "html", null, true); echo "\" data-expanded-icon=\"expand_more\" data-collapsed-text=\""; // line 32 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Collapse", [], "Admin.Actions"), "html", null, true); echo "\" data-collapsed-icon=\"expand_less\" data-action=\"expand\" > expand_more "; // line 37 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Expand", [], "Admin.Actions"), "html", null, true); echo "
"; } // line 49 public function block_material_choice_tree_item_widget($context, array $blocks = []) { // line 50 echo " "; $context["has_children"] = $this->getAttribute(($context["choice"] ?? null), ($context["choice_children"] ?? null), [], "array", true, true); // line 51 echo "
  • getAttribute(($context["choice"] ?? null), "has_selected_children", [])) { echo "expanded"; } elseif (($context["has_children"] ?? null)) { echo "collapsed"; } echo "\"> "; // line 53 if (($context["multiple"] ?? null)) { // line 54 echo " "; $this->displayBlock("material_choice_tree_item_checkbox_widget", $context, $blocks); echo " "; } else { // line 56 echo " "; $this->displayBlock("material_choice_tree_item_radio_widget", $context, $blocks); echo " "; } // line 58 echo " "; // line 59 if (($context["has_children"] ?? null)) { // line 60 echo " "; } // line 67 echo "
  • "; } // line 70 public function block_material_choice_tree_item_checkbox_widget($context, array $blocks = []) { // line 71 echo "
    "; } // line 89 public function block_material_choice_tree_item_radio_widget($context, array $blocks = []) { // line 90 echo "
    "; } public function getTemplateName() { return "@PrestaShop/Admin/TwigTemplateForm/material.html.twig"; } public function getDebugInfo() { return array ( 295 => 100, 291 => 98, 286 => 97, 281 => 96, 277 => 95, 273 => 94, 269 => 93, 264 => 90, 261 => 89, 252 => 83, 248 => 81, 243 => 80, 240 => 79, 236 => 78, 232 => 77, 227 => 76, 225 => 75, 219 => 71, 216 => 70, 211 => 67, 207 => 65, 190 => 63, 187 => 62, 170 => 61, 167 => 60, 165 => 59, 162 => 58, 156 => 56, 150 => 54, 148 => 53, 140 => 52, 137 => 51, 134 => 50, 131 => 49, 125 => 45, 108 => 43, 91 => 42, 83 => 37, 75 => 32, 70 => 30, 59 => 27, 56 => 26, 52 => 89, 49 => 88, 47 => 70, 44 => 69, 42 => 49, 39 => 48, 37 => 26, 34 => 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("", "@PrestaShop/Admin/TwigTemplateForm/material.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/material.html.twig"); } }