source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 4 echo \PhpMyAdmin\Html\Generator::getImage("s_asci"); echo " "; // line 5 echo _gettext("Character sets and collations"); // line 6 echo "

"; // line 18 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["charset"]) { // line 19 echo " "; // line 27 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["charset"], "collations", [], "any", false, false, false, 27)); foreach ($context['_seq'] as $context["_key"] => $context["collation"]) { // line 28 echo " env, $this->source, $context["collation"], "is_default", [], "any", false, false, false, 28)) ? (" class=\"table-info\"") : ("")); echo "> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['collation'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 38 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 39 echo "
"; // line 13 echo _gettext("Collation"); echo " "; // line 14 echo _gettext("Description"); echo "
"; // line 21 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 21), "html", null, true); echo " "; // line 22 if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 22))) { // line 23 echo " ("; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 23), "html", null, true); echo ") "; } // line 25 echo "
"; // line 30 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 30), "html", null, true); echo " "; // line 31 if (twig_get_attribute($this->env, $this->source, $context["collation"], "is_default", [], "any", false, false, false, 31)) { // line 32 echo " "; echo _gettext("(default)"); echo " "; } // line 34 echo " "; // line 35 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "description", [], "any", false, false, false, 35), "html", null, true); echo "
"; } public function getTemplateName() { return "server/collations/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 132 => 39, 126 => 38, 117 => 35, 114 => 34, 108 => 32, 106 => 31, 102 => 30, 96 => 28, 92 => 27, 88 => 25, 82 => 23, 80 => 22, 76 => 21, 72 => 19, 68 => 18, 61 => 14, 57 => 13, 48 => 6, 46 => 5, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "server/collations/index.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/collations/index.twig"); } }