source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "extensions['MailPoet\Twig\Assets']->language();
yield "\" style=\"margin:0;padding:0\">
";
// line 7
yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["subject"] ?? null), "html", null, true);
yield "
|
extensions['MailPoet\Twig\Assets']->generateCdnUrl("logo-orange-400x122.png");
yield "\" width=\"80\" alt=\"new_logo_orange\" style=\"height:auto;max-width:100%;-ms-interpolation-mode:bicubic;border:0;display:block;outline:none;text-align:center\" />
|
|
";
// line 50
yield $this->extensions['MailPoet\Twig\I18n']->translate("Congrats!");
yield " ";
yield $this->extensions['MailPoet\Twig\I18n']->translate("MailPoet is now sending your emails");
yield "
|
|
";
// line 61
yield $this->extensions['MailPoet\Twig\I18n']->translate("This email was sent automatically with the MailPoet Sending Service after you activated your key in your MailPoet settings.");
yield "
|
|
|
|
|
|
extensions['MailPoet\Twig\Assets']->generateCdnUrl("logo-white-400x122.png");
yield "\" width=\"130\" alt=\"new_logo_white\" style=\"height:auto;max-width:100%;-ms-interpolation-mode:bicubic;border:0;display:block;outline:none;text-align:center\" />
|
|
|
|
|
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "emails/congratulatoryMssEmail.html";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 150 => 95, 113 => 61, 97 => 50, 86 => 42, 48 => 7, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "emails/congratulatoryMssEmail.html", "/home/circleci/mailpoet/mailpoet/views/emails/congratulatoryMssEmail.html");
}
}