/home2/mshostin/tmp/pma_template_compiles_mshostin/twig/fb/fb7d77b76aab9ed1b5be7851ac3b9fa7.php
<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;

/* database/qbe/sort_select_cell.twig */
class __TwigTemplate_e7dbad6459b10e54ee1a27e2208fd772 extends 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
        yield "<td class=\"text-center\">
    <select style=\"width:";
        // line 2
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["real_width"] ?? null), "html", null, true);
        yield "\" name=\"criteriaSort[";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["column_number"] ?? null), "html", null, true);
        yield "]\" size=\"1\">
        <option value=\"\">&nbsp;</option>
        <option value=\"ASC\"";
        // line 5
        yield (((($context["selected"] ?? null) == "ASC")) ? (" selected=\"selected\"") : (""));
        yield ">";
yield _gettext("Ascending");
        yield "</option>
        <option value=\"DESC\"";
        // line 7
        yield (((($context["selected"] ?? null) == "DESC")) ? (" selected=\"selected\"") : (""));
        yield ">";
yield _gettext("Descending");
        yield "</option>
    </select>
</td>
";
        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "database/qbe/sort_select_cell.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable()
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  54 => 7,  48 => 5,  41 => 2,  38 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "database/qbe/sort_select_cell.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/qbe/sort_select_cell.twig");
    }
}