source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 3 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["array_initials"] ?? null)); foreach ($context['_seq'] as $context["tmp_initial"] => $context["initial_was_found"]) { // line 4 echo " "; if ( !($context["tmp_initial"] === null)) { // line 5 echo " "; if ($context["initial_was_found"]) { // line 6 echo " "; } else { // line 14 echo " "; } // line 16 echo " "; } // line 17 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['tmp_initial'], $context['initial_was_found'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 18 echo "
$context["tmp_initial"]]); echo "\">"; // line 10 echo $context["tmp_initial"]; // line 11 echo " "; echo $context["tmp_initial"]; echo " 1]); echo "\" class=\"nowrap\"> "; // line 20 echo _gettext("Show all"); // line 21 echo "
"; } public function getTemplateName() { return "server/privileges/initials_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 21, 89 => 20, 85 => 19, 82 => 18, 76 => 17, 73 => 16, 67 => 14, 62 => 11, 60 => 10, 56 => 9, 54 => 8, 51 => 6, 48 => 5, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/initials_row.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/privileges/initials_row.twig"); } }