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

"; // line 3 echo $this->extensions['MailPoet\Twig\I18n']->translate("Unsupported block type"); echo "

"; // line 4 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_sprintf($this->extensions['MailPoet\Twig\I18n']->translate("\"%s\" block type is not supported and will not be included in the email. You can either delete this block, or enable a plugin that adds support for this block."), "{{blockType}}"), "html", null, true); echo "

"; } public function getTemplateName() { return "newsletter/templates/blocks/unknownBlockFallback/block.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/unknownBlockFallback/block.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/unknownBlockFallback/block.hbs"); } }