{#if symbolKey && symbols.hasOwnProperty(symbolKey)}
{#if symbols[symbolKey].icon}
{:else}
{/if}
{$_(`gpx.symbol.${symbolKey}`)}
{/if}
{$currentPopupWaypoint[0].getLatitude().toFixed(6)}° {$currentPopupWaypoint[0]
.getLongitude()
.toFixed(6)}°
{#if $currentPopupWaypoint[0].ele !== undefined}
{/if}
{#if $currentPopupWaypoint[0].desc}
{$currentPopupWaypoint[0].desc}
{/if}
{#if $currentPopupWaypoint[0].cmt && $currentPopupWaypoint[0].cmt !== $currentPopupWaypoint[0].desc}
{$currentPopupWaypoint[0].cmt}
{/if}
{#if $currentTool === Tool.WAYPOINT}
{/if}