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 /
9f /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
9f1cb5338c53b72c82eabade450173c3.php
2.46
KB
-rwxrwxr-x
2026-05-18 12:54
9f29183ba178ffa62c364b8e87cb1744.php
12.71
KB
-rwxrwxr-x
2026-05-18 12:54
9f791b2f8764e0794f16120d5ceea805.php
5.72
KB
-rwxrwxr-x
2026-05-18 12:54
9fa63a76866c0f8962040fcf9d8509d1.php
6.81
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/UserList/list.render.html.twig */ class __TwigTemplate_af7158b14c6742fd849539a1ac68f735 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 = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield "<div class=\"navigation\"> "; // line 2 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> <table class=\"table\"> <tr> <th> "; // line 7 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Name"), "ul.first_name_string"); yield " "; // line 8 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Surname"), "ul.last_name_string"); yield " </th> <th>"; // line 10 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Username"), "ul.username"); yield "</th> <th>"; // line 11 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("E-Mail"), "html", null, true); yield "</th> <th>"; // line 12 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Mobile"), "html", null, true); yield "</th> <th>"; // line 13 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Active"), "ul.is_live"); yield "</th> <th>"; // line 14 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Created"), "ul.created_at"); yield "</th> <th>"; // line 15 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("SMS Credits"), "html", null, true); yield "</th> <th>"; // line 16 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("E-Mail Credits"), "html", null, true); yield "</th> <th> "; // line 18 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 20 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_edit", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 20), "companyId" => ($context["companyId"] ?? null), "userTypeId" => ($context["userTypeId"] ?? null)]), "html", null, true); yield "\" >"; // line 21 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Add"), "html", null, true); yield "</a> </th> </tr> "; // line 24 $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["userList"]) { // line 25 yield " <tr "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 25) % 2 != 0)) { yield " class=\"odd-row\""; } yield "> <td>"; // line 26 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "fullNameString", [], "method", false, false, false, 26), "html", null, true); yield "</td> <td>"; // line 27 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "username", [], "any", false, false, false, 27), "html", null, true); yield "</td> <td>"; // line 28 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "userEMailAddressString", [], "any", false, false, false, 28), "html", null, true); yield "</td> <td>"; // line 29 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "userTelNoMobileString", [], "any", false, false, false, 29), "html", null, true); yield "</td> <td>"; // line 30 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "isActiveString", [], "any", false, false, false, 30), "html", null, true); yield "</td> <td>"; // line 31 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "createdAt", [], "any", false, false, false, 31), "format", ["j F Y H:i"], "method", false, false, false, 31), "html", null, true); yield "</td> <td>"; // line 32 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\ContactBundle\Twig\ContactExtension']->getSMSCredits($context["userList"], 0), "html", null, true); yield "</td> <td>"; // line 33 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\ContactBundle\Twig\ContactExtension']->getEMailCredits($context["userList"], 0), "html", null, true); yield "</td> <td> <div class=\"btn-group\"> <a class=\"btn btn-primary\" href=\""; // line 37 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_edit", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 37), "userListId" => CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "id", [], "any", false, false, false, 37), "companyId" => ($context["companyId"] ?? null), "userTypeId" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "userTypes", [], "any", false, false, false, 37), "Id", [], "any", false, false, false, 37)]), "html", null, true); yield "\" >"; // line 38 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 40 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_list", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 40), "deleteUserListId" => CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "id", [], "any", false, false, false, 40), "companyId" => ($context["companyId"] ?? null), "userTypeId" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["userList"], "userTypes", [], "any", false, false, false, 40), "Id", [], "any", false, false, false, 40)]), "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 user? This action can not be undone."), "html", null, true); yield "');\" >"; // line 41 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['userList'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 46 yield "</table> <div class=\"navigation\"> "; // line 48 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/UserList/list.render.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 203 => 48, 199 => 46, 180 => 41, 174 => 40, 169 => 38, 165 => 37, 158 => 33, 154 => 32, 150 => 31, 146 => 30, 142 => 29, 138 => 28, 134 => 27, 130 => 26, 123 => 25, 106 => 24, 100 => 21, 96 => 20, 91 => 18, 86 => 16, 82 => 15, 78 => 14, 74 => 13, 70 => 12, 66 => 11, 62 => 10, 57 => 8, 53 => 7, 45 => 2, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/UserList/list.render.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/UserList/list.render.html.twig"); } }