HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.vdk/tmp/templates_c/d5/d59e7af1040ca607a4d5aa49d1a412ed.php
<?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;

/* @CoreUpdater/_updateCommunicationEmail.twig */
class __TwigTemplate_f84b283e28130f816f31d8b88a05d83e extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 1
        yield "<p>";
        yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("ScheduledReports_EmailHello"), "html", null, true);
        yield "</p>

<p>";
        // line 3
        yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("CoreUpdater_ThereIsNewVersionAvailableForUpdate"), "html", null, true);
        yield "</p>

<p>";
        // line 5
        yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage", (isset($context["latestVersion"]) || array_key_exists("latestVersion", $context) ? $context["latestVersion"] : (function () { throw new RuntimeError('Variable "latestVersion" does not exist.', 5, $this->source); })())), "html", null, true);
        yield "<br/>
<a href=\"";
        // line 6
        yield \Piwik\piwik_escape_filter($this->env, (isset($context["host"]) || array_key_exists("host", $context) ? $context["host"] : (function () { throw new RuntimeError('Variable "host" does not exist.', 6, $this->source); })()), "html_attr");
        yield "index.php?module=CoreUpdater&action=newVersionAvailable\">";
        yield \Piwik\piwik_escape_filter($this->env, (isset($context["host"]) || array_key_exists("host", $context) ? $context["host"] : (function () { throw new RuntimeError('Variable "host" does not exist.', 6, $this->source); })()), "html", null, true);
        yield "index.php?module=CoreUpdater&action=newVersionAvailable</a>
</p>

";
        // line 9
        if ((isset($context["isStableVersion"]) || array_key_exists("isStableVersion", $context) ? $context["isStableVersion"] : (function () { throw new RuntimeError('Variable "isStableVersion" does not exist.', 9, $this->source); })())) {
            // line 10
            yield "<p>
    ";
            // line 11
            yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("CoreUpdater_ViewVersionChangelog"), "html", null, true);
            yield "
    <br/>
    <a href=\"";
            // line 13
            yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('safelink')->getCallable()((isset($context["linkToChangeLog"]) || array_key_exists("linkToChangeLog", $context) ? $context["linkToChangeLog"] : (function () { throw new RuntimeError('Variable "linkToChangeLog" does not exist.', 13, $this->source); })())), "html_attr");
            yield "\">";
            yield \Piwik\piwik_escape_filter($this->env, (isset($context["linkToChangeLog"]) || array_key_exists("linkToChangeLog", $context) ? $context["linkToChangeLog"] : (function () { throw new RuntimeError('Variable "linkToChangeLog" does not exist.', 13, $this->source); })()), "html", null, true);
            yield "</a>
</p>
";
        }
        // line 16
        yield "
<p>";
        // line 17
        yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("CoreUpdater_ReceiveEmailBecauseIsSuperUser", (isset($context["host"]) || array_key_exists("host", $context) ? $context["host"] : (function () { throw new RuntimeError('Variable "host" does not exist.', 17, $this->source); })())), "html", null, true);
        yield "</p>
<p>";
        // line 18
        yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("CoreUpdater_FeedbackRequest"), "html", null, true);
        yield "<br/><a href=\"";
        yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/contact/"), "html", null, true);
        yield "\">https://matomo.org/contact/</a></p>
";
        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "@CoreUpdater/_updateCommunicationEmail.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable()
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  86 => 18,  82 => 17,  79 => 16,  71 => 13,  66 => 11,  63 => 10,  61 => 9,  53 => 6,  49 => 5,  44 => 3,  38 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<p>{{ 'ScheduledReports_EmailHello'|translate }}</p>

<p>{{ 'CoreUpdater_ThereIsNewVersionAvailableForUpdate'|translate }}</p>

<p>{{ 'CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage'|translate(latestVersion) }}<br/>
<a href=\"{{ host|e('html_attr') }}index.php?module=CoreUpdater&action=newVersionAvailable\">{{ host }}index.php?module=CoreUpdater&action=newVersionAvailable</a>
</p>

{% if isStableVersion %}
<p>
    {{ 'CoreUpdater_ViewVersionChangelog'|translate }}
    <br/>
    <a href=\"{{ linkToChangeLog|safelink|e('html_attr') }}\">{{ linkToChangeLog }}</a>
</p>
{% endif %}

<p>{{ 'CoreUpdater_ReceiveEmailBecauseIsSuperUser'|translate(host) }}</p>
<p>{{ 'CoreUpdater_FeedbackRequest'|translate }}<br/><a href=\"{{ 'https://matomo.org/contact/'|trackmatomolink }}\">https://matomo.org/contact/</a></p>
", "@CoreUpdater/_updateCommunicationEmail.twig", "D:\\web\\matomo.vdk\\plugins\\CoreUpdater\\templates\\_updateCommunicationEmail.twig");
    }
}