Leitgedanken/pma/tmp/twig/f4/f471590f7bd5c7d08ade8c6d1791dd613cb1e33f4b2a6567980b8bfda7ccc9c9.php
2022-11-21 09:47:28 +01:00

73 lines
1.8 KiB
PHP

<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* config/form_display/group_header.twig */
class __TwigTemplate_1d691f4f49c7ca7e4a0b6f41509eb30b1141f118d7cb5c7d6d78735cdd538321 extends \Twig\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
echo "<tr class=\"group-header group-header-";
echo twig_escape_filter($this->env, ($context["group"] ?? null), "html", null, true);
echo "\">
<th colspan=\"";
// line 2
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo twig_escape_filter($this->env, ($context["header_text"] ?? null), "html", null, true);
echo "
</th>
</tr>
";
}
public function getTemplateName()
{
return "config/form_display/group_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/group_header.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/group_header.twig");
}
}