{% for pi in productosInv %}
{% if pi.DISPONIBLE != 0 %}
{{ loop.index }} |
{{ pi.PRODUCTO }} - {{ pi.MARCA }} |
{{ pi.CODIGO }} |
{{ pi.FAMILIA }} |
{{ pi.UBICACION }} |
{{ pi.PROOVEDOR }} |
{{ pi.CADUCIDAD | date('d-m-Y') }} |
{{ pi.TOTAL }} |
{{ pi.VOLUMEN }} |
{{ pi.DISPONIBLE }}
|
|
{#
#}
|
{% else %}
{% endif %}
{% endfor %}