{% load static %}
Title
{% for vhc in list_vhc %} {% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
{{vhc.sName}}
{% endwith %} {% endfor %}