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 /
d3 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
d3496439323c37c5920f633d1319d29e.php
8.1
KB
-rwxrwxr-x
2026-05-18 12:54
d34ea4b1e0013d3f62b236442a39f5e6.php
2.07
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/display_choice.html.twig */ class __TwigTemplate_365da6d793b24177ed8c98eff94e68b6 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 12 $_v0 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 13 yield " "; $context["choices"] = ((array_key_exists("choices", $context)) ? (Twig\Extension\CoreExtension::default(($context["choices"] ?? null), [])) : ([])); // line 14 yield " "; if ((((array_key_exists("multiple", $context)) ? (Twig\Extension\CoreExtension::default(($context["multiple"] ?? null), false)) : (false)) && is_iterable(($context["value"] ?? null)))) { // line 15 yield " "; // line 16 $context["result"] = ""; // line 17 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["value"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["val"]) { // line 18 yield " "; if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["result"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 19 yield " "; $context["result"] = (($context["result"] ?? null) . ((array_key_exists("delimiter", $context)) ? (Twig\Extension\CoreExtension::default(($context["delimiter"] ?? null), ", ")) : (", "))); // line 20 yield " "; } // line 21 yield " "; // line 22 if (CoreExtension::getAttribute($this->env, $this->source, ($context["choices"] ?? null), $context["val"], [], "array", true, true, false, 22)) { // line 23 yield " "; $context["choice"] = (($_v1 = ($context["choices"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[$context["val"]] ?? null) : null); // line 24 yield " "; } else { // line 25 yield " "; $context["choice"] = $context["val"]; // line 26 yield " "; } // line 27 yield " "; if ((null === ((array_key_exists("translation_domain", $context)) ? (Twig\Extension\CoreExtension::default(($context["translation_domain"] ?? null), null)) : (null)))) { // line 28 yield " "; $context["result"] = (($context["result"] ?? null) . ($context["choice"] ?? null)); // line 29 yield " "; } else { // line 30 yield " "; $context["result"] = (($context["result"] ?? null) . $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["choice"] ?? null), [], ($context["translation_domain"] ?? null))); // line 31 yield " "; } // line 32 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['val'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 33 yield " "; // line 34 $context["value"] = ($context["result"] ?? null); // line 35 yield " "; } elseif (CoreExtension::inFilter( // line 36 ($context["value"] ?? null), Twig\Extension\CoreExtension::keys(($context["choices"] ?? null)))) { // line 37 yield " "; if ((null === ((array_key_exists("translation_domain", $context)) ? (Twig\Extension\CoreExtension::default(($context["translation_domain"] ?? null), null)) : (null)))) { // line 38 yield " "; $context["value"] = (($_v2 = ($context["choices"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2[($context["value"] ?? null)] ?? null) : null); // line 39 yield " "; } else { // line 40 yield " "; $context["value"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((($_v3 = ($context["choices"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3[($context["value"] ?? null)] ?? null) : null), [], ($context["translation_domain"] ?? null)); // line 41 yield " "; } // line 42 yield " "; } // line 43 yield " "; // line 44 if ((($tmp = ((array_key_exists("safe", $context)) ? (Twig\Extension\CoreExtension::default(($context["safe"] ?? null), false)) : (false))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 45 yield " "; yield ($context["value"] ?? null); yield " "; } else { // line 47 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["value"] ?? null), "html", null, true); yield " "; } yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 12 yield Twig\Extension\CoreExtension::trim($_v0); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/display_choice.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 154 => 12, 146 => 47, 140 => 45, 138 => 44, 135 => 43, 132 => 42, 129 => 41, 126 => 40, 123 => 39, 120 => 38, 117 => 37, 115 => 36, 112 => 35, 110 => 34, 107 => 33, 101 => 32, 98 => 31, 95 => 30, 92 => 29, 89 => 28, 86 => 27, 83 => 26, 80 => 25, 77 => 24, 74 => 23, 72 => 22, 69 => 21, 66 => 20, 63 => 19, 60 => 18, 55 => 17, 53 => 16, 50 => 15, 47 => 14, 44 => 13, 42 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/display_choice.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_choice.html.twig"); } }