{% if rows %} {# US-011: form de stergere bulk. Selectia opereaza DOAR pe randuri blocate (gestionabil); sent/sending/queued nu au checkbox (read-only). #}
{% for r in rows %} {% endfor %}
# Stare Vehicul Operatie Data prestatie Nr. prezentare RAR Actualizat Motiv
{% if r.gestionabil %} {% endif %} {{ r.id }} {{ r.stare_text }} {{ r.prez.vehicul_nr }} {% if r.prez.vin_scurt and r.prez.vin_scurt != '—' %} {{ r.prez.vin_scurt }} {% endif %} {{ r.prez.operatie }} {{ r.prez.data_prestatie }} {{ r.id_prezentare or '—' }} {{ r.updated_at }} {{ r.motiv }}
{% elif filtru_activ %}
Nimic pe filtrul curent. sterge filtrele
{% else %}
Nicio trimitere inca — incepe cu un import sau trimite o prezentare prin API.
{% endif %}