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 /
4f /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
4ff165c3f084aa0804993cd3308aa7f6.php
10.49
KB
-rwxrwxr-x
2026-05-18 12:54
4ff1a9faaf97e09b4c4e4150ea05d4c5.php
9.25
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; /* @Contact/Message/drafts.html.twig */ class __TwigTemplate_33ad14d39e9714b95551e883dd51abc9 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'], 'page_header_h1' => [$this, 'block_page_header_h1'], 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "@IGACoreBundle/layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("@IGACoreBundle/layout.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(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), Twig\Extension\CoreExtension::lower($this->env->getCharset(), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Drafts"))), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_h1(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), Twig\Extension\CoreExtension::lower($this->env->getCharset(), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Drafts"))), "html", null, true); yield from []; } // line 7 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 8 yield " "; // line 9 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["pagination"] ?? null)) > 0)) { // line 10 yield " <div class=\"navigation\"> "; // line 12 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> <table class=\"table\"> <tr> <th>"; // line 16 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Subject"), "m.subject"); yield "</th> <th>"; // line 17 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Date To Be Sent"), "m.date_to_be_sent"); yield "</th> <th> "; // line 19 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 21 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_message", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 21)]), "html", null, true); yield "\" >"; // line 22 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Send E-Mail"), "html", null, true); yield "</a> </th> </tr> "; // line 25 $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["message"]) { // line 26 yield " <tr "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 26) % 2 != 0)) { yield " class=\"odd-row\""; } yield "> <td>"; // line 27 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "subject", [], "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, CoreExtension::getAttribute($this->env, $this->source, $context["message"], "dateToBeSent", [], "any", false, false, false, 28), "format", ["d F Y H:i:s"], "method", false, false, false, 28), "html", null, true); yield "</td> <td> <div class=\"btn-group\"> <a class=\"btn btn-primary\" href=\""; // line 32 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_message", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 32), "messageId" => CoreExtension::getAttribute($this->env, $this->source, $context["message"], "id", [], "any", false, false, false, 32)]), "html", null, true); yield "\" >"; // line 33 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Send"), "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['message'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 38 yield " </table> <div class=\"navigation\"> "; // line 40 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> "; } else { // line 44 yield " <div class=\"alert alert-info\"> "; // line 45 yield "No drafts found"; yield " <a href=\""; // line 46 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_message", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 46)]), "html", null, true); yield "\">"; yield "Click here to send your first e-mail"; yield "</a> </div> "; } // line 49 yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/Message/drafts.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 206 => 49, 198 => 46, 194 => 45, 191 => 44, 184 => 40, 180 => 38, 161 => 33, 157 => 32, 150 => 28, 146 => 27, 139 => 26, 122 => 25, 116 => 22, 112 => 21, 107 => 19, 102 => 17, 98 => 16, 91 => 12, 87 => 10, 85 => 9, 82 => 8, 75 => 7, 64 => 5, 53 => 3, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/Message/drafts.html.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Message/drafts.html.twig"); } }