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("Image");
echo "
env, $this->extensions['MailPoet\Twig\I18n']->translate("Select another image"), "html_attr");
echo "\" />
env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr");
echo "\" />
";
}
public function getTemplateName()
{
return "newsletter/templates/blocks/image/settings.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 159 => 87, 150 => 81, 141 => 75, 132 => 69, 125 => 65, 116 => 59, 86 => 32, 75 => 24, 67 => 19, 57 => 12, 44 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/image/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/image/settings.hbs");
}
}