source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["woocommerce_template_id"] ?? null), "html", null, true); echo "\" data-automation-id=\"mailpoet_woocommerce_customize\" > \t"; // line 26 echo $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Customize with MailPoet", "Button in WooCommerce settings page"); echo "

"; // line 31 echo $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Disable MailPoet customizer", "Link from WooCommerce plugin to MailPoet"); echo "
"; } public function getTemplateName() { return "woocommerce/settings_overlay.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 75 => 31, 67 => 26, 61 => 23, 37 => 1,); } public function getSourceContext() { return new Source("", "woocommerce/settings_overlay.html", "/home/circleci/mailpoet/mailpoet/views/woocommerce/settings_overlay.html"); } }