{% 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 %}
{%if venta%} ({{cantidad_pedido}}) {%endif%} {%if mensaje%} {%endif%}
{% if not venta %}
  • Facturado
  • Remisionado
  • Pedido
  • En existencia
{%endif%} {{form_cliente.cliente}}
{% csrf_token %} {% if not venta %} {{form_busqueda.tipo_art}} {%endif%} {{form_busqueda.busqueda}} {{form_busqueda.sin_existencia}}
    • {% for clas_val in clasificadores_padre %}
    • {% endfor %}
  • {% for clas in clas_all %}
    • {% for clas_val in clas_val_all %} {% if clas == clas_val.clasificador %}
    • {% endif %} {% endfor %}
  • {% endfor %}
    {%if not imagenes%} {% if not venta %} {%endif%} {% for item in articulos%} {% if existencia == 'True' %} {% if not venta %} {%endif%} {%if venta%}{%endif%} {%else%} {% if item.existencia > 0 %} {% if not venta %} {%endif%} {%if venta%} {%endif%} {% endif %} {% endif %} {% endfor %}
    No. Nombre Existencia No. Serie Fecha Compra Costo Refaccion FletePrecio
    {{item.clave}} {{item.nombre}} {% if compatible%} Compatibile {%endif%} {%if request.user.is_staff %}Img{%endif%}
    {{item.clave}} {{item.nombre}} {%if compatible%}Compatibile{%endif%} {%if request.user.is_staff %}Img{%endif%}
    {%else%} {% for item in articulos%}



    {%endfor%} {% endif %}
    {% endblock %}