OwlCyberSecurity - MANAGER
Edit File: 75e8ff9ca041db525f3957e2c3d891df76415c982d665a3645418c035784be2c.php
<?php if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Environment; use MailPoetVendor\Twig\Error\LoaderError; use MailPoetVendor\Twig\Error\RuntimeError; use MailPoetVendor\Twig\Extension\CoreExtension; use MailPoetVendor\Twig\Extension\SandboxExtension; use MailPoetVendor\Twig\Markup; use MailPoetVendor\Twig\Sandbox\SecurityError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError; use MailPoetVendor\Twig\Source; use MailPoetVendor\Twig\Template; /* help.html */ class __TwigTemplate_8954bd8b685d4d0f3d5c30a93054f9e0c323f916e761dedb785c098532171d8e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "layout.html"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("layout.html", "help.html", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 yield " <div id=\"mailpoet_help\"> <script type=\"text/javascript\"> var systemInfoData = "; // line 8 yield json_encode(($context["systemInfoData"] ?? null)); yield "; var systemStatusData = "; // line 9 yield json_encode(($context["systemStatusData"] ?? null)); yield "; var actionSchedulerData = "; // line 10 yield json_encode(($context["actionSchedulerData"] ?? null)); yield "; </script> <div id=\"help_container\"></div> </div> "; // line 17 yield $this->extensions['MailPoet\Twig\I18n']->localize(["tabKnowledgeBaseTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Knowledge Base"), "tabSystemInfoTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("System Info"), "tabSystemStatusTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("System Status"), "tabYourPrivacyTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Your Privacy"), "systemStatusIntroCronMSS" => $this->extensions['MailPoet\Twig\I18n']->translate("For the plugin to work, it must be able to establish connection with the task scheduler and the key activation/MailPoet Sending Service."), "systemStatusCronTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Task Scheduler"), "systemStatusMSSTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Connection to the MailPoet Sending Service"), "systemStatusMSSConnectionUnsuccessfulInfo" => $this->extensions['MailPoet\Twig\I18n']->translate("Please contact our technical support for assistance."), "systemStatusMSSConnectionCanConnect" => $this->extensions['MailPoet\Twig\I18n']->translate("Your installation can connect to our sending service."), "knowledgeBaseIntro" => $this->extensions['MailPoet\Twig\I18n']->translate("Click on one of these categories below to find more information:"), "knowledgeBaseButton" => $this->extensions['MailPoet\Twig\I18n']->translate("Visit our Knowledge Base for more articles"), "systemInfoIntro" => $this->extensions['MailPoet\Twig\I18n']->translate("The information below is useful when you need to get in touch with our support. Just copy all the text below and paste it into a message to us."), "systemInfoDataError" => $this->extensions['MailPoet\Twig\I18n']->translate("Sorry, there was an error, please try again later."), "copyToClipboard" => $this->extensions['MailPoet\Twig\I18n']->translate("Copy to clipboard"), "copyToClipboardSuccess" => $this->extensions['MailPoet\Twig\I18n']->translate("Copied to clipboard."), "copyToClipboardFailure" => $this->extensions['MailPoet\Twig\I18n']->translate("Could not copy to clipboard."), "systemStatusCronStatusTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Cron"), "systemStatusQueueTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Sending Queue"), "yourPrivacyContent1" => $this->extensions['MailPoet\Twig\I18n']->translate("MailPoet respects your privacy. We don’t track any information about your website or yourself without your explicit consent."), "yourPrivacyContent2" => $this->extensions['MailPoet\Twig\I18n']->translate("Third-party services used within the plugin may track information such as your email & IP address."), "yourPrivacyContent3" => $this->extensions['MailPoet\Twig\I18n']->translate("If you send with MailPoet, we track data that is used to ensure that the service works correctly."), "yourPrivacyButton" => $this->extensions['MailPoet\Twig\I18n']->translate("Read our Privacy Notice"), "lastUpdated" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last updated", "A label in a status table e.g. Last updated: 2018-10-18 18:50"), "lastRunStarted" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last run started", "A label in a status table e.g. Last run started: 2018-10-18 18:50"), "lastRunCompleted" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last run completed", "A label in a status table e.g. Last run completed: 2018-10-18 18:50"), "lastSeenError" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last seen error", "A label in a status table e.g. Last seen error: Process timeout"), "lastSeenErrorDate" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last seen error date", "A label in a status table e.g. Last seen error date: 2018-10-18 18:50"), "unknown" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("unknown", "An unknown state is a status table e.g. Last run started: unknown"), "accessible" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Accessible", "A label in a status table e.g. Accessible: yes"), "status" => $this->extensions['MailPoet\Twig\I18n']->translate("Status"), "yes" => $this->extensions['MailPoet\Twig\I18n']->translate("yes"), "no" => $this->extensions['MailPoet\Twig\I18n']->translate("no"), "none" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("none", "An empty state is a status table e.g. Error: none"), "running" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("running", "A state of a process."), "paused" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("paused", "A state of a process."), "cronWaiting" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("waiting for the next run", "A state of a process."), "startedAt" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Started at", "A label in a status table e.g. Started at: 2018-10-18 18:50"), "sentEmails" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Sent emails", "A label in a status table e.g. Sent emails: 50"), "retryAttempt" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Retry attempt", "A label in a status table e.g. Retry attempt: 2"), "retryAt" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Retry at", "A label in a status table e.g. Retry at: 2018-10-18 18:50"), "error" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Error", "A label in a status table e.g. Error: missing data"), "totalCompletedTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Total completed tasks"), "totalScheduledTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Total scheduled tasks"), "totalCancelledTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Total cancelled tasks"), "totalRunningTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Total running tasks"), "totalPausedTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Total paused tasks"), "scheduledTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Scheduled sending tasks"), "runningTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Running sending tasks"), "completedTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Completed sending tasks"), "cancelledTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Cancelled sending tasks"), "pausedTasks" => $this->extensions['MailPoet\Twig\I18n']->translate("Paused sending tasks"), "type" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Type", "Table column heading for task type."), "email" => $this->extensions['MailPoet\Twig\I18n']->translate("Email"), "subscriber" => $this->extensions['MailPoet\Twig\I18n']->translate("Subscriber"), "multipleSubscribers" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Multiple subscribers", "Used when multiple subscribers are selected for a task and we don't list them all."), "priority" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Priority", "Table column heading for task priority (number)."), "scheduledAt" => $this->extensions['MailPoet\Twig\I18n']->translate("Scheduled at"), "cancelledAt" => $this->extensions['MailPoet\Twig\I18n']->translate("Cancelled at"), "updatedAt" => $this->extensions['MailPoet\Twig\I18n']->translate("Updated at"), "action" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Action", "Table column heading to perform an action."), "nothingToShow" => $this->extensions['MailPoet\Twig\I18n']->translate("Nothing to show."), "preview" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Preview", "Text of a link to email preview page."), "actionSchedulerStatus" => $this->extensions['MailPoet\Twig\I18n']->translate("WP Cron / Action Scheduler Status"), "version" => $this->extensions['MailPoet\Twig\I18n']->translate("Version"), "storage" => $this->extensions['MailPoet\Twig\I18n']->translate("Storage type"), "latestActionSchedulerTrigger" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Next trigger run", "Label for the next date and time of background job trigger run."), "latestActionSchedulerCompletedTrigger" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last trigger run", "Label for the last date and time of background job trigger run."), "latestActionSchedulerCompletedRun" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last worker run", "Label for the last date and time of background job worker run.")]); // line 86 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "help.html"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 77 => 86, 75 => 17, 65 => 10, 61 => 9, 57 => 8, 51 => 4, 47 => 3, 36 => 1,); } public function getSourceContext() { return new Source("", "help.html", "/home/circleci/mailpoet/mailpoet/views/help.html"); } }