source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ( !($context["visual_builder"] ?? null)) {
// line 2
echo "
";
// line 4
echo twig_escape_filter($this->env, (((($context["selected_page"] ?? null) == null)) ? (_gettext("Untitled")) : (($context["selected_page"] ?? null))), "html", null, true);
echo "
";
// line 7
echo (((($context["selected_page"] ?? null) == null)) ? ("*") : (""));
echo "
";
}
// line 11
echo "
";
}
public function getTemplateName()
{
return "database/designer/side_menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 494 => 187, 492 => 186, 487 => 184, 483 => 183, 478 => 181, 474 => 180, 470 => 178, 468 => 177, 463 => 175, 459 => 174, 455 => 173, 450 => 172, 445 => 169, 443 => 168, 438 => 166, 434 => 165, 428 => 161, 423 => 158, 421 => 157, 416 => 155, 412 => 154, 409 => 153, 407 => 152, 403 => 150, 401 => 149, 396 => 147, 392 => 146, 388 => 145, 384 => 143, 382 => 142, 377 => 140, 373 => 139, 368 => 136, 366 => 135, 361 => 133, 357 => 132, 353 => 131, 348 => 129, 344 => 128, 340 => 126, 338 => 125, 331 => 123, 327 => 122, 323 => 120, 319 => 119, 314 => 117, 308 => 116, 303 => 115, 298 => 112, 296 => 111, 291 => 109, 287 => 108, 281 => 105, 277 => 103, 275 => 102, 270 => 100, 266 => 99, 261 => 96, 259 => 95, 254 => 93, 250 => 92, 245 => 89, 243 => 88, 238 => 86, 234 => 85, 229 => 82, 227 => 81, 222 => 79, 218 => 78, 213 => 75, 211 => 74, 206 => 72, 202 => 71, 197 => 68, 195 => 67, 190 => 65, 186 => 64, 181 => 61, 179 => 60, 174 => 58, 170 => 57, 165 => 54, 163 => 53, 158 => 51, 154 => 50, 149 => 47, 147 => 46, 142 => 44, 137 => 42, 134 => 41, 132 => 40, 128 => 38, 126 => 37, 121 => 35, 117 => 34, 112 => 31, 110 => 30, 106 => 29, 102 => 28, 97 => 26, 93 => 25, 89 => 24, 85 => 23, 80 => 20, 78 => 19, 73 => 17, 69 => 16, 65 => 15, 60 => 13, 56 => 11, 49 => 7, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/designer/side_menu.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/side_menu.twig");
}
}