![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/var/tmp/twig/89/ |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; use Twig\TemplateWrapper; /* @GrapesJsBuilder/Setting/vars.html.twig */ class __TwigTemplate_a5c20b7139eea9780e440cfc9d25d2b1 extends Template { private Source $source; /** * @var array<string, Template> */ private array $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 = []): iterable { $macros = $this->macros; // line 1 yield "<div id=\"grapesjsbuilder_assets\" class=\"hide\" data-assets=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["dataAssets"]) || array_key_exists("dataAssets", $context) ? $context["dataAssets"] : (function () { throw new RuntimeError('Variable "dataAssets" does not exist.', 1, $this->source); })()), "html", null, true); yield "\" data-upload=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["dataUpload"]) || array_key_exists("dataUpload", $context) ? $context["dataUpload"] : (function () { throw new RuntimeError('Variable "dataUpload" does not exist.', 1, $this->source); })()), "html", null, true); yield "\" data-delete=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["dataDelete"]) || array_key_exists("dataDelete", $context) ? $context["dataDelete"] : (function () { throw new RuntimeError('Variable "dataDelete" does not exist.', 1, $this->source); })()), "html", null, true); yield "\"></div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@GrapesJsBuilder/Setting/vars.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@GrapesJsBuilder/Setting/vars.html.twig", "/home/corals/mautic.corals.io/plugins/GrapesJsBuilderBundle/Resources/views/Setting/vars.html.twig"); } }