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

"; // line 2 echo PhpMyAdmin\Util::getImage("s_asci"); echo " "; // line 3 echo _gettext("Character sets and collations"); // line 4 echo "

"; // line 15 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["charset"]) { // line 16 echo " "; // line 24 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["charset"], "collations", [], "any", false, false, false, 24)); foreach ($context['_seq'] as $context["_key"] => $context["collation"]) { // line 25 echo " env, $this->source, $context["collation"], "is_default", [], "any", false, false, false, 25)) ? (" class=\"marked\"") : ("")); 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 30 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 31 echo "
"; // line 10 echo _gettext("Collation"); echo " "; // line 11 echo _gettext("Description"); echo "
"; // line 18 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 18), "html", null, true); echo " "; // line 19 if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 19))) { // line 20 echo " ("; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 20), "html", null, true); echo ") "; } // line 22 echo "
"; // line 26 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 26), "html", null, true); echo " "; // line 27 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "description", [], "any", false, false, false, 27), "html", null, true); echo "
"; } public function getTemplateName() { return "server/collations/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 117 => 31, 111 => 30, 102 => 27, 98 => 26, 93 => 25, 89 => 24, 85 => 22, 79 => 20, 77 => 19, 73 => 18, 69 => 16, 65 => 15, 58 => 11, 54 => 10, 46 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/collations/index.twig", "/usr/local/www/phpMyAdmin/templates/server/collations/index.twig"); } }