File: /var/www/html/wp-content/cache/matomo/templates_c/5d/5d54548d6709c0f0cc0de38567194e62.php
<?php
use Matomo\Dependencies\Twig\Environment;
use Matomo\Dependencies\Twig\Error\LoaderError;
use Matomo\Dependencies\Twig\Error\RuntimeError;
use Matomo\Dependencies\Twig\Extension\CoreExtension;
use Matomo\Dependencies\Twig\Extension\SandboxExtension;
use Matomo\Dependencies\Twig\Markup;
use Matomo\Dependencies\Twig\Sandbox\SecurityError;
use Matomo\Dependencies\Twig\Sandbox\SecurityNotAllowedTagError;
use Matomo\Dependencies\Twig\Sandbox\SecurityNotAllowedFilterError;
use Matomo\Dependencies\Twig\Sandbox\SecurityNotAllowedFunctionError;
use Matomo\Dependencies\Twig\Source;
use Matomo\Dependencies\Twig\Template;
/* @CoreHome/getDefaultIndexView.twig */
class __TwigTemplate_0a34a89b29731db3d2e263ee05a43ee8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'topcontrols' => [$this, 'block_topcontrols'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "dashboard.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$macros["ajax"] = $this->macros["ajax"] = $this->loadTemplate("ajaxMacros.twig", "@CoreHome/getDefaultIndexView.twig", 2)->unwrap();
// line 1
$this->parent = $this->loadTemplate("dashboard.twig", "@CoreHome/getDefaultIndexView.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
}
// line 4
public function block_topcontrols($context, array $blocks = [])
{
$macros = $this->macros;
// line 5
yield " ";
yield from $this->loadTemplate("@CoreHome/_siteSelectHeader.twig", "@CoreHome/getDefaultIndexView.twig", 5)->unwrap()->yield($context);
// line 6
yield " ";
yield from $this->loadTemplate("@CoreHome/_periodSelect.twig", "@CoreHome/getDefaultIndexView.twig", 6)->unwrap()->yield($context);
// line 7
yield " ";
yield $this->env->getFunction('postEvent')->getCallable()("Template.nextToCalendar");
yield "
<div vue-entry=\"Dashboard.DashboardSettings\"></div>
";
// line 9
yield from $this->loadTemplate("@CoreHome/_headerMessage.twig", "@CoreHome/getDefaultIndexView.twig", 9)->unwrap()->yield($context);
return; yield '';
}
// line 12
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 13
yield "
";
// line 14
if ((isset($context["exampleFeatureEnabled"]) || array_key_exists("exampleFeatureEnabled", $context) ? $context["exampleFeatureEnabled"] : (function () { throw new RuntimeError('Variable "exampleFeatureEnabled" does not exist.', 14, $this->source); })())) {
// line 15
yield " <!-- Feature flag example enabled -->
";
}
// line 17
yield "
";
// line 18
yield CoreExtension::callMacro($macros["ajax"], "macro_requestErrorDiv", [((array_key_exists("contactEmail", $context)) ? (Matomo\Dependencies\Twig\Extension\CoreExtension::default((isset($context["contactEmail"]) || array_key_exists("contactEmail", $context) ? $context["contactEmail"] : (function () { throw new RuntimeError('Variable "contactEmail" does not exist.', 18, $this->source); })()), "")) : ("")), (isset($context["areAdsForProfessionalServicesEnabled"]) || array_key_exists("areAdsForProfessionalServicesEnabled", $context) ? $context["areAdsForProfessionalServicesEnabled"] : (function () { throw new RuntimeError('Variable "areAdsForProfessionalServicesEnabled" does not exist.', 18, $this->source); })()), (isset($context["currentModule"]) || array_key_exists("currentModule", $context) ? $context["currentModule"] : (function () { throw new RuntimeError('Variable "currentModule" does not exist.', 18, $this->source); })()), (isset($context["showMoreFaqInfo"]) || array_key_exists("showMoreFaqInfo", $context) ? $context["showMoreFaqInfo"] : (function () { throw new RuntimeError('Variable "showMoreFaqInfo" does not exist.', 18, $this->source); })())], 18, $context, $this->getSourceContext());
yield "
";
// line 19
yield CoreExtension::callMacro($macros["ajax"], "macro_loadingDiv", [], 19, $context, $this->getSourceContext());
yield "
<div id=\"content\" class=\"home\">
";
// line 22
if ((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 22, $this->source); })())) {
yield \Piwik\piwik_escape_filter($this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 22, $this->source); })()), "html", null, true);
}
// line 23
yield " <div vue-entry=\"CoreHome.ReportingPage\"></div>
</div>
<div class=\"clear\"></div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@CoreHome/getDefaultIndexView.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 102 => 23, 98 => 22, 92 => 19, 88 => 18, 85 => 17, 81 => 15, 79 => 14, 76 => 13, 72 => 12, 67 => 9, 61 => 7, 58 => 6, 55 => 5, 51 => 4, 46 => 1, 44 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"dashboard.twig\" %}
{% import 'ajaxMacros.twig' as ajax %}
{% block topcontrols %}
{% include \"@CoreHome/_siteSelectHeader.twig\" %}
{% include \"@CoreHome/_periodSelect.twig\" %}
{{ postEvent(\"Template.nextToCalendar\") }}
<div vue-entry=\"Dashboard.DashboardSettings\"></div>
{% include \"@CoreHome/_headerMessage.twig\" %}
{% endblock %}
{% block content %}
{% if exampleFeatureEnabled %}
<!-- Feature flag example enabled -->
{% endif %}
{{ ajax.requestErrorDiv(contactEmail|default(''), areAdsForProfessionalServicesEnabled, currentModule, showMoreFaqInfo) }}
{{ ajax.loadingDiv() }}
<div id=\"content\" class=\"home\">
{% if content %}{{ content }}{% endif %}
<div vue-entry=\"CoreHome.ReportingPage\"></div>
</div>
<div class=\"clear\"></div>
{% endblock %}
", "@CoreHome/getDefaultIndexView.twig", "/var/www/html/wp-content/plugins/matomo/app/plugins/CoreHome/templates/getDefaultIndexView.twig");
}
}