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 /
38 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
38023d403184ffa3e4719ad1b0e4dfd7.php
5.23
KB
-rwxrwxr-x
2026-05-18 12:54
3830292e16a550145dc6cd217a6ca7d9.php
9.08
KB
-rwxrwxr-x
2026-05-18 12:54
38a127b6e4d491aedaf924ac9c556599.php
5.17
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/base_show_field.html.twig */ class __TwigTemplate_6e38855a4bc22124d60c80d9d31d3617 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 = [ 'name' => [$this, 'block_name'], 'field' => [$this, 'block_field'], 'field_value' => [$this, 'block_field_value'], 'field_compare' => [$this, 'block_field_compare'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 11 yield " <th"; // line 12 if ((($tmp = ((array_key_exists("is_diff", $context)) ? (Twig\Extension\CoreExtension::default(($context["is_diff"] ?? null), false)) : (false))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " class=\"diff\""; } yield ">"; // line 13 yield from $this->unwrap()->yieldBlock('name', $context, $blocks); // line 22 yield "</th> <td>"; // line 24 yield from $this->unwrap()->yieldBlock('field', $context, $blocks); // line 46 yield "</td>"; // line 48 yield from $this->unwrap()->yieldBlock('field_compare', $context, $blocks); yield from []; } // line 13 /** * @return iterable<null|scalar|\Stringable> */ public function block_name(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 14 if ((($tmp = !(CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "label", [], "any", false, false, false, 14) === false)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 15 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "translationDomain", [], "any", false, false, false, 15) === false)) { // line 16 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "label", [], "any", false, false, false, 16), "html", null, true); } else { // line 18 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "label", [], "any", false, false, false, 18), [], CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "translationDomain", [], "any", false, false, false, 18)), "html", null, true); } } yield from []; } // line 24 /** * @return iterable<null|scalar|\Stringable> */ public function block_field(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 25 $context["collapse"] = CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "option", ["collapse"], "method", false, false, false, 25); // line 26 if ((($tmp = ($context["collapse"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 27 yield "<div class=\"sonata-readmore\" "; yield $this->extensions['Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension']->renderStimulusController("sonata-readmore", ["collapsedHeight" => ((CoreExtension::getAttribute($this->env, $this->source, // line 28 ($context["collapse"] ?? null), "height", [], "any", true, true, false, 28)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["collapse"] ?? null), "height", [], "any", false, false, false, 28), 40)) : (40)), "moreText" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(((CoreExtension::getAttribute($this->env, $this->source, // line 29 ($context["collapse"] ?? null), "more", [], "any", true, true, false, 29)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["collapse"] ?? null), "more", [], "any", false, false, false, 29), "read_more")) : ("read_more")), [], "SonataAdminBundle"), "lessText" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(((CoreExtension::getAttribute($this->env, $this->source, // line 30 ($context["collapse"] ?? null), "less", [], "any", true, true, false, 30)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["collapse"] ?? null), "less", [], "any", false, false, false, 30), "read_less")) : ("read_less")), [], "SonataAdminBundle")]); // line 31 yield "> <div class=\"sonata-readmore-content\" "; // line 32 yield $this->extensions['Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension']->renderStimulusTarget("sonata-readmore", "content"); yield ">"; // line 33 yield from $this->unwrap()->yieldBlock('field_value', $context, $blocks); // line 36 yield "</div> <button type=\"button\" class=\"sonata-readmore-btn btn-link\" "; // line 39 yield $this->extensions['Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension']->renderStimulusTarget("sonata-readmore", "button"); yield " "; // line 40 yield $this->extensions['Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension']->renderStimulusAction("sonata-readmore", "toggle", "click"); yield "></button> </div>"; } else { // line 43 yield from $this->unwrap()->yieldBlock("field_value", $context, $blocks); } yield from []; } // line 33 /** * @return iterable<null|scalar|\Stringable> */ public function block_field_value(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "option", ["safe", false], "method", false, false, false, 34)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield ($context["value"] ?? null); } else { yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("value", $context)) ? (Twig\Extension\CoreExtension::default(($context["value"] ?? null), "")) : ("")), "html", null, true)); } yield from []; } // line 48 /** * @return iterable<null|scalar|\Stringable> */ public function block_field_compare(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 49 if (array_key_exists("value_compare", $context)) { // line 50 $context["value"] = ($context["value_compare"] ?? null); // line 51 yield " "; $context["object"] = ($context["object_compare"] ?? null); // line 52 yield " <td>"; yield from $this->unwrap()->yieldBlock("field", $context, $blocks); yield "</td>"; } yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/base_show_field.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 164 => 52, 161 => 51, 159 => 50, 157 => 49, 150 => 48, 141 => 34, 134 => 33, 128 => 43, 123 => 40, 119 => 39, 114 => 36, 112 => 33, 109 => 32, 106 => 31, 104 => 30, 103 => 29, 102 => 28, 100 => 27, 98 => 26, 96 => 25, 89 => 24, 82 => 18, 79 => 16, 77 => 15, 75 => 14, 68 => 13, 63 => 48, 61 => 46, 59 => 24, 56 => 22, 54 => 13, 49 => 12, 46 => 11,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/base_show_field.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig"); } }