parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ($this->env->getExtension('Grav\Common\Twig\TwigExtension')->authorize([0 => "admin.statistics", 1 => "admin.super"])) { // line 2 echo "
env, twig_jsonencode_filter(["series" => [0 => $this->getAttribute($this->getAttribute(($context["popularity"] ?? null), "getDailyChartData", []), "data", [], "array")], "labels" => $this->getAttribute($this->getAttribute(($context["popularity"] ?? null), "getDailyChartData", []), "labels", [], "array")]), "html_attr"); echo "\">

"; // line 4 echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\Twig\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.STATISTICS"), "html", null, true); echo "

"; // line 9 echo twig_escape_filter($this->env, $this->getAttribute(($context["popularity"] ?? null), "getDailyTotal", []), "html", null, true); echo " "; // line 10 echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\Twig\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.TODAY"), "html", null, true); echo " "; // line 13 echo twig_escape_filter($this->env, $this->getAttribute(($context["popularity"] ?? null), "getWeeklyTotal", []), "html", null, true); echo " "; // line 14 echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\Twig\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.WEEK"), "html", null, true); echo " "; // line 17 echo twig_escape_filter($this->env, $this->getAttribute(($context["popularity"] ?? null), "getMonthlyTotal", []), "html", null, true); echo " "; // line 18 echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\Twig\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.MONTH"), "html", null, true); echo "
"; } } public function getTemplateName() { return "partials/dashboard-statistics.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 70 => 18, 66 => 17, 60 => 14, 56 => 13, 50 => 10, 46 => 9, 38 => 4, 32 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("{% if authorize(['admin.statistics', 'admin.super']) %}

{{ \"PLUGIN_ADMIN.STATISTICS\"|tu }}

{{ popularity.getDailyTotal }} {{ \"PLUGIN_ADMIN.TODAY\"|tu }} {{ popularity.getWeeklyTotal }} {{ \"PLUGIN_ADMIN.WEEK\"|tu }} {{ popularity.getMonthlyTotal }} {{ \"PLUGIN_ADMIN.MONTH\"|tu }}
{% endif %} ", "partials/dashboard-statistics.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/partials/dashboard-statistics.html.twig"); } }