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 /
1e /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
1e14da99b55d1d5e4e7e0917cc0869ab.php
1.62
MB
-rwxrwxr-x
2026-05-18 12:54
1e46fce8a2ff70b8c5b9a558cd7194c0.php
17.59
KB
-rwxrwxr-x
2026-05-18 12:54
1e5882fad15ef4fcff64251143259779.php
3.28
KB
-rwxrwxr-x
2026-05-18 12:54
1e6fd864802c05cd7d72e2ca3f846dc6.php
4.56
KB
-rwxrwxr-x
2026-05-18 12:54
1ed6ff5d13e518887530dfce254f1b32.php
8.48
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/CRUD/list_boolean.html.twig */ class __TwigTemplate_feff820bcbb46d0285654f342b9e38ae 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 = [ 'field_span_attributes' => [$this, 'block_field_span_attributes'], 'field' => [$this, 'block_field'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return $this->load($this->env->getRuntime('Sonata\AdminBundle\Twig\TemplateRegistryRuntime')->getAdminTemplate("base_list_field", CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "code", [], "any", false, false, false, 12)), 12); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 14 $context["is_editable"] = (CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "option", ["editable", false], "method", false, false, false, 14) && CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "hasAccess", ["edit", ($context["object"] ?? null)], "method", false, false, false, 14)); // line 15 $context["x_editable_type"] = $this->env->getRuntime('Sonata\AdminBundle\Twig\XEditableRuntime')->getXEditableType(CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "type", [], "any", false, false, false, 15)); // line 12 yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_field_span_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 18 yield " "; if ((($context["is_editable"] ?? null) && ($context["x_editable_type"] ?? null))) { // line 19 yield " "; yield from $this->yieldParentBlock("field_span_attributes", $context, $blocks); yield " data-source=\"[{value: 0, text: '"; // line 20 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("label_type_no", [], "SonataAdminBundle"); yield "'},{value: 1, text: '"; yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("label_type_yes", [], "SonataAdminBundle"); yield "'}]\" "; } yield from []; } // line 24 /** * @return iterable<null|scalar|\Stringable> */ public function block_field(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 25 yield from $this->load("@SonataAdmin/CRUD/display_boolean.html.twig", 25)->unwrap()->yield(CoreExtension::toArray(["value" => // line 26 ($context["value"] ?? null), "inverse" => CoreExtension::getAttribute($this->env, $this->source, // line 27 ($context["field_description"] ?? null), "option", ["inverse"], "method", false, false, false, 27)])); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/list_boolean.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 90 => 27, 89 => 26, 88 => 25, 81 => 24, 71 => 20, 66 => 19, 63 => 18, 56 => 17, 52 => 12, 50 => 15, 48 => 14, 41 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/list_boolean.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_boolean.html.twig"); } }