{% extends "admin/custom/base.html" %}
{% block title %} Inventarios y Facturación{% endblock %}
{% block branding %}
{% endblock %}
{% block nav-global %}{% endblock %}
{% load widget_tweaks %}
{% block content %}
{#% include "propias/filtrado_base.html" %#}
TOTAL EN VENTAS ({{ total_g.cv }}) |
{{ total_g.tg }} {{ total_g.tgmc }} |
TOTAL PRODUCTOS VENDIDOS |
{{ total_g.cpv }} |
MESES | VENTAS | PRODUCTOS | INGRESOS |
{% for totales in list_tot %}
{% for tot in totales %}
{{ tot }} |
{% endfor %}
{% endfor %}
{% endblock %}