Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mautic
/
var
/
tmp
/
twig
/
9c
/
Filename :
9cf14274fc608be50b132878e65ceaa4.php
back
Copy
<?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; /* @MauticReport/FormTheme/Config/_config_reportconfig_widget.html.twig */ class __TwigTemplate_e4976adbe9c2e58bb600aa60670d537c 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 = [ '_config_reportconfig_widget' => [$this, 'block__config_reportconfig_widget'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('_config_reportconfig_widget', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block__config_reportconfig_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield "<h4 class=\"fw-sb mt-48 mb-xs\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.config.tab.reportconfig"), "html", null, true); yield "</h4> <div class=\"text-muted small pb-md\">"; // line 3 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.core.config.header.reportconfig.description"), "html", null, true); yield "</div> <div class=\"row\"> <div class=\"panel panel-default mb-md\"> <div class=\"panel-body\"> <div class=\"row\"> "; // line 8 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 8, $this->source); })()), "children", [], "any", false, false, false, 8)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 9 yield " <div class=\"col-xs-12\"> "; // line 10 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row'); yield " </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 13 yield " </div> </div> </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticReport/FormTheme/Config/_config_reportconfig_widget.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 83 => 13, 74 => 10, 71 => 9, 67 => 8, 59 => 3, 54 => 2, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@MauticReport/FormTheme/Config/_config_reportconfig_widget.html.twig", "/var/www/mautic/app/bundles/ReportBundle/Resources/views/FormTheme/Config/_config_reportconfig_widget.html.twig"); } }