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

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

"; // line 6 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_sprintf($this->extensions['MailPoet\Twig\I18n']->translate("Hi %s,", "woocommerce"), "Elon"), "html", null, true); echo "

"; // line 7 echo $this->extensions['MailPoet\Twig\I18n']->translate("The following note has been added to your order:", "woocommerce"); echo "

Hi Elon, welcome to MailPoet!

"; // line 11 echo $this->extensions['MailPoet\Twig\I18n']->translate("As a reminder, here are your order details:", "woocommerce"); echo "

\t"; // line 13 echo $this->extensions['MailPoet\Twig\I18n']->translate("[Order #0001]", "woocommerce"); echo "

\t \t\t \t\t\t \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t \t\t \t\t \t\t\t\t \t\t \t\t \t\t \t \t\t \t\t \t\t\t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t\t \t
"; // line 19 echo $this->extensions['MailPoet\Twig\I18n']->translate("Product", "woocommerce"); echo ""; // line 20 echo $this->extensions['MailPoet\Twig\I18n']->translate("Quantity", "woocommerce"); echo ""; // line 21 echo $this->extensions['MailPoet\Twig\I18n']->translate("Price", "woocommerce"); echo "
\t\tMy First Product\t\t \t\t\t1\t\t \t\t\t10,00\t\t
"; // line 37 echo $this->extensions['MailPoet\Twig\I18n']->translate("Subtotal:", "woocommerce"); echo "10,00
"; // line 41 echo $this->extensions['MailPoet\Twig\I18n']->translate("Shipping:", "woocommerce"); echo " 4,90
"; // line 47 echo $this->extensions['MailPoet\Twig\I18n']->translate("Payment method:", "woocommerce"); echo "Paypal
"; // line 51 echo $this->extensions['MailPoet\Twig\I18n']->translate("Total:", "woocommerce"); echo " 14,90 (includes 0,91 VAT)
\t \t\t \t\t\t\t\t \t\t\t
\t\t\t

"; // line 63 echo $this->extensions['MailPoet\Twig\I18n']->translate("Billing address", "woocommerce"); echo "

\t\t\t
Elon Musk
42 rue Blue Origin
75000 Paris
France
\t\t
\t\t\t\t

"; // line 68 echo $this->extensions['MailPoet\Twig\I18n']->translate("Shipping address", "woocommerce"); echo "

\t\t\t\t
Elon Musk
42 rue Blue Origin
75000 Paris
France
\t\t\t

"; // line 74 echo $this->extensions['MailPoet\Twig\I18n']->translate("Thanks for reading.", "woocommerce"); echo "

"; } public function getTemplateName() { return "newsletter/templates/blocks/woocommerceContent/customer_note.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 154 => 74, 145 => 68, 137 => 63, 122 => 51, 115 => 47, 106 => 41, 99 => 37, 80 => 21, 76 => 20, 72 => 19, 63 => 13, 58 => 11, 51 => 7, 47 => 6, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/woocommerceContent/customer_note.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/woocommerceContent/customer_note.hbs"); } }