parent = false;
$this->blocks = [
'domain_name_management' => [$this, 'block_domain_name_management'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 25
echo "
";
// line 27
echo "
";
// line 28
$this->displayBlock('domain_name_management', $context, $blocks);
}
public function block_domain_name_management($context, array $blocks = [])
{
// line 29
echo " ";
if (($context["isHostMode"] ?? null)) {
// line 30
echo "
";
// line 40
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("You can search for a new domain name or add a domain name that you already own. You will be redirected to your PrestaShop account.", [], "Admin.Shopparameters.Help"), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/domain_name_management.html.twig";
}
public function getDebugInfo()
{
return array ( 74 => 50, 61 => 40, 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/domain_name_management.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/domain_name_management.html.twig");
}
}