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 53 echo $this->extensions['MailPoet\Twig\I18n']->translate("Title Alignment"); echo "
"; // line 75 echo $this->extensions['MailPoet\Twig\I18n']->translate("Make the post title into a link"); echo "

"; // line 93 echo $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Title position", "Setting in the email designer to position the blog post title"); echo "

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

"; // line 165 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show author"); echo "
"; // line 184 echo $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); echo "
"; // line 191 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show categories"); echo "
"; // line 210 echo $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); echo "

"; // line 219 echo $this->extensions['MailPoet\Twig\I18n']->translate("\"Read more\" text"); echo "

"; // line 247 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show divider between posts"); echo "
"; } public function getTemplateName() { return "newsletter/templates/blocks/posts/settingsDisplayOptions.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 431 => 261, 424 => 257, 415 => 251, 408 => 247, 396 => 238, 384 => 229, 375 => 223, 368 => 219, 356 => 210, 350 => 207, 341 => 201, 332 => 195, 325 => 191, 315 => 184, 309 => 181, 300 => 175, 291 => 169, 284 => 165, 273 => 157, 264 => 151, 257 => 147, 248 => 141, 239 => 135, 230 => 129, 221 => 123, 212 => 117, 205 => 113, 192 => 103, 183 => 97, 176 => 93, 165 => 85, 156 => 79, 149 => 75, 140 => 69, 131 => 63, 122 => 57, 115 => 53, 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/posts/settingsDisplayOptions.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/posts/settingsDisplayOptions.hbs"); } }