source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
{{ model.code }}
"; // line 5 echo $this->extensions['MailPoet\Twig\I18n']->translate("The coupon code will be auto-generated when this campaign is activated."); echo " {{#ifCond model.isStandardEmail '==' true}} "; // line 7 echo $this->extensions['MailPoet\Twig\I18n']->translate("All subscribers of this campaign will receive the same coupon code."); echo " {{else}} "; // line 9 echo $this->extensions['MailPoet\Twig\I18n']->translate("Each subscriber of this campaign will receive a new coupon code."); echo " {{/ifCond}}
"; } public function getTemplateName() { return "newsletter/templates/blocks/coupon/block.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 53 => 9, 48 => 7, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/coupon/block.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/coupon/block.hbs"); } }