@if(!icon.svgIcon) { {{icon.name}} } @else { }
{{_waypoint()?.type ? _waypoint()?.type : 'waypoint'}}
Lat:  {{_waypoint()?.feature?.geometry.coordinates[1] | coords : app.config.units.positionFormat : true}}
Lon:  {{_waypoint().feature?.geometry.coordinates[0] | coords : app.config.units.positionFormat : false}}
  @if(this.app.data.activeWaypoint !== id()) { } @else { }    
{{_waypoint()?.name}}
@if(node.depth === 1) {

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

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

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

}
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}} } }