env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["config_navigation_width"] ?? null), "html", null, true);
yield "\">
";
}
// line 59
yield "
";
// line 60
if ( !($context["navigation_tree"] ?? null)) {
// line 61
yield " ";
yield $this->env->getFilter('error')->getCallable()(_gettext("An error has occurred while loading the navigation display"));
yield "
";
} else {
// line 63
yield " ";
yield ($context["navigation_tree"] ?? null);
yield "
";
}
// line 65
yield "
";
// line 66
if ( !($context["is_ajax"] ?? null)) {
// line 67
yield "
";
// line 70
if (($context["is_navigation_settings_enabled"] ?? null)) {
// line 71
yield " ";
yield ($context["navigation_settings"] ?? null);
yield "
";
}
// line 73
yield "
";
// line 76
if (($context["is_drag_drop_import_enabled"] ?? null)) {
// line 77
yield "
";
yield _gettext("Drop files here");
// line 79
yield "