Mostrando: {{ selected_year }} {% if selected_month %}/{{ selected_month }}{% endif %}
Comparado con el periodo inmediatamente anterior
{{ kpi_total }}
{{ kpi_count }}
{{ kpi_categories }}
No hay datos en el periodo anterior
{% else %}Total anterior: {{ kpi_previous_total|floatformat:2 }}
{% endif %}Diferencia: {% if kpi_difference > 0 %} ▲ {% elif kpi_difference < 0 %} ▼ {% else %} = {% endif %} {{ kpi_difference|floatformat:2 }}
Variación: {% if kpi_percentage is not None %} {{ kpi_percentage|floatformat:2 }}% {% else %} Variación: N/D {% endif %}
| Categoría | Total |
|---|---|
| {{ row.category__name }} | {{ row.total }} |
| Sin datos | |