File: D:/web/matomo.circ/tmp/templates_c/4e/4ee1310c65389d73bb0347e1b68011d0.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;
/* @Login/_formErrors.twig */
class __TwigTemplate_d74b15eb3c4a0fb9eb73025652df7767 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;
// line 1
yield "<div
vue-entry=\"Login.FormErrors\"
form-errors=\"";
// line 3
yield \Piwik\piwik_escape_filter($this->env, json_encode(((array_key_exists("formErrors", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["formErrors"]) || array_key_exists("formErrors", $context) ? $context["formErrors"] : (function () { throw new RuntimeError('Variable "formErrors" does not exist.', 3, $this->source); })()), null)) : (null))), "html", null, true);
yield "\"
></div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@Login/_formErrors.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<div
vue-entry=\"Login.FormErrors\"
form-errors=\"{{ formErrors|default(null)|json_encode }}\"
></div>
", "@Login/_formErrors.twig", "D:\\web\\matomo.circ\\plugins\\Login\\templates\\_formErrors.twig");
}
}