@if(!icon.svgIcon) {
{{icon.name}}
} @else {
}
{{_note().properties.skIcon ?? ''}}
@if(_note().position) {
Lat:
{{_note()?.position?.latitude | coords : app.config.units.positionFormat
: true}}
Lon:
{{_note()?.position?.longitude | coords :
app.config.units.positionFormat : false}}
}