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 /
2c /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
2c85ee47a04554813690d8baed0744c3.php
4.38
KB
-rwxrwxr-x
2026-05-18 12:54
2ca1f1c69a984c1706a492b7059f7fc6.php
12.66
KB
-rwxrwxr-x
2026-05-18 12:55
2ca6fb78bda1964fe59cd9ac40ff753e.php
4.63
KB
-rwxrwxr-x
2026-05-18 12:54
2cd8e1d5ef4b087b757662ed0d6b53c5.php
13.07
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; /* @MailQueueBundle/queue/list.html.twig */ class __TwigTemplate_ae57b28700768f57d2137886a28c9d46 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'], 'sonata_admin_content' => [$this, 'block_sonata_admin_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "sonata_layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("sonata_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 "Bulk mail queue"; yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_admin_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 yield " <div class=\"box box-primary\"> <div class=\"box-header with-border\"> <h3 class=\"box-title\">Bulk mail queue</h3> </div> <div class=\"box-body\"> <div class=\"row\" style=\"margin-bottom: 20px;\"> <div class=\"col-md-3\"> <div class=\"info-box bg-yellow\"> <span class=\"info-box-icon\"><i class=\"fa fa-clock-o\"></i></span> <div class=\"info-box-content\"> <span class=\"info-box-text\">Campaigns in progress</span> <span class=\"info-box-number\">"; // line 17 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["summary"] ?? null), "campaignsInProgress", [], "any", false, false, false, 17), "html", null, true); yield "</span> </div> </div> </div> <div class=\"col-md-3\"> <div class=\"info-box bg-aqua\"> <span class=\"info-box-icon\"><i class=\"fa fa-hourglass-half\"></i></span> <div class=\"info-box-content\"> <span class=\"info-box-text\">Pending sends</span> <span class=\"info-box-number\">"; // line 26 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["summary"] ?? null), "totalPending", [], "any", false, false, false, 26), "html", null, true); yield "</span> </div> </div> </div> <div class=\"col-md-3\"> <div class=\"info-box bg-green\"> <span class=\"info-box-icon\"><i class=\"fa fa-check\"></i></span> <div class=\"info-box-content\"> <span class=\"info-box-text\">Completed sends</span> <span class=\"info-box-number\">"; // line 35 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["summary"] ?? null), "totalSent", [], "any", false, false, false, 35), "html", null, true); yield "</span> </div> </div> </div> <div class=\"col-md-3\"> <div class=\"info-box bg-red\"> <span class=\"info-box-icon\"><i class=\"fa fa-times\"></i></span> <div class=\"info-box-content\"> <span class=\"info-box-text\">Failed sends</span> <span class=\"info-box-number\">"; // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["summary"] ?? null), "totalFailed", [], "any", false, false, false, 44), "html", null, true); yield "</span> </div> </div> </div> </div> "; // line 50 if (Twig\Extension\CoreExtension::testEmpty(($context["messages"] ?? null))) { // line 51 yield " <div class=\"alert alert-info\">No mail campaigns found.</div> "; } else { // line 53 yield " <table class=\"table table-bordered table-striped\"> <thead> <tr> <th>ID</th> <th>Subject</th> <th>Sent to group</th> <th>Date sent</th> <th>Recipients</th> <th>Campaign</th> <th>Pending</th> <th>Sent</th> <th>Failed</th> <th></th> </tr> </thead> <tbody> "; // line 69 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["messages"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 70 yield " <tr> <td>"; // line 71 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "messageId", [], "any", false, false, false, 71), "html", null, true); yield "</td> <td>"; // line 72 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, $context["row"], "subject", [], "any", true, true, false, 72)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "subject", [], "any", false, false, false, 72), "—")) : ("—")), "html", null, true); yield "</td> <td>"; // line 73 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, $context["row"], "sentToGroup", [], "any", true, true, false, 73)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "sentToGroup", [], "any", false, false, false, 73), "—")) : ("—")), "html", null, true); yield "</td> <td>"; // line 74 yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["row"], "dateSent", [], "any", false, false, false, 74)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "dateSent", [], "any", false, false, false, 74), "Y-m-d H:i"), "html", null, true)) : ("—")); yield "</td> <td>"; // line 75 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, $context["row"], "numRecipients", [], "any", true, true, false, 75)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "numRecipients", [], "any", false, false, false, 75), "—")) : ("—")), "html", null, true); yield "</td> <td> "; // line 77 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["row"], "sendComplete", [], "any", false, false, false, 77)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 78 yield " <span class=\"label label-success\">Complete</span> "; } else { // line 80 yield " <span class=\"label label-warning\">In progress</span> "; } // line 82 yield " </td> <td><span class=\"badge bg-yellow\">"; // line 83 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "pendingCount", [], "any", false, false, false, 83), "html", null, true); yield "</span></td> <td><span class=\"badge bg-green\">"; // line 84 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "sentCount", [], "any", false, false, false, 84), "html", null, true); yield "</span></td> <td><span class=\"badge bg-red\">"; // line 85 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "failedCount", [], "any", false, false, false, 85), "html", null, true); yield "</span></td> <td> <a href=\""; // line 87 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mail_queue_detail", ["messageId" => CoreExtension::getAttribute($this->env, $this->source, $context["row"], "messageId", [], "any", false, false, false, 87)]), "html", null, true); yield "\" class=\"btn btn-sm btn-default\"> <i class=\"fa fa-eye\"></i> View </a> </td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['row'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 93 yield " </tbody> </table> "; } // line 96 yield " </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MailQueueBundle/queue/list.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 223 => 96, 218 => 93, 206 => 87, 201 => 85, 197 => 84, 193 => 83, 190 => 82, 186 => 80, 182 => 78, 180 => 77, 175 => 75, 171 => 74, 167 => 73, 163 => 72, 159 => 71, 156 => 70, 152 => 69, 134 => 53, 130 => 51, 128 => 50, 119 => 44, 107 => 35, 95 => 26, 83 => 17, 70 => 6, 63 => 5, 52 => 3, 41 => 1,); } public function getSourceContext(): Source { return new Source("", "@MailQueueBundle/queue/list.html.twig", "/var/www/v3.cesa.co.za/src/MailQueueBundle/Resources/views/queue/list.html.twig"); } }