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 /
54 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
541d3de08775cda1071dcfb68dd7f34b.php
2.83
KB
-rwxrwxr-x
2026-05-18 12:54
5489c836a31d8517971300a53b412b50.php
14.94
KB
-rwxrwxr-x
2026-05-18 12:54
54995c3e5217d28e6baa6ef4804cf397.php
3.2
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; /* @User/UserField/list.html.twig */ class __TwigTemplate_055b9ed892f69b69b001ffe04cc00cbf 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 = [ 'title' => [$this, 'block_title'], 'head_description' => [$this, 'block_head_description'], 'head_keyword' => [$this, 'block_head_keyword'], 'og_title' => [$this, 'block_og_title'], 'og_description' => [$this, 'block_og_description'], 'head_style' => [$this, 'block_head_style'], 'page_header_h1' => [$this, 'block_page_header_h1'], 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("base.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("My Fields"), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Manage my fields"), "html", null, true); yield from []; } // line 6 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_keyword(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("manage, fields"), "html", null, true); yield from []; } // line 8 /** * @return iterable<null|scalar|\Stringable> */ public function block_og_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("My Fields"), "html", null, true); yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_og_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Manage my fields"), "html", null, true); yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_style(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 12 yield " "; yield from $this->yieldParentBlock("head_style", $context, $blocks); yield " <link rel=\"stylesheet\" href=\""; // line 13 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/igacontent/css/content-frontend.css"), "html", null, true); yield "\" type=\"text/css\" media=\"all\" /> "; yield from []; } // line 16 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_h1(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 17 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("My Fields"), "html", null, true); yield " "; yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield " <div class=\"pull-right\"> <form action=\""; // line 23 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_field_list", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 23)]), "html", null, true); yield "\" method=\"POST\"> <input type=\"text\" name=\"search_text\" /> <button type=\"submit\">"; // line 24 yield "Search"; yield "</button> </form> "; // line 26 yield from $this->load("@UserBundle/UserList/menu.html.twig", 26)->unwrap()->yield($context); // line 27 yield " </div> <div class=\"navigation\"> "; // line 30 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> <table class=\"table\"> <tr> <th> "; // line 35 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Name"), "ug.field_name"); yield " </th> <th> "; // line 38 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Default"), "ug.default_value"); yield " </th> <th> "; // line 41 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Type"), "ug.field_type"); yield " </th> <th> "; // line 44 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Required"), "ug.required"); yield " </th> <th> "; // line 47 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Actions"), "html", null, true); yield " <a class=\"btn btn-primary\" href=\""; // line 49 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_field_edit", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 49)]), "html", null, true); yield "\" >"; // line 50 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Add"), "html", null, true); yield "</a> </th> </tr> "; // line 53 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["pagination"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["userField"]) { // line 54 yield " <tr "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 54) % 2 != 0)) { yield " class=\"odd-row\""; } yield "> <td>"; // line 55 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userField"], "fieldName", [], "method", false, false, false, 55), "html", null, true); yield "</td> <td>"; // line 56 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userField"], "defaultValue", [], "method", false, false, false, 56), "html", null, true); yield "</td> <td>"; // line 57 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userField"], "fieldType", [], "method", false, false, false, 57), "html", null, true); yield "</td> <td>"; // line 58 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->yesNo(CoreExtension::getAttribute($this->env, $this->source, $context["userField"], "required", [], "method", false, false, false, 58)), "html", null, true); yield "</td> <td> <div class=\"btn-field\"> <a class=\"btn btn-primary\" href=\""; // line 62 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_field_edit", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 62), "userFieldId" => CoreExtension::getAttribute($this->env, $this->source, $context["userField"], "id", [], "any", false, false, false, 62)]), "html", null, true); yield "\" >"; // line 63 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Edit"), "html", null, true); yield "</a> <a class=\"btn btn-primary\" href=\""; // line 65 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_field_list", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 65), "deleteUserFieldId" => CoreExtension::getAttribute($this->env, $this->source, $context["userField"], "id", [], "any", false, false, false, 65)]), "html", null, true); yield "\" onclick=\"return confirm('"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Are you sure you want to delete this field? This action can not be undone. All data stored in this field will be lost."), "html", null, true); yield "');\" >"; // line 66 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Delete"), "html", null, true); yield "</a> </div> </td> </tr> "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['userField'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 71 yield " </table> <div class=\"navigation\"> "; // line 73 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/UserField/list.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 302 => 73, 298 => 71, 279 => 66, 273 => 65, 268 => 63, 264 => 62, 257 => 58, 253 => 57, 249 => 56, 245 => 55, 238 => 54, 221 => 53, 215 => 50, 211 => 49, 206 => 47, 200 => 44, 194 => 41, 188 => 38, 182 => 35, 174 => 30, 169 => 27, 167 => 26, 162 => 24, 158 => 23, 154 => 21, 147 => 20, 139 => 17, 132 => 16, 125 => 13, 120 => 12, 113 => 11, 102 => 9, 91 => 8, 80 => 6, 69 => 5, 58 => 3, 47 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/UserField/list.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/UserField/list.html.twig"); } }