/home/csiway/tmp/pma_template_compiles_csiway/twig/4a/4a01c6738d4b8e6ca036369286778ddc6b7fec3ca4b084debafe3e71ac293d72.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?php

/* display/results/comment_for_row.twig */
class __TwigTemplate_08d3285661807c0ac51722d087ff15aa55b4181c24bc01c28962fde20095465d extends Twig_Template
{
    public function 
__construct(Twig_Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 1
        
if (($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"truetrue) && $this->getAttribute($this->getAttribute(        // line 2
($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"falsetrue), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"truetrue))) {
            
// line 3
            
echo "    <span class=\"tblcomment\" title=\"";
            echo 
twig_escape_filter($this->env$this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html"nulltrue);
            echo 
"\">
        "
;
            
// line 4
            
if ((twig_length_filter($this->env$this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array")) > ($context["limit_chars"] ?? null))) {
                
// line 5
                
echo "            ";
                echo 
twig_escape_filter($this->envtwig_slice($this->env$this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), 0, ($context["limit_chars"] ?? null)), "html"nulltrue);
                echo 
"…
        "
;
            } else {
                
// line 7
                
echo "            ";
                echo 
twig_escape_filter($this->env$this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html"nulltrue);
                echo 
"
        "
;
            }
            
// line 9
            
echo "    </span>
"
;
        }
    }

    public function 
getTemplateName()
    {
        return 
"display/results/comment_for_row.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
41 => 9,  35 => 7,  29 => 5,  27 => 4,  22 => 3,  20 => 2,  19 => 1,);
    }

    
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    
public function getSource()
    {
        @
trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.'E_USER_DEPRECATED);

        return 
$this->getSourceContext()->getCode();
    }

    public function 
getSourceContext()
    {
        return new 
Twig_Source("""display/results/comment_for_row.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/comment_for_row.twig");
    }
}