Datos Producto
{% for producto in info %}
{% if producto.id_tipo == 1 %}
SERIAL:
DESCRIPCIÓN:
CANTIDAD:
COSTO:
TIPO UBICACIÓN:
EN SITIO
TECNICO
ALAMCEN
PROVEEDOR
UBICACIÓN:
{% else %}
DESCRIPCIÓN:
CANTIDAD:
COSTO:
TIPO UBICACIÓN:
EN SITIO
TECNICO
ALAMCEN
PROVEEDOR
UBICACIÓN:
{% endif %} {% endfor %} {% set id = 0 %} {% for etiqueta in etiquetas %} {% if id == 0 %}
{% endif %}
{{ etiqueta.etiqueta }}:
{% if etiqueta.type=='select' %}
{% elseif etiqueta.type=='text' %}
{% elseif etiqueta.type=='number' %}
{% elseif etiqueta.type=='textarea' %}
{% elseif etiqueta.type=='date' %}
{% elseif etiqueta.type=='time' %}
{% endif %}
{% if id == 1 %}
{% endif %} {% set id = id + 1 %} {% if id == 2 %} {% set id = 0 %} {% endif %} {% endfor %}
AGREGAR AL DETALLE