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 /
37 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
3726a4d790af8e48178bc6dae46070cb.php
1.9
KB
-rwxrwxr-x
2026-05-18 12:54
376f7a40e044457dad61634a570298ae.php
2.77
KB
-rwxrwxr-x
2026-05-18 12:54
3776ae80f799f95de0236401fad78d6c.php
7.21
KB
-rwxrwxr-x
2026-05-19 08:00
37b56aff3b542eaf0ec6f252a25c60b6.php
7.95
KB
-rwxrwxr-x
2026-05-18 12:54
37c06e5e6c4e99452ed409f218314a75.php
3.27
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/preview.html.twig */ class __TwigTemplate_43e694dcccc49e758567379b99b37f35 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 = [ 'actions' => [$this, 'block_actions'], 'side_menu' => [$this, 'block_side_menu'], 'formactions' => [$this, 'block_formactions'], 'preview' => [$this, 'block_preview'], 'form' => [$this, 'block_form'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return "@SonataAdmin/CRUD/edit.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("@SonataAdmin/CRUD/edit.html.twig", 12); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 14 /** * @return iterable<null|scalar|\Stringable> */ public function block_actions(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_side_menu(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_formactions(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield " <button class=\"btn btn-success\" type=\"submit\" name=\"btn_preview_approve\"> <i class=\"fas fa-check\" aria-hidden=\"true\"></i> "; // line 23 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("btn_preview_approve", [], "SonataAdminBundle"), "html", null, true); yield " </button> <button class=\"btn btn-danger\" type=\"submit\" name=\"btn_preview_decline\"> <i class=\"fas fa-times\" aria-hidden=\"true\"></i> "; // line 27 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("btn_preview_decline", [], "SonataAdminBundle"), "html", null, true); yield " </button> "; yield from []; } // line 31 /** * @return iterable<null|scalar|\Stringable> */ public function block_preview(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 32 yield " <div class=\"sonata-ba-view\"> "; // line 33 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "showgroups", [], "any", false, false, false, 33)); foreach ($context['_seq'] as $context["name"] => $context["view_group"]) { // line 34 yield " <table class=\"table table-bordered\"> "; // line 35 if ((($tmp = $context["name"]) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 36 yield " <tr class=\"sonata-ba-view-title\"> <td colspan=\"2\"> "; // line 38 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["name"], [], CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "translationdomain", [], "any", false, false, false, 38)), "html", null, true); yield " </td> </tr> "; } // line 42 yield " "; // line 43 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["view_group"], "fields", [], "any", false, false, false, 43)); foreach ($context['_seq'] as $context["_key"] => $context["show_field_name"]) { // line 44 yield " <tr class=\"sonata-ba-view-container\"> "; // line 45 if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "show", [], "any", false, true, false, 45), $context["show_field_name"], [], "array", true, true, false, 45)) { // line 46 yield " "; yield $this->env->getRuntime('Sonata\AdminBundle\Twig\RenderElementRuntime')->renderViewElement($this->env, (($_v0 = CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "show", [], "any", false, false, false, 46)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[$context["show_field_name"]] ?? null) : null), ($context["object"] ?? null)); yield " "; } // line 48 yield " </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['show_field_name'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 50 yield " </table> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['name'], $context['view_group'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 52 yield " </div> "; yield from []; } // line 55 /** * @return iterable<null|scalar|\Stringable> */ public function block_form(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 56 yield " <div class=\"sonata-preview-form-container\"> "; // line 57 yield from $this->yieldParentBlock("form", $context, $blocks); yield " </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/preview.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 179 => 57, 176 => 56, 169 => 55, 163 => 52, 156 => 50, 149 => 48, 143 => 46, 141 => 45, 138 => 44, 134 => 43, 131 => 42, 124 => 38, 120 => 36, 118 => 35, 115 => 34, 111 => 33, 108 => 32, 101 => 31, 93 => 27, 86 => 23, 82 => 21, 75 => 20, 65 => 17, 55 => 14, 44 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/preview.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/preview.html.twig"); } }