{@mission.notes}
Scope: {if @mission.only_known_good, do: "Known good locations only (status = good)", else: "All rover locations"} · Owner: {(@mission.user && @mission.user.callsign) || "—"}
No rover sites match this mission's scope yet — add one below.
<%!-- The add form takes the same flexible input the station inputs use: callsign, Maidenhead grid, or `lat, lon`. Sign-in required. --%><.link navigate={~p"/users/log-in"} class="link">Sign in to add or remove rover sites.
| Station | Status | Distance | Verdict | Propagation |
|---|---|---|---|---|
|
<% {primary, secondary} = station_lines(path) %>
{primary}
{secondary}
|
{status_badge(path.status)} | {if path.result, do: format_distance(path.result["distance_km"]), else: "—"} | {if path.result, do: verdict_badge(path.result["verdict"]), else: "—"} | {if path.result, do: propagation_badge(path.result["propagation_score"]), else: "—"} |