parent = false; $this->blocks = [ 'header' => [$this, 'block_header'], 'content' => [$this, 'block_content'], 'footer' => [$this, 'block_footer'], ]; } protected function doDisplay(array $context, array $blocks = []) { // line 25 echo "
env, ($context["id"] ?? null), "html", null, true); echo "\" tabindex=\"-1\">
env, ($context["class"] ?? null), "html", null, true); } echo "\">
"; // line 28 $this->displayBlock('header', $context, $blocks); // line 36 echo " "; // line 37 $this->displayBlock('content', $context, $blocks); // line 39 echo " "; // line 40 if ((isset($context["progressbar"]) || array_key_exists("progressbar", $context))) { // line 41 echo "
env, $this->getAttribute(($context["progressbar"] ?? null), "id", []), "html", null, true); echo "\">
env, (($this->getAttribute(($context["progressbar"] ?? null), "label", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["progressbar"] ?? null), "label", []), $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Processing...", [], "Admin.Global"))) : ($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Processing...", [], "Admin.Global"))), "html", null, true); echo "\"> "; // line 43 echo twig_escape_filter($this->env, (($this->getAttribute(($context["progressbar"] ?? null), "label", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["progressbar"] ?? null), "label", []), $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Processing...", [], "Admin.Global"))) : ($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Processing...", [], "Admin.Global"))), "html", null, true); echo "
0 %
"; } // line 52 echo " "; // line 53 $this->displayBlock('footer', $context, $blocks); // line 71 echo "
"; } // line 28 public function block_header($context, array $blocks = []) { // line 29 echo " "; if ((isset($context["title"]) || array_key_exists("title", $context))) { // line 30 echo "

"; // line 31 echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); echo "

"; // line 32 if (((isset($context["closable"]) || array_key_exists("closable", $context)) && (($context["closable"] ?? null) == true))) { echo ""; } // line 33 echo "
"; } // line 35 echo " "; } // line 37 public function block_content($context, array $blocks = []) { // line 38 echo " "; } // line 53 public function block_footer($context, array $blocks = []) { // line 54 echo " "; if ((isset($context["actions"]) || array_key_exists("actions", $context))) { // line 55 echo "
"; // line 56 if (((isset($context["closable"]) || array_key_exists("closable", $context)) && (($context["closable"] ?? null) == true))) { // line 57 echo " "; } // line 59 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["actions"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["action"]) { // line 60 echo " "; if (($this->getAttribute($context["action"], "type", [], "any", true, true) && ($this->getAttribute($context["action"], "type", []) == "link"))) { // line 61 echo " env, (($this->getAttribute($context["action"], "href", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute($context["action"], "href", []), "#")) : ("#")), "html", null, true); echo "\" class=\""; echo twig_escape_filter($this->env, (($this->getAttribute($context["action"], "class", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute($context["action"], "class", []), "btn")) : ("btn")), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, (($this->getAttribute($context["action"], "label", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute($context["action"], "label", []), "Label is missing")) : ("Label is missing")), "html", null, true); echo " "; } elseif (($this->getAttribute( // line 62 $context["action"], "type", [], "any", true, true) && ($this->getAttribute($context["action"], "type", []) == "button"))) { // line 63 echo " "; } // line 67 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['action'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 68 echo "
"; } // line 70 echo " "; } public function getTemplateName() { return "PrestaShopBundle:Admin/Helpers:bootstrap_popup.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 202 => 70, 198 => 68, 192 => 67, 186 => 64, 179 => 63, 177 => 62, 168 => 61, 165 => 60, 160 => 59, 154 => 57, 152 => 56, 149 => 55, 146 => 54, 143 => 53, 139 => 38, 136 => 37, 132 => 35, 128 => 33, 124 => 32, 120 => 31, 117 => 30, 114 => 29, 111 => 28, 98 => 77, 90 => 76, 83 => 71, 81 => 53, 78 => 52, 66 => 43, 62 => 42, 57 => 41, 55 => 40, 52 => 39, 50 => 37, 47 => 36, 45 => 28, 38 => 26, 33 => 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("", "PrestaShopBundle:Admin/Helpers:bootstrap_popup.html.twig", "/Volumes/Dev/Sources/Clients/taome/Nouveau_site/www/src/PrestaShopBundle/Resources/views/Admin/Helpers/bootstrap_popup.html.twig"); } }