Mini Kabibi Habibi
Current Path : C:/xampp/phpMyAdmin/tmp/twig/57/ |
|
Current File : C:/xampp/phpMyAdmin/tmp/twig/57/57d40b8b08bfbddb4f9dcde591682c5b.php |
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* table/browse_foreigners/column_element.twig */
class __TwigTemplate_a52663b951b8dd7f74dfd0470fefc0e5 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
echo "<td";
echo ((($context["nowrap"] ?? null)) ? (" class=\"text-nowrap\"") : (""));
echo ">
";
// line 2
echo ((($context["is_selected"] ?? null)) ? ("<strong>") : (""));
echo "
<a class=\"foreign_value\" data-key=\"";
// line 3
echo twig_escape_filter($this->env, ($context["keyname"] ?? null), "html", null, true);
echo "\" href=\"#\" title=\"";
echo _gettext("Use this value");
// line 4
(( !twig_test_empty(($context["title"] ?? null))) ? (print (twig_escape_filter($this->env, (": " . ($context["title"] ?? null)), "html", null, true))) : (print ("")));
echo "\">
";
// line 5
if (($context["nowrap"] ?? null)) {
// line 6
echo " ";
echo twig_escape_filter($this->env, ($context["keyname"] ?? null), "html", null, true);
echo "
";
} else {
// line 8
echo " ";
echo twig_escape_filter($this->env, ($context["description"] ?? null), "html", null, true);
echo "
";
}
// line 10
echo " </a>
";
// line 11
echo ((($context["is_selected"] ?? null)) ? ("</strong>") : (""));
echo "
</td>
";
}
public function getTemplateName()
{
return "table/browse_foreigners/column_element.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 71 => 11, 68 => 10, 62 => 8, 56 => 6, 54 => 5, 50 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/browse_foreigners/column_element.twig", "C:\\xampp\\phpMyAdmin\\templates\\table\\browse_foreigners\\column_element.twig");
}
}