source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "{{#if isWoocommerceTransactional}}

"; // line 2 echo $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Edit template for WooCommerce emails", "Name of user interface used to customize email template used for eCommerce related emails (for example order confirmation email)"); echo "

"; // line 3 echo MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("This email template will be used for all your WooCommerce emails. Meaning that any content added to this template will be visible in all WooCommerce emails. If you want to change email-specific content including titles, [link]visit WooCommerce settings[/link]."), "?page=wc-settings&tab=email", ["target" => "_blank"]); echo "

{{else if isAutomationEmail}} {{else if isConfirmationEmailTemplate}}

"; // line 16 echo $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Edit template for Confirmation emails", "Name of user interface used to customize email template used for confirmation emails"); echo "

extensions['MailPoet\Twig\I18n']->translate("Click here to change the subject!"); echo "\" />
{{else}}
extensions['MailPoet\Twig\I18n']->translate("Click here to change the subject!"); echo "\" />
extensions['MailPoet\Twig\I18n']->translate("Preview text (usually displayed underneath the subject line in the inbox)"); echo "\" maxlength=\"250\" />
{{/if}} "; } public function getTemplateName() { return "newsletter/templates/components/heading.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 110 => 42, 99 => 34, 85 => 23, 75 => 16, 66 => 10, 62 => 9, 58 => 8, 54 => 7, 49 => 5, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/components/heading.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/heading.hbs"); } }