{% load static %} Véhicules
{% for vhc in list_vhc %} {% with 'vehicles/images/ocvs_rtw_'|add:vhc.nType|add:'_'|add:vhc.nStatus|add:'.png' as image_static %}
{{vhc.sName}}

{% if vhc.bLucas %}LUCAS{% endif %} Péremptions
Infos techniques {% for info in vhc.get_all_infos_tech %}
{{info.sDesc}}
{{info.get_Start_formated}} {{info.get_Author_formated}}
{% endfor %}
Matériels manquants {% for info in vhc.get_all_infos_mat %}
{{info.sDesc}}

{{info.get_Start_formated}} {{info.get_Author_formated}}
{% endfor %}
Péremptions
{% for info in vhc.get_all_infos_perempt_perma %} {{info.sDesc}}
{% endfor %}
{% for info in vhc.get_all_infos_perempt %} {{info.sDesc}}
{% endfor %}
{% endwith %} {% endfor %}