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 /
99 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
99e172aec9cab21dbb206336c4a2f5c8.php
7.56
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_edit.html.twig */ class __TwigTemplate_6c5b6b1a6a747c283d22c19118cd5e11 extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); // line 41 $_trait_0 = $this->load("@SonataAdmin/CRUD/base_edit_form.html.twig", 41); if (!$_trait_0->unwrap()->isTraitable()) { throw new RuntimeError('Template "'."@SonataAdmin/CRUD/base_edit_form.html.twig".'" cannot be used as a trait.', 41, $this->source); } $_trait_0_blocks = $_trait_0->unwrap()->getBlocks(); if (!isset($_trait_0_blocks["form"])) { throw new RuntimeError('Block "form" is not defined in trait "@SonataAdmin/CRUD/base_edit_form.html.twig".', 41, $this->source); } $_trait_0_blocks["parentForm"] = $_trait_0_blocks["form"]; unset($_trait_0_blocks["form"]); $this->traitAliases["parentForm"] = "form"; $this->traits = $_trait_0_blocks; $this->blocks = array_merge( $this->traits, [ 'title' => [$this, 'block_title'], 'navbar_title' => [$this, 'block_navbar_title'], 'actions' => [$this, 'block_actions'], 'tab_menu' => [$this, 'block_tab_menu'], 'form' => [$this, 'block_form'], ] ); } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return $this->load(($context["base_template"] ?? null), 12); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 14 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 15 yield " "; if ((($tmp = !(null === ($context["objectId"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 16 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_edit", ["%name%" => CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "toString", [($context["object"] ?? null)], "method", false, false, false, 16)), "truncate", [15, "..."], "method", false, false, false, 16)], "SonataAdminBundle"), "html", null, true); yield " "; } else { // line 18 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_create", [], "SonataAdminBundle")), "truncate", [15, "..."], "method", false, false, false, 18), "html", null, true); yield " "; } yield from []; } // line 22 /** * @return iterable<null|scalar|\Stringable> */ public function block_navbar_title(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 23 yield " "; if ((($tmp = !(null === ($context["objectId"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 24 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_edit", ["%name%" => CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "toString", [($context["object"] ?? null)], "method", false, false, false, 24)), "truncate", [100, "..."], "method", false, false, false, 24)], "SonataAdminBundle"), "html", null, true); yield " "; } else { // line 26 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_create", [], "SonataAdminBundle")), "truncate", [100, "..."], "method", false, false, false, 26), "html", null, true); yield " "; } yield from []; } // line 30 /** * @return iterable<null|scalar|\Stringable> */ public function block_actions(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 31 yield from $this->load("@SonataAdmin/CRUD/action_buttons.html.twig", 31)->unwrap()->yield($context); yield from []; } // line 34 /** * @return iterable<null|scalar|\Stringable> */ public function block_tab_menu(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 35 yield $this->env->getRuntime('Knp\Menu\Twig\MenuRuntimeExtension')->render(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "sidemenu", [($context["action"] ?? null)], "method", false, false, false, 35), ["currentClass" => "active", "template" => $this->env->getRuntime('Sonata\AdminBundle\Twig\TemplateRegistryRuntime')->getGlobalTemplate("tab_menu_template")], "twig"); yield from []; } // line 43 /** * @return iterable<null|scalar|\Stringable> */ public function block_form(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 44 yield " "; yield from $this->unwrap()->yieldBlock("parentForm", $context, $blocks); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/base_edit.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 153 => 44, 146 => 43, 141 => 35, 134 => 34, 129 => 31, 122 => 30, 113 => 26, 107 => 24, 104 => 23, 97 => 22, 88 => 18, 82 => 16, 79 => 15, 72 => 14, 62 => 12, 33 => 41,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/base_edit.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_edit.html.twig"); } }