source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 5 echo $this->extensions['MailPoet\Twig\I18n']->translate("MailPoet"); echo " env, $this->extensions['MailPoet\Twig\I18n']->translate("This section shows details of MailPoet"), "html_attr"); echo "\">

"; // line 12 echo $this->extensions['MailPoet\Twig\I18n']->translate("Sending Method:"); echo " env, $this->extensions['MailPoet\Twig\I18n']->translate("What method is used to send out newsletters?"), "html_attr"); echo "\"> "; // line 16 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["system_info"] ?? null), "sending_method", [], "any", false, false, false, 16), "html", null, true); echo "
"; // line 19 echo $this->extensions['MailPoet\Twig\I18n']->translate("Send all site's emails with:"); echo " env, $this->extensions['MailPoet\Twig\I18n']->translate("With which method are transactional emails sent?"), "html_attr"); echo "\"> "; // line 23 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["system_info"] ?? null), "transactional_emails", [], "any", false, false, false, 23), "html", null, true); echo "
"; // line 26 echo $this->extensions['MailPoet\Twig\I18n']->translate("Task Scheduler method:"); echo " env, $this->extensions['MailPoet\Twig\I18n']->translate("What method controls the cron job?"), "html_attr"); echo "\"> "; // line 30 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["system_info"] ?? null), "task_scheduler_method", [], "any", false, false, false, 30), "html", null, true); echo "
"; // line 33 echo $this->extensions['MailPoet\Twig\I18n']->translate("Cron ping URL:"); echo " env, $this->extensions['MailPoet\Twig\I18n']->translate("Which URL needs to be pinged to get the cron started?"), "html_attr"); echo "\"> env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["system_info"] ?? null), "cron_ping_url", [], "any", false, false, false, 37), "html_attr"); echo "\">"; echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["system_info"] ?? null), "cron_ping_url", [], "any", false, false, false, 37), "html", null, true); echo "
"; } public function getTemplateName() { return "woo_system_info.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 114 => 37, 109 => 35, 104 => 33, 98 => 30, 93 => 28, 88 => 26, 82 => 23, 77 => 21, 72 => 19, 66 => 16, 61 => 14, 56 => 12, 47 => 6, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "woo_system_info.html", "/home/circleci/mailpoet/mailpoet/views/woo_system_info.html"); } }