| Device ID | Type | Location | Threshold | Status | Registered At | Actions |
|---|---|---|---|---|---|---|
| {{ s.device_id }} | {{ s.device_type }} | {{ s.location or '-' }} | {% set minv = s.min_threshold_effective %} {% set maxv = s.max_threshold_effective %} {% if minv is none and maxv is none %} - {% else %} {{ minv if minv is not none else '-' }} – {{ maxv if maxv is not none else '-' }} {% if s.threshold_source == 'custom' %} custom {% elif s.threshold_source == 'default' %} default {% endif %} {% endif %} | {{ s.status }} | {{ s.registered_at or '-' }} |
|