{% if ev.plate %}
{{ ev.plate }}
{% else %}
Non lue automatiquement
{% endif %}
{% if plate_crop %}
{{ ev.color_name or '—' }}
{{ ev.color_hex or '' }}
id: {{ ev.id[:8] }}…
frames: {{ frames|length }} (~{{ capture_total }} capturées)
clip: {% if ev.clip_path %}✓ {{ clip_size }}{% else %}—{% endif %}
Meilleure frame ★
{% if ev.clip_path %}Fichier introuvable{% else %}Événement antérieur à la fonctionnalité clip{% endif %}
{% endif %}
{% if frames %}
{% for frame_path in frames %}
{% endfor %}
#{{ loop.index }}{% if loop.first %} ★{% endif %}
Clic simple → aperçu | Double-clic → plein écran
Événement antérieur à la fonctionnalité frames
{% endif %}