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

"; yield $this->extensions['MailPoet\Twig\I18n']->translate("Coupon"); yield "

"; // line 7 yield $this->extensions['MailPoet\Twig\I18n']->translate("Alignment"); yield "
"; // line 28 yield $this->extensions['MailPoet\Twig\I18n']->translate("Text"); yield "
"; // line 62 yield $this->extensions['MailPoet\Twig\I18n']->translate("Background"); yield "
"; // line 68 yield $this->extensions['MailPoet\Twig\I18n']->translate("Border"); yield "
px
{{#ifCond renderOptions.hideApplyToAll '!==' true}}
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Apply styles to all coupons"), "html_attr"); yield "\" />
{{/ifCond}}
"; // line 109 yield $this->extensions['MailPoet\Twig\I18n']->translate("Back to selection"); yield " "; // line 110 yield $this->extensions['MailPoet\Twig\I18n']->translate("Display options"); yield "
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); yield "\" />
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/coupon/settings.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 203 => 114, 196 => 110, 192 => 109, 183 => 103, 171 => 94, 159 => 85, 147 => 76, 136 => 68, 127 => 62, 116 => 54, 96 => 37, 88 => 32, 81 => 28, 73 => 23, 64 => 17, 55 => 11, 48 => 7, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/coupon/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/coupon/settings.hbs"); } }