/home/csiway/tmp/pma_template_compiles_csiway/twig/74/74c44c7667637d5032be3162b8dbf3e3bca31c3c5fc065425737906a44d61fd4.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<?php

use Twig\Environment;
use 
Twig\Error\LoaderError;
use 
Twig\Error\RuntimeError;
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/structure/row_stats_table.twig */
class __TwigTemplate_aed82fc0459f5d0765e8530936dfaf9ef9b38c013890ca5c13632a6327b4f8db extends \Twig\Template
{
    public function 
__construct(Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 1
        
echo "<table id=\"tablerowstats\" class=\"width100 data\">
<caption class=\"tblHeaders\">"
;
        
// line 2
        
echo _gettext("Row statistics");
        echo 
"</caption>
<tbody>
    "
;
        
// line 4
        
if ($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array"truetrue)) {
            
// line 5
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 6
            
echo _gettext("Format");
            echo 
"</th>
        "
;
            
// line 7
            
if (($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array") == "Fixed")) {
                
// line 8
                
echo "            <td class=\"value\">";
                echo 
_gettext("static");
                echo 
"</td>
        "
;
            } elseif ((
$this->getAttribute(            // line 9
($context["showtable"] ?? null), "Row_format", [], "array") == "Dynamic")) {
                
// line 10
                
echo "            <td class=\"value\">";
                echo 
_gettext("dynamic");
                echo 
"</td>
        "
;
            } else {
                
// line 12
                
echo "            <td class=\"value\">";
                echo 
twig_escape_filter($this->env$this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array"), "html"nulltrue);
                echo 
"</td>
        "
;
            }
            
// line 14
            
echo "        </tr>
    "
;
        }
        
// line 16
        
echo "
    "
;
        
// line 17
        
if ( !twig_test_empty($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"))) {
            
// line 18
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 19
            
echo _gettext("Options");
            echo 
"</th>
        "
;
            
// line 20
            
if (($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array") == "partitioned")) {
                
// line 21
                
echo "            <td class=\"value\">";
                echo 
_gettext("partitioned");
                echo 
"</td>
        "
;
            } else {
                
// line 23
                
echo "            <td class=\"value\">";
                echo 
twig_escape_filter($this->env$this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"), "html"nulltrue);
                echo 
"</td>
        "
;
            }
            
// line 25
            
echo "        </tr>
    "
;
        }
        
// line 27
        
echo "
    "
;
        
// line 28
        
if ( !twig_test_empty(($context["tbl_collation"] ?? null))) {
            
// line 29
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 30
            
echo _gettext("Collation");
            echo 
"</th>
        <td class=\"value\">
            <dfn title=\""
;
            
// line 32
            
echo twig_escape_filter($this->envPhpMyAdmin\Charsets::getCollationDescr(($context["tbl_collation"] ?? null)), "html"nulltrue);
            echo 
"\">
                "
;
            
// line 33
            
echo twig_escape_filter($this->env, ($context["tbl_collation"] ?? null), "html"nulltrue);
            echo 
"
            </dfn>
        </td>
        </tr>
    "
;
        }
        
// line 38
        
echo "
    "
;
        
// line 39
        
if (( !($context["is_innodb"] ?? null) && $this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array"truetrue))) {
            
// line 40
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 41
            
echo _gettext("Rows");
            echo 
"</th>
        <td class=\"value\">"
;
            
// line 42
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array"), 0), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 45
        
echo "
    "
;
        
// line 46
        
if ((( !($context["is_innodb"] ?? null) && $this->getAttribute(        // line 47
($context["showtable"] ?? null), "Avg_row_length", [], "array"truetrue)) && ($this->getAttribute(        // line 48
($context["showtable"] ?? null), "Avg_row_length", [], "array") > 0))) {
            
// line 49
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 50
            
echo _gettext("Row length");
            echo 
"</th>
        "
;
            
// line 51
            
$context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["showtable"] ?? null), "Avg_row_length", [], "array"), 61);
            
// line 52
            
echo "        <td class=\"value\">";
            echo 
twig_escape_filter($this->env$this->getAttribute(($context["avg_row_length"] ?? null), 0, [], "array"), "html"nulltrue);
            echo 
" ";
            echo 
twig_escape_filter($this->env$this->getAttribute(($context["avg_row_length"] ?? null), 1, [], "array"), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 55
        
echo "
    "
;
        
// line 56
        
if ((((( !($context["is_innodb"] ?? null) && $this->getAttribute(        // line 57
($context["showtable"] ?? null), "Data_length", [], "array"truetrue)) && $this->getAttribute(        // line 58
($context["showtable"] ?? null), "Rows", [], "array"truetrue)) && ($this->getAttribute(        // line 59
($context["showtable"] ?? null), "Rows", [], "array") > 0)) && (        // line 60
($context["mergetable"] ?? null) == false))) {
            
// line 61
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 62
            
echo _gettext("Row size");
            echo 
"</th>
        <td class=\"value\">"
;
            
// line 63
            
echo twig_escape_filter($this->env, ($context["avg_size"] ?? null), "html"nulltrue);
            echo 
" ";
            echo 
twig_escape_filter($this->env, ($context["avg_unit"] ?? null), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 66
        
echo "
    "
;
        
// line 67
        
if ($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array"truetrue)) {
            
// line 68
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 69
            
echo _gettext("Next autoindex");
            echo 
"</th>
        <td class=\"value\">"
;
            
// line 70
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array"), 0), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 73
        
echo "
    "
;
        
// line 74
        
if ($this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array"truetrue)) {
            
// line 75
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 76
            
echo _gettext("Creation");
            echo 
"</th>
        <td class=\"value\">"
;
            
// line 77
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env$this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array"), "U")), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 80
        
echo "
    "
;
        
// line 81
        
if ($this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array"truetrue)) {
            
// line 82
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 83
            
echo _gettext("Last update");
            echo 
"</th>
        <td class=\"value\">"
;
            
// line 84
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env$this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array"), "U")), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 87
        
echo "
    "
;
        
// line 88
        
if ($this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array"truetrue)) {
            
// line 89
            
echo "        <tr>
        <th class=\"name\">"
;
            
// line 90
            
echo _gettext("Last check");
            echo 
"</th>
        <td class=\"value\">"
;
            
// line 91
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env$this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array"), "U")), "html"nulltrue);
            echo 
"</td>
        </tr>
    "
;
        }
        
// line 94
        
echo "</tbody>
</table>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"table/structure/row_stats_table.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
266 => 94,  260 => 91,  256 => 90,  253 => 89,  251 => 88,  248 => 87,  242 => 84,  238 => 83,  235 => 82,  233 => 81,  230 => 80,  224 => 77,  220 => 76,  217 => 75,  215 => 74,  212 => 73,  206 => 70,  202 => 69,  199 => 68,  197 => 67,  194 => 66,  186 => 63,  182 => 62,  179 => 61,  177 => 60,  176 => 59,  175 => 58,  174 => 57,  173 => 56,  170 => 55,  161 => 52,  159 => 51,  155 => 50,  152 => 49,  150 => 48,  149 => 47,  148 => 46,  145 => 45,  139 => 42,  135 => 41,  132 => 40,  130 => 39,  127 => 38,  119 => 33,  115 => 32,  110 => 30,  107 => 29,  105 => 28,  102 => 27,  98 => 25,  92 => 23,  86 => 21,  84 => 20,  80 => 19,  77 => 18,  75 => 17,  72 => 16,  68 => 14,  62 => 12,  56 => 10,  54 => 9,  49 => 8,  47 => 7,  43 => 6,  40 => 5,  38 => 4,  33 => 2,  30 => 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 
Source("""table/structure/row_stats_table.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/row_stats_table.twig");
    }
}