| Truck | Motor | Odômetro | Horas motor | Status manutenção | |
|---|---|---|---|---|---|
| {{ row.truck.name }} | {{ row.truck.engine_model or "—" }} | {{ "%.0f"|format(row.truck.odometer_miles) if row.truck.odometer_miles is not none else "—" }} mi | {{ "%.0f"|format(row.truck.engine_hours) if row.truck.engine_hours is not none else "—" }} h | {% if row.status == "ok" %}OK {% elif row.status == "vencendo" %}Vencendo {% elif row.status == "vencido" %}Vencido {% elif row.status == "sem_registro" %}Sem registro {% else %}Sem config.{% endif %} | Detalhes |
Nenhum truck encontrado. Verifique a sincronização com o Geotab.
{% endif %} {% if not trucks and filtro != "todos" %}Nenhum truck com esse status agora.
{% endif %}