File: D:/web/matomo.circ/tmp/templates_c/ba/ba3259f98fec52f8100da96a5c2cbad0.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;
/* @SitesManager/index.twig */
class __TwigTemplate_bed9e2ee403f2f1ae0dbc298f5acef4a extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "admin.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 3
$context["title"] = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SitesManager_WebsitesManagement"), "html", null, true);
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1
$this->parent = $this->loadTemplate("admin.twig", "@SitesManager/index.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
}
// line 5
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
yield "
<div vue-entry=\"SitesManager.SitesManagement\"></div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@SitesManager/index.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 53 => 5, 48 => 1, 43 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'admin.twig' %}
{% set title %}{{ 'SitesManager_WebsitesManagement'|translate }}{% endset %}
{% block content %}
<div vue-entry=\"SitesManager.SitesManagement\"></div>
{% endblock %}
", "@SitesManager/index.twig", "D:\\web\\matomo.circ\\plugins\\SitesManager\\templates\\index.twig");
}
}