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

"; // line 3 yield $this->extensions['MailPoet\Twig\I18n']->translate("Autogenerated content by WooCommerce"); yield "

\t \t
\t\t

"; // line 9 yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(MailPoetVendor\Twig\Extension\CoreExtension::sprintf($this->extensions['MailPoet\Twig\I18n']->translate("Hi %s,", "woocommerce"), "Jane"), "html", null, true); yield "

\t\t

"; // line 10 yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(MailPoetVendor\Twig\Extension\CoreExtension::sprintf($this->extensions['MailPoet\Twig\I18n']->translate("Thanks for creating an account on %s. Here’s a copy of your user details.", "woocommerce"), "{{siteName}}"), "html", null, true); yield "

\t\t
\t\t

"; // line 12 yield $this->extensions['MailPoet\Twig\I18n']->translate("Username:", "woocommerce"); yield " jane

\t\t
\t\t

"; // line 14 yield $this->extensions['MailPoet\Twig\I18n']->translate("You can access your account area to view orders, change your password, and more via the link below:", "woocommerce"); yield "

\t\t

"; // line 15 yield $this->extensions['MailPoet\Twig\I18n']->translate("My account", "woocommerce"); yield "

\t
\t \t\t \t\t\t \t\t \t
\t\t\t\t

"; // line 20 yield $this->extensions['MailPoet\Twig\I18n']->translate("We look forward to seeing you soon.", "woocommerce"); yield "

\t\t\t
\t
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/woocommerceContentImproved/new_account.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 77 => 20, 69 => 15, 65 => 14, 60 => 12, 55 => 10, 51 => 9, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/woocommerceContentImproved/new_account.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/woocommerceContentImproved/new_account.hbs"); } }