Current File : //tmp/twig/8e/8e99dc9463f29cf2f555bd25f0c0fa2fc9c81bedf80bb790d26526fc22db20b5.php |
<?php
/* display/results/empty_display.twig */
class __TwigTemplate_a3c53155b2306b4b32e1e21c572d9bc93db0d9a4c75045f746948a34d1c1e2b9 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 19 => 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 Twig_Source("", "display/results/empty_display.twig", "/var/www/pma/templates/display/results/empty_display.twig");
}
}