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

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

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

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

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

"; // line 182 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show divider between products"); echo "
"; } public function getTemplateName() { return "newsletter/templates/blocks/abandonedCartContent/settingsDisplayOptions.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 333 => 196, 326 => 192, 317 => 186, 310 => 182, 299 => 174, 290 => 168, 281 => 162, 274 => 158, 263 => 150, 254 => 144, 247 => 140, 238 => 134, 229 => 128, 220 => 122, 211 => 116, 202 => 110, 195 => 106, 183 => 97, 174 => 91, 167 => 87, 156 => 79, 147 => 73, 140 => 69, 131 => 63, 122 => 57, 113 => 51, 106 => 47, 97 => 41, 88 => 35, 79 => 29, 72 => 25, 61 => 17, 52 => 11, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/abandonedCartContent/settingsDisplayOptions.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/abandonedCartContent/settingsDisplayOptions.hbs"); } }