parent = false; $this->blocks = [ 'meta_showcase_card' => [$this, 'block_meta_showcase_card'], ]; } protected function doDisplay(array $context, array $blocks = []) { // line 25 echo " "; // line 27 echo " "; // line 28 $this->displayBlock('meta_showcase_card', $context, $blocks); } public function block_meta_showcase_card($context, array $blocks = []) { // line 29 echo " "; if ( !($context["showcaseCardIsClosed"] ?? null)) { // line 30 echo "
env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("themes/new-theme/public/helper-card/seo@3x.png"), "html", null, true); echo "\" class=\"img-fluid\">

"; // line 35 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Improve your SEO", [], "Admin.Shopparameters.Feature"), "html", null, true); echo "

"; // line 36 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.", [], "Admin.Shopparameters.Feature"), "html", null, true); echo "

env, ($context["helperDocLink"] ?? null), "html", null, true); echo "\" target=\"_blank\">"; echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Learn more", [], "Admin.Actions"), "html", null, true); echo " "; // line 38 if ((($context["indexPageId"] ?? null) && ($context["isGridDisplayed"] ?? null))) { // line 39 echo " env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_metas_edit", ["metaId" => ($context["indexPageId"] ?? null)]), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Configure index page", [], "Admin.Shopparameters.Feature"), "html", null, true); echo " "; } // line 41 echo "
env, ($context["metaShowcaseCardName"] ?? null), "html", null, true); echo "\" data-close-url=\""; echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_close_showcase_card"); echo "\">close
"; } } public function getTemplateName() { return "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig"; } public function getDebugInfo() { return array ( 83 => 42, 80 => 41, 72 => 39, 70 => 38, 64 => 37, 60 => 36, 56 => 35, 50 => 32, 46 => 30, 43 => 29, 37 => 28, 34 => 27, 31 => 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/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig"); } }