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("We have finished processing your order.", "woocommerce"); echo "

\t"; // line 11 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 17 echo $this->extensions['MailPoet\Twig\I18n']->translate("Product", "woocommerce"); echo ""; // line 18 echo $this->extensions['MailPoet\Twig\I18n']->translate("Quantity", "woocommerce"); echo ""; // line 19 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 35 echo $this->extensions['MailPoet\Twig\I18n']->translate("Subtotal:", "woocommerce"); echo "10,00
"; // line 39 echo $this->extensions['MailPoet\Twig\I18n']->translate("Shipping:", "woocommerce"); echo " 4,90
"; // line 45 echo $this->extensions['MailPoet\Twig\I18n']->translate("Payment method:", "woocommerce"); echo "Paypal
"; // line 49 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 61 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 66 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 72 echo $this->extensions['MailPoet\Twig\I18n']->translate("Thanks for shopping with us.", "woocommerce"); echo "

"; } public function getTemplateName() { return "newsletter/templates/blocks/woocommerceContent/completed_order.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 149 => 72, 140 => 66, 132 => 61, 117 => 49, 110 => 45, 101 => 39, 94 => 35, 75 => 19, 71 => 18, 67 => 17, 58 => 11, 51 => 7, 47 => 6, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/woocommerceContent/completed_order.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/woocommerceContent/completed_order.hbs"); } }