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