|
|
@@ -50,9 +50,9 @@
|
|
|
<td>{{ item.hasta }}</td>
|
|
|
<td>{{ item.descripcion }}</td>
|
|
|
{% if item.tipo == 'Ingreso' %}
|
|
|
- <td class="text-end">{{ item.monto|floatformat:2 }}</td>
|
|
|
+ <td style="color: green" class="text-end">{{ item.monto|floatformat:2 }}</td>
|
|
|
{% else %}
|
|
|
- <td class="text-end">-{{ item.monto|floatformat:2 }}</td>
|
|
|
+ <td style="color: red" class="text-end">-{{ item.monto|floatformat:2 }}</td>
|
|
|
{% endif %}
|
|
|
<td class="text-end">{{ item.saldo_despues|floatformat:2 }}</td>
|
|
|
</tr>
|