121 lines
4.7 KiB
PHP
121 lines
4.7 KiB
PHP
<?php
|
||
|
||
if (!defined('ABSPATH')) exit;
|
||
|
||
|
||
use MailPoetVendor\Twig\Environment;
|
||
use MailPoetVendor\Twig\Error\LoaderError;
|
||
use MailPoetVendor\Twig\Error\RuntimeError;
|
||
use MailPoetVendor\Twig\Extension\CoreExtension;
|
||
use MailPoetVendor\Twig\Extension\SandboxExtension;
|
||
use MailPoetVendor\Twig\Markup;
|
||
use MailPoetVendor\Twig\Sandbox\SecurityError;
|
||
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
|
||
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
|
||
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
|
||
use MailPoetVendor\Twig\Source;
|
||
use MailPoetVendor\Twig\Template;
|
||
|
||
/* newsletter/templates/blocks/woocommerceContentImproved/new_account.hbs */
|
||
class __TwigTemplate_92fba8e0d2ff9feb9ceaa2e95d322a6e957ae3ddae6715114b7c7810b6fcfa61 extends Template
|
||
{
|
||
private $source;
|
||
private $macros = [];
|
||
|
||
public function __construct(Environment $env)
|
||
{
|
||
parent::__construct($env);
|
||
|
||
$this->source = $this->getSourceContext();
|
||
|
||
$this->parent = false;
|
||
|
||
$this->blocks = [
|
||
];
|
||
}
|
||
|
||
protected function doDisplay(array $context, array $blocks = [])
|
||
{
|
||
$macros = $this->macros;
|
||
// line 1
|
||
yield "<div class=\"mailpoet_tools\"></div>
|
||
<div class=\"mailpoet_woocommerce_content_overlay\">
|
||
\t<p>";
|
||
// line 3
|
||
yield $this->extensions['MailPoet\Twig\I18n']->translate("Autogenerated content by WooCommerce");
|
||
yield "</p>
|
||
</div>
|
||
<div class=\"mailpoet_content mailpoet_woocommerce_content\" data-automation-id=\"woocommerce_content\">
|
||
|
||
\t<!-- WooCommerce email template start -->
|
||
\t<div class=\"email-introduction\" style=\"padding-bottom: 24px;\">
|
||
\t\t<p style=\"margin: 0 0 16px;\">";
|
||
// 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 "</p>
|
||
\t\t<p style=\"margin: 0 0 16px;\">";
|
||
// 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 "</p>
|
||
\t\t<div class=\"hr hr-top\" style=\"border-bottom: 1px solid #1e1e1e; opacity: .2; margin: 16px 0; margin-top: 32px;\"></div>
|
||
\t\t<p style=\"margin: 0 0 16px;\">";
|
||
// line 12
|
||
yield $this->extensions['MailPoet\Twig\I18n']->translate("Username:", "woocommerce");
|
||
yield " <b>jane</b></p>
|
||
\t\t<div class=\"hr hr-bottom\" style=\"border-bottom: 1px solid #1e1e1e; opacity: .2; margin: 16px 0; margin-bottom: 32px;\"></div>
|
||
\t\t<p style=\"margin: 0 0 16px;\">";
|
||
// 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 "</p>
|
||
\t\t<p style=\"margin: 0 0 16px;\"><a target=\"_blank\" href=\"http://mailpoet.plugin:8002/my-account/\" style=\"color: #7f54b3; font-weight: normal; text-decoration: underline;\">";
|
||
// line 15
|
||
yield $this->extensions['MailPoet\Twig\I18n']->translate("My account", "woocommerce");
|
||
yield "</a></p>
|
||
\t</div>
|
||
\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">
|
||
\t\t<tr>
|
||
\t\t\t<td class=\"email-additional-content email-additional-content-aligned\" style='color: #3c3c3c; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; padding: 32px 0 0;'>
|
||
\t\t\t\t<p style=\"text-align: left; margin: 0 0 16px;\" align=\"left\">";
|
||
// line 20
|
||
yield $this->extensions['MailPoet\Twig\I18n']->translate("We look forward to seeing you soon.", "woocommerce");
|
||
yield "</p>
|
||
\t\t\t</td>
|
||
\t\t</tr>
|
||
\t</table>
|
||
\t<!-- WooCommerce email template end -->
|
||
|
||
</div>
|
||
<div class=\"mailpoet_block_highlight\"></div>
|
||
";
|
||
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");
|
||
}
|
||
}
|