source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["id"] => $context["name"]) {
// line 3
echo " - env, $context["id"], "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $context["name"], "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['id'], $context['name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "
";
}
public function getTemplateName()
{
return "config/form_display/tabs_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 5, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_top.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/tabs_top.twig");
}
}