{% extends "djmicrosip_remgencargos\base.html" %} {% block title %}remisiones{% endblock %} {% block style_css %}{% endblock %} {% block js_code %} {% include 'autocomplete_light/static.html' %} {% endblock %} {% block breadcrumb %}{{ block.super }} remisiones {% endblock %} {% block content %}
{%if errors %}
:/ es nesesario realizar una configuracion {% for error in errors %}
{{ error }} {% endfor %}
{% endif %} {{ search_form.errors }}

Remisiones

generar cargos
{% csrf_token %}
{{ search_form.cliente }} {{ search_form.inicio }} {{ search_form.fin }} {% if not errors %} {% endif %}
{% for documento in documentos %} {% endif %} {% endfor %}
Folio Fecha Cliente Total
{% if documento.descripcion != 'cargo_generado' %} {{ documento.folio }} {{ documento.fecha|date:"M d, Y" }} {{ documento.cliente }} $ {{ documento.importe_total }}

{% endblock %}