File: D:/tmp/phpmyadmin/twig/3f/3f47738324731a9ca160592aa13eddbe.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;
/* display/results/value_display.twig */
class __TwigTemplate_c27690b19412c59555e02d82927e1fdf 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 "<td class=\"text-start ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["class"] ?? null), "html", null, true);
yield ((($context["condition_field"] ?? null)) ? (" condition") : (""));
yield "\">";
// line 2
yield ($context["value"] ?? null);
// line 3
yield "</td>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "display/results/value_display.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 45 => 3, 43 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/value_display.twig", "D:\\web\\phpmyadmin\\templates\\display\\results\\value_display.twig");
}
}