| {{ item.fecha|date:"Y-m-d H:i" }} |
{{ item.desde }} |
{{ item.hasta }} |
{{ item.descripcion }} |
{% if item.tipo == 'Ingreso' %}
{{ item.monto|floatformat:2 }} |
{% else %}
-{{ item.monto|floatformat:2 }} |
{% endif %}
{{ item.saldo_despues|floatformat:2 }} |
|
{% endfor %}