{% extends "base.html" %} {% block title %}Modelo 303{% endblock %} {% block page_title %}Modelo 303 — IVA trimestral{% endblock %} {% block topbar_actions %} Volver al calendario {% endblock %} {% block content %}
| Tipo IVA | Base imp. | Cuota | –Rect. | Neto |
|---|---|---|---|---|
| {{ r.iva_pct }}% | {{ "%.2f"|format(r.base) }} € | {{ "%.2f"|format(r.cuota) }} € | {{ "%.2f"|format(r.rect_cuota) }} € | {{ "%.2f"|format(r.cuota_neta) }} € |
| Sin facturas emitidas en este período | ||||
| TOTAL | {{ "%.2f"|format(calc.total_dev_base) }} € | {{ "%.2f"|format(calc.total_dev_cuota) }} € | ||
| Tipo IVA | Base imp. | Cuota |
|---|---|---|
| {{ r.iva_pct }}% | {{ "%.2f"|format(r.base) }} € | {{ "%.2f"|format(r.cuota) }} € |
| Sin gastos deducibles en este período | ||
| TOTAL | {{ "%.2f"|format(calc.total_sop_base) }} € | {{ "%.2f"|format(calc.total_sop_cuota) }} € |