{% load static %} Péremptions
{% 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
{% 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 %}