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 /
86 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
863a436a50d21ca3b0a686dabc3f5fe0.php
10.35
KB
-rwxrwxr-x
2026-05-18 12:54
86499b5e04aa9be97b7434388a5a9fe1.php
2.15
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/sms.stats.html.twig */ class __TwigTemplate_d6e29bba5dc3e7da60e97fb137a4a671 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'], 'headline' => [$this, 'block_headline'], 'content_content' => [$this, 'block_content_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 "SMS messages"; yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_headline(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "SMS messages"; yield from []; } // line 7 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 8 yield " <p class=\"mb-3\"> <a class=\"btn btn-primary\" href=\""; // line 9 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_sms"); yield "\">Send SMS</a> </p> "; // line 12 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["pagination"] ?? null)) > 0)) { // line 13 yield " <div class=\"navigation mb-3\"> "; // line 14 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> <table class=\"table\"> <thead> <tr> <th>"; // line 19 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), "Text", "m.text"); yield "</th> <th>"; // line 20 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), "Date to be sent", "m.date_to_be_sent"); yield "</th> <th>Recipients</th> <th>Actions</th> </tr> </thead> <tbody> "; // line 26 $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 27 yield " <tr"; if ((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 27) % 2 != 0)) { yield " class=\"table-light\""; } yield "> <td>"; // line 28 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "text", [], "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, CoreExtension::getAttribute($this->env, $this->source, $context["message"], "dateToBeSent", [], "any", false, false, false, 29), "format", ["d F Y H:i:s"], "method", false, false, false, 29), "html", null, true); yield "</td> <td> <strong>Total:</strong> "; // line 31 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "messageRecipient", [], "any", false, false, false, 31)), "html", null, true); yield "<br> <strong>Sent:</strong> "; // line 32 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "messageRecipientSent", [], "any", false, false, false, 32)), "html", null, true); yield "<br> <strong>Delivered:</strong> "; // line 33 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "messageRecipientDelivered", [], "any", false, false, false, 33)), "html", null, true); yield "<br> <strong>Unsubscribed:</strong> "; // line 34 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "messageRecipientUnsub", [], "any", false, false, false, 34)), "html", null, true); yield "<br> <strong>Errors:</strong> "; // line 35 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "messageRecipientErrors", [], "any", false, false, false, 35)), "html", null, true); yield " </td> <td> <a class=\"btn btn-sm btn-primary\" href=\""; // line 39 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_message_show_sms", ["messageId" => CoreExtension::getAttribute($this->env, $this->source, $context["message"], "id", [], "any", false, false, false, 39)]), "html", null, true); yield "\">Show</a> </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 43 yield " </tbody> </table> <div class=\"navigation\"> "; // line 46 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> "; } else { // line 49 yield " <div class=\"alert alert-info mb-0\"> No messages found. <a href=\""; // line 51 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_sms"); yield "\">Send your first SMS</a> </div> "; } yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/Message/sms.stats.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 206 => 51, 202 => 49, 196 => 46, 191 => 43, 173 => 39, 166 => 35, 162 => 34, 158 => 33, 154 => 32, 150 => 31, 145 => 29, 141 => 28, 134 => 27, 117 => 26, 108 => 20, 104 => 19, 96 => 14, 93 => 13, 91 => 12, 85 => 9, 82 => 8, 75 => 7, 64 => 5, 53 => 3, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/Message/sms.stats.html.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Message/sms.stats.html.twig"); } }