geno/wp-content/plugins/mailpoet/generated/twig/d7/d7c5c3ae77e62ea326481f00afb9c895755eb585f349d0d9833879bcbe04f6ad.php
2024-02-01 11:54:18 +00:00

74 lines
2.4 KiB
PHP

<?php
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Twig\Environment;
use MailPoetVendor\Twig\Error\LoaderError;
use MailPoetVendor\Twig\Error\RuntimeError;
use MailPoetVendor\Twig\Extension\SandboxExtension;
use MailPoetVendor\Twig\Markup;
use MailPoetVendor\Twig\Sandbox\SecurityError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use MailPoetVendor\Twig\Source;
use MailPoetVendor\Twig\Template;
/* newsletter/templates/blocks/unknownBlockFallback/block.hbs */
class __TwigTemplate_d6341c5162908a885b57705e06e73154b2d52297c4365c96e9d029d349446804 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"mailpoet_tools\"></div>
<div class=\"mailpoet_content mailpoet_unknown_block_fallback\">
<h2 class=\"mailpoet_unknown_block_fallback_heading\">";
// line 3
echo $this->extensions['MailPoet\Twig\I18n']->translate("Unsupported block type");
echo "</h2>
<p>";
// 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 "</p>
</div>
<div class=\"mailpoet_block_highlight\"></div>
";
}
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");
}
}