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

"; echo $this->extensions['MailPoet\Twig\I18n']->translate("Post selection"); echo "

"; // line 4 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show max:"); echo "

"; // line 41 echo $this->extensions['MailPoet\Twig\I18n']->translate("Display options"); echo "
"; // line 45 echo $this->extensions['MailPoet\Twig\I18n']->translate("Hide display options"); echo "
"; // line 70 echo $this->extensions['MailPoet\Twig\I18n']->translate("Title Format"); echo "
"; // line 98 echo $this->extensions['MailPoet\Twig\I18n']->translate("Title Alignment"); echo "
"; // line 120 echo $this->extensions['MailPoet\Twig\I18n']->translate("Title as links"); echo "

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

"; // line 179 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show author"); echo "
"; // line 198 echo $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); echo "
"; // line 205 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show categories"); echo "
"; // line 224 echo $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); echo "

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

"; // line 260 echo $this->extensions['MailPoet\Twig\I18n']->translate("Sort by"); echo "
"; // line 277 echo $this->extensions['MailPoet\Twig\I18n']->translate("Show divider between posts"); echo "
"; // line 291 echo $this->extensions['MailPoet\Twig\I18n']->translate("Select divider"); echo "
env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); echo "\" />
"; } public function getTemplateName() { return "newsletter/templates/blocks/automatedLatestContent/settings.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 492 => 299, 481 => 291, 474 => 287, 465 => 281, 458 => 277, 448 => 270, 439 => 264, 432 => 260, 421 => 252, 409 => 243, 400 => 237, 393 => 233, 381 => 224, 375 => 221, 366 => 215, 357 => 209, 350 => 205, 340 => 198, 334 => 195, 325 => 189, 316 => 183, 309 => 179, 298 => 171, 289 => 165, 282 => 161, 272 => 154, 263 => 148, 254 => 142, 247 => 138, 236 => 130, 227 => 124, 220 => 120, 211 => 114, 202 => 108, 193 => 102, 186 => 98, 177 => 92, 168 => 86, 159 => 80, 150 => 74, 143 => 70, 134 => 64, 125 => 58, 116 => 52, 106 => 45, 99 => 41, 87 => 32, 78 => 26, 59 => 10, 55 => 9, 51 => 8, 44 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/automatedLatestContent/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/automatedLatestContent/settings.hbs"); } }