{% if reachable %}
Running
{% if let Some(ms) = latency_ms %}{{ ms }}ms latency{% endif %}
{% else %}
Down
{% endif %}