File: D:/web/matomo.circ/tmp/templates_c/69/6932be440c074fcf1e8d84c32f5cad0b.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;
/* @ProfessionalServices/promoBelowReferrerTypes.twig */
class __TwigTemplate_f10fe8c62908d2980f97ce7d85a0340f 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;
yield "<p style=\"margin-top:3em\" class=\" alert-info alert\">Did you know?
<br/>You can get advanced insights into how much each of your marking channel truly contributes to your success by applying attribution models using the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://plugins.piwik.org/MultiChannelConversionAttribution\">Multi Channel Conversion Attribution</a> premium feature.
</p>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@ProfessionalServices/promoBelowReferrerTypes.twig";
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ();
}
public function getSourceContext()
{
return new Source("<p style=\"margin-top:3em\" class=\" alert-info alert\">Did you know?
<br/>You can get advanced insights into how much each of your marking channel truly contributes to your success by applying attribution models using the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://plugins.piwik.org/MultiChannelConversionAttribution\">Multi Channel Conversion Attribution</a> premium feature.
</p>
", "@ProfessionalServices/promoBelowReferrerTypes.twig", "D:\\web\\matomo.circ\\plugins\\ProfessionalServices\\templates\\promoBelowReferrerTypes.twig");
}
}