{% extends 'djmicrosip_clasificadores/base.html' %} {% load humanize %} {% block title %} Pedidos Web {% endblock %} {% block style_css %} {% endblock %} {% block js_code %} {% include 'autocomplete_light/static.html' %} {% endblock %} {% block content %}
No. | Nombre | Existencia | {% if not venta %}No. Serie | Fecha Compra | Costo | Refaccion | Flete | {%endif%}Precio | {% for item in articulos%} {% if existencia == 'True' %}|
---|---|---|---|---|---|---|---|---|---|
{{item.clave}} | {{item.nombre}} {% if compatible%} Compatibile {%endif%} {%if request.user.is_staff %}Img{%endif%} | {% if not venta %} | {%endif%} | {%if venta%} | {%endif%} | ||||
{{item.clave}} | {{item.nombre}} {%if compatible%}Compatibile{%endif%} {%if request.user.is_staff %}Img{%endif%} | {% if not venta %} | {%endif%} | {%if venta%} | {%endif%} |