![]() 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/ee/ |
<?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; /* @MauticLead/Lead/dnc_small.html.twig */ class __TwigTemplate_a64a6e2889705cfa4bd66bde7da12914 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 5 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable((isset($context["dncList"]) || array_key_exists("dncList", $context) ? $context["dncList"] : (function () { throw new RuntimeError('Variable "dncList" does not exist.', 5, $this->source); })())); foreach ($context['_seq'] as $context["channel"] => $context["reason"]) { // line 6 yield " <span class=\"label label-danger\"> <i title=\""; // line 7 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.lead.event.donotcontact_channel", ["%channel%" => $context["channel"]]), "html", null, true); yield "\" class=\"fa fa-ban ico-"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["channel"], "html", null, true); yield "\"></i> </span> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['channel'], $context['reason'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticLead/Lead/dnc_small.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 49 => 7, 46 => 6, 42 => 5,); } public function getSourceContext(): Source { return new Source("", "@MauticLead/Lead/dnc_small.html.twig", "/home/corals/mautic.corals.io/app/bundles/LeadBundle/Resources/views/Lead/dnc_small.html.twig"); } }