File: D:/web/matomo.circ/tmp/templates_c/5a/5a0925f89b24f6fee52b11d461b05791.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;
/* @Goals/manageGoals.twig */
class __TwigTemplate_3ba48bb68fddcb1dac21572a0ac070ae 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 "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()("Goals_ManageGoals"), "html", null, true);
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1
$this->parent = $this->loadTemplate("admin.twig", "@Goals/manageGoals.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
}
// line 5
public function block_topcontrols($context, array $blocks = [])
{
$macros = $this->macros;
// line 6
yield " ";
yield from $this->loadTemplate("@CoreHome/_siteSelectHeader.twig", "@Goals/manageGoals.twig", 6)->unwrap()->yield($context);
return; yield '';
}
// line 9
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 10
yield "
";
// line 11
yield from $this->loadTemplate("@Goals/_addEditGoal.twig", "@Goals/manageGoals.twig", 11)->unwrap()->yield($context);
// line 12
yield "
<style type=\"text/css\">
.entityAddContainer {
position:relative;
}
.entityAddContainer > .entityCancel:first-child {
position: absolute;
right:0;
bottom:100%;
}
</style>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@Goals/manageGoals.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 73 => 12, 71 => 11, 68 => 10, 64 => 9, 58 => 6, 54 => 5, 49 => 1, 44 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'admin.twig' %}
{% set title %}{{ 'Goals_ManageGoals'|translate }}{% endset %}
{% block topcontrols %}
{% include \"@CoreHome/_siteSelectHeader.twig\" %}
{% endblock %}
{% block content %}
{% include \"@Goals/_addEditGoal.twig\" %}
<style type=\"text/css\">
.entityAddContainer {
position:relative;
}
.entityAddContainer > .entityCancel:first-child {
position: absolute;
right:0;
bottom:100%;
}
</style>
{% endblock %}
", "@Goals/manageGoals.twig", "D:\\web\\matomo.circ\\plugins\\Goals\\templates\\manageGoals.twig");
}
}