source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 2
if (($context["hide_structure_actions"] ?? null)) {
// line 3
echo "
";
}
// line 140
echo " |
";
}
public function getTemplateName()
{
return "table/structure/actions_in_table_structure.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 211 => 140, 206 => 137, 203 => 136, 199 => 134, 193 => 131, 190 => 130, 184 => 127, 181 => 126, 179 => 125, 176 => 124, 174 => 123, 168 => 120, 165 => 119, 163 => 118, 162 => 117, 161 => 116, 160 => 115, 159 => 114, 156 => 113, 153 => 112, 149 => 109, 143 => 107, 137 => 104, 133 => 103, 131 => 102, 129 => 101, 128 => 100, 125 => 99, 122 => 98, 120 => 97, 119 => 96, 118 => 95, 117 => 94, 116 => 93, 115 => 92, 112 => 91, 109 => 89, 107 => 87, 106 => 85, 105 => 84, 104 => 80, 103 => 79, 102 => 77, 101 => 76, 100 => 74, 99 => 73, 97 => 72, 94 => 62, 91 => 60, 89 => 58, 88 => 56, 87 => 55, 86 => 51, 85 => 50, 84 => 46, 83 => 45, 81 => 44, 78 => 42, 76 => 40, 75 => 38, 74 => 37, 73 => 33, 72 => 32, 71 => 30, 70 => 28, 69 => 27, 67 => 26, 64 => 24, 62 => 22, 61 => 20, 60 => 19, 59 => 15, 58 => 14, 57 => 12, 56 => 10, 55 => 9, 53 => 8, 51 => 7, 45 => 4, 42 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/structure/actions_in_table_structure.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/structure/actions_in_table_structure.twig");
}
}