{% for unit in units %}
{% if unit.status == 'OK' %} {% elif unit.status == 'Pending' %} {% elif unit.status == 'Missing' %} {% else %} {% endif %} {{ unit.id }}
{% if unit.status in ['N/A', 'Unknown'] %}Benched{% else %}{{ unit.status }}{% endif %}
{% if unit.device_type == 'modem' %} Modem {% else %} Seismograph {% endif %}
{% if unit.address %} {% elif unit.coordinates %} {% endif %} {% if unit.project_id %}
🏗️ {{ unit.project_id }}
{% endif %}
🕐 {{ unit.age }}
{% if unit.deployed %} ⚡ Deployed {% else %} 📦 Benched {% endif %}
Tap for details
{% endfor %}
Last updated: {{ timestamp }}