{% extends "base.html" %} {% block title %}Modelo 130 — IRPF{% endblock %} {% block page_title %}Modelo 130 — Pago fraccionado IRPF{% endblock %} {% block topbar_actions %}
| Trimestre | Ingresos (base) | Gastos deducibles | Rendimiento neto | 20% s/ rendimiento | Retenciones IRPF | Pagos anteriores | Cuota a ingresar |
|---|---|---|---|---|---|---|---|
| T{{ t.num }} ({{ t.label }}) | {{ "%.2f"|format(t.ingresos) }} € | {{ "%.2f"|format(t.gastos) }} € | {{ "%.2f"|format(t.rendimiento) }} € | {{ "%.2f"|format(t.cuota_bruta) }} € | − {{ "%.2f"|format(t.ret_irpf) }} € | − {{ "%.2f"|format(t.irpf_acum) }} € | {{ "%.2f"|format(t.cuota_neta) }} € |
| TOTAL {{ año }} | {{ "%.2f"|format(total_ing) }} € | {{ "%.2f"|format(total_gas) }} € | {{ "%.2f"|format(total_ing - total_gas) }} € | {{ "%.2f"|format(total_cuota) }} € | |||