| Location | Sensors | Status | Latest Metrics | Issues |
|---|---|---|---|---|
| {{ loc_data.location }} | {{ loc_data.sensor_count }} | {% if loc_data.safe %} SAFE ✓ {% else %} UNSAFE ✗ {% endif %} | {% if loc_data.latest_metrics %} {% for metric, value in loc_data.latest_metrics.items() %} {{ metric.upper() }}: {{ "%.2f"|format(value) }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %} No data {% endif %} | {% if loc_data.reasons %} {{ loc_data.reasons|join(', ') }} {% else %} None {% endif %} |