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 /
49 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
496e9656650fdb4b4e00d3bc053efc02.php
6.26
KB
-rwxrwxr-x
2026-05-18 12:54
49a070cf4536662443de533e93bbc277.php
10.23
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/MailChimpBatch/list.html.twig */ class __TwigTemplate_2d981b1700b7b58fc45815eb25be1655 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'], 'actions' => [$this, 'block_actions'], 'tab_menu' => [$this, 'block_tab_menu'], 'list_table' => [$this, 'block_list_table'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return $this->load(($context["base_template"] ?? null), 1); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from $this->getParent($context)->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['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_list", [], "SonataAdminBundle"), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_actions(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 yield " <div class=\"sonata-actions\"> "; // line 7 yield from $this->load("SonataAdminBundle:Button:create_button.html.twig", 7)->unwrap()->yield($context); // line 8 yield " </div> "; yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_tab_menu(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Knp\Menu\Twig\MenuRuntimeExtension')->render(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "sidemenu", [($context["action"] ?? null)], "method", false, false, false, 11), ["currentClass" => "active"], "list"); yield from []; } // line 13 /** * @return iterable<null|scalar|\Stringable> */ public function block_list_table(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 14 yield " <div class=\"box box-primary\"> <div class=\"box-header\"> <h3 class=\"box-title\">"; // line 16 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_list", [], "SonataAdminBundle"), "html", null, true); yield "</h3> </div> <div class=\"box-body\"> "; // line 19 if ((array_key_exists("batches", $context) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["batches"] ?? null)) > 0))) { // line 20 yield " <table class=\"table table-bordered table-striped\"> <thead> <tr> <th>ID</th> <th>Status</th> <th>Total Operations</th> <th>Finished Operations</th> <th>Errored Operations</th> <th>Submitted At</th> <th>Completed At</th> <th>Actions</th> </tr> </thead> <tbody> "; // line 34 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["batches"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["batch"]) { // line 35 yield " <tr> <td>"; // line 36 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "id", [], "any", false, false, false, 36), "html", null, true); yield "</td> <td> <span class=\"label label-"; // line 38 yield (((CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "status", [], "any", false, false, false, 38) == "finished")) ? ("success") : ((((CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "status", [], "any", false, false, false, 38) == "pending")) ? ("warning") : ("danger")))); yield "\"> "; // line 39 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::titleCase($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "status", [], "any", false, false, false, 39)), "html", null, true); yield " </span> </td> <td>"; // line 42 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "total_operations", [], "any", false, false, false, 42), "html", null, true); yield "</td> <td>"; // line 43 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "finished_operations", [], "any", false, false, false, 43), "html", null, true); yield "</td> <td>"; // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "errored_operations", [], "any", false, false, false, 44), "html", null, true); yield "</td> <td>"; // line 45 yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "submitted_at", [], "any", false, false, false, 45)) && $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["batch"], "submitted_at", [], "any", false, false, false, 45), "Y-m-d H:i:s"), "html", null, true)) : ("-")); yield "</td> <td>"; // line 46 yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["batch"], "completed_at", [], "any", false, false, false, 46)) && $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["batch"], "completed_at", [], "any", false, false, false, 46), "Y-m-d H:i:s"), "html", null, true)) : ("-")); yield "</td> <td> <a href=\""; // line 48 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["admin"] ?? null), "generateObjectUrl", ["show", $context["batch"]], "method", false, false, false, 48), "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['batch'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 54 yield " </tbody> </table> "; } else { // line 57 yield " <div class=\"alert alert-info\"> No MailChimp batches found. </div> "; } // line 61 yield " </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/MailChimpBatch/list.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 194 => 61, 188 => 57, 183 => 54, 171 => 48, 166 => 46, 162 => 45, 158 => 44, 154 => 43, 150 => 42, 144 => 39, 140 => 38, 135 => 36, 132 => 35, 128 => 34, 112 => 20, 110 => 19, 104 => 16, 100 => 14, 93 => 13, 82 => 11, 76 => 8, 74 => 7, 71 => 6, 64 => 5, 53 => 3, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/MailChimpBatch/list.html.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/MailChimpBatch/list.html.twig"); } }