{% load static %}
{% if latest_task_list %} {% for task in latest_task_list %} {% endfor %}
{{task.key}}
{{task.str_start_date}} - {{task.str_end_date}}
{{task.str_start_time}} - {{task.str_end_time}}
{{task.name}}
{{task.desc}}
 
{% else %}

Aucune information véhicule

{% endif %}