@if(!icon.svgIcon) { {{icon.name}} } @else { }
Distance: {{app.formatValueForDisplay(this._route().distance, 'm')}}
@if (isUnsaved()) { } @else { }   @if (this.app.data.activeRoute !== id()) { } @else { }      
{{ _route()?.name }} @if (isUnsaved()) {  (unsaved) }
@if(node.depth === 1) {

} @if(node.depth === 2) {

} @if(node.depth === 3) {

} @if(node.depth === 4) {

}
location_on  Points: ({{this.points().length}}) @if(this.points().length){ location_on location_on @for( point of points(); track point.index) { {{point.name}}

{{point.bearing}}  {{point.distance}}

}
}
local_offer  Notes: ({{this.notes().length}}) @if(this.notes().length){ @for( note of notes(); track note[0]) { {{note[1].name}} } } category  Groups: ({{this.groups().length}}) @if(app.featureFlags().resourceGroups) { } @if(this.groups().length){ @for( group of groups(); track group[0]) { {{group[1].name}} } }