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 /
36 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
3692ac4029621996d98e3354b71783d2.php
25.74
KB
-rwxrwxr-x
2026-05-18 12:54
36dad339421b6325221a33d50f0f23fc.php
5.24
KB
-rwxrwxr-x
2026-05-18 12:54
36e9367d24236391fb299b5e3c0e8530.php
4.73
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_enum.html.twig */ class __TwigTemplate_58f273a83b2d27a0a1c56492805f6d1f 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, // line 15 ($context["field_description"] ?? null), "option", ["editable", false], "method", false, false, false, 15) && CoreExtension::getAttribute($this->env, $this->source, // line 16 ($context["admin"] ?? null), "hasAccess", ["edit", ($context["object"] ?? null)], "method", false, false, false, 16)); // line 18 $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, 18)); // line 12 yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_field_span_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield " "; if ((($context["is_editable"] ?? null) && ($context["x_editable_type"] ?? null))) { // line 22 yield " "; yield from $this->yieldParentBlock("field_span_attributes", $context, $blocks); yield " data-source=\""; // line 23 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(json_encode($this->env->getRuntime('Sonata\AdminBundle\Twig\XEditableRuntime')->getXEditableChoices(($context["field_description"] ?? null))), "html", null, true); yield "\" "; } yield from []; } // line 27 /** * @return iterable<null|scalar|\Stringable> */ public function block_field(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 yield from $this->load("@SonataAdmin/CRUD/display_enum.html.twig", 28)->unwrap()->yield(CoreExtension::toArray(["value" => // line 29 ($context["value"] ?? null), "use_value" => CoreExtension::getAttribute($this->env, $this->source, // line 30 ($context["field_description"] ?? null), "option", ["use_value", false], "method", false, false, false, 30), "translation_domain" => CoreExtension::getAttribute($this->env, $this->source, // line 31 ($context["field_description"] ?? null), "option", ["enum_translation_domain", null], "method", false, false, false, 31)])); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/list_enum.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 91 => 31, 90 => 30, 89 => 29, 88 => 28, 81 => 27, 73 => 23, 68 => 22, 65 => 21, 58 => 20, 54 => 12, 52 => 18, 50 => 16, 49 => 15, 48 => 14, 41 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/list_enum.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_enum.html.twig"); } }