source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
\t{{#if tools.layerSelector}} \t\textensions['MailPoet\Twig\I18n']->translate("Switch editing layer"); yield "\"> \t\t"; // line 4 yield MailPoetVendor\Twig\Extension\CoreExtension::source($this->env, "newsletter/templates/svg/block-tools/settings.svg"); yield " \t\t \t{{/if}} \t{{#if tools.settings}} \t\textensions['MailPoet\Twig\I18n']->translate("Edit settings"); yield "\"> \t\t\t"; // line 9 yield MailPoetVendor\Twig\Extension\CoreExtension::source($this->env, "newsletter/templates/svg/block-tools/settings.svg"); yield " \t\t \t{{/if}} \t{{#if tools.delete}} \t\t
\t\t\textensions['MailPoet\Twig\I18n']->translate("Delete"); yield "\"> \t\t\t\t"; // line 15 yield MailPoetVendor\Twig\Extension\CoreExtension::source($this->env, "newsletter/templates/svg/block-tools/trash.svg"); yield " \t\t\t \t\t\textensions['MailPoet\Twig\I18n']->translate("Cancel deletion"); yield "\"> \t\t\t\t"; // line 18 yield $this->extensions['MailPoet\Twig\I18n']->translate("Cancel"); yield " \t\t\t \t\t\textensions['MailPoet\Twig\I18n']->translate("Confirm deletion"); yield "\"> \t\t\t\t"; // line 21 yield $this->extensions['MailPoet\Twig\I18n']->translate("Delete"); yield " \t\t\t \t\t
\t{{/if}} \t{{#if tools.duplicate}} \t\textensions['MailPoet\Twig\I18n']->translate("Duplicate"); yield "\"> \t\t\t"; // line 27 yield MailPoetVendor\Twig\Extension\CoreExtension::source($this->env, "newsletter/templates/svg/block-tools/duplicate.svg"); yield " \t\t \t{{/if}} \t{{#if tools.move}} \t\textensions['MailPoet\Twig\I18n']->translate("Drag to move"); yield "\"> \t\t\t"; // line 32 yield MailPoetVendor\Twig\Extension\CoreExtension::source($this->env, "newsletter/templates/svg/block-tools/move.svg"); yield " \t\t \t{{/if}}
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/base/toolsGeneric.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 110 => 32, 106 => 31, 99 => 27, 95 => 26, 87 => 21, 83 => 20, 78 => 18, 74 => 17, 69 => 15, 65 => 14, 57 => 9, 53 => 8, 46 => 4, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/base/toolsGeneric.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/base/toolsGeneric.hbs"); } }