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

"; // line 25 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title Format"); yield "
"; // line 47 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title Alignment"); yield "
"; // line 69 yield $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Make the product title into a link", "Display the product title into a link"); yield "

"; // line 87 yield $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Product title position", "Setting in the email designer to position an ecommerce product title"); yield "

"; // line 106 yield $this->extensions['MailPoet\Twig\I18n']->translate("Product image position"); yield "
"; // line 140 yield $this->extensions['MailPoet\Twig\I18n']->translate("Image width"); yield "

"; // line 158 yield $this->extensions['MailPoet\Twig\I18n']->translate("Price"); yield "

"; // line 182 yield $this->extensions['MailPoet\Twig\I18n']->translate("\"Buy now\" text"); yield "

"; // line 208 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show divider between products"); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/products/settingsDisplayOptions.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 372 => 222, 365 => 218, 356 => 212, 349 => 208, 339 => 201, 327 => 192, 318 => 186, 311 => 182, 300 => 174, 291 => 168, 282 => 162, 275 => 158, 264 => 150, 255 => 144, 248 => 140, 239 => 134, 230 => 128, 221 => 122, 212 => 116, 203 => 110, 196 => 106, 184 => 97, 175 => 91, 168 => 87, 157 => 79, 148 => 73, 141 => 69, 132 => 63, 123 => 57, 114 => 51, 107 => 47, 98 => 41, 89 => 35, 80 => 29, 73 => 25, 62 => 17, 53 => 11, 44 => 5, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/products/settingsDisplayOptions.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/products/settingsDisplayOptions.hbs"); } }