{% extends "base.html" %} {% block title %}Modelo 390{% endblock %} {% block page_title %}Modelo 390 — Resumen anual IVA{% endblock %} {% block topbar_actions %} Volver al calendario {% endblock %} {% block content %}
| Trimestre | Base devengada | Cuota devengada | Base soportada | Cuota soportada | Diferencia | Estado M303 |
|---|---|---|---|---|---|---|
| {{ t.trim }} {{ t.label }} | {{ "%.2f"|format(t.calc.total_dev_base) }} € | {{ "%.2f"|format(t.calc.total_dev_cuota) }} € | {{ "%.2f"|format(t.calc.total_sop_base) }} € | {{ "%.2f"|format(t.calc.total_sop_cuota) }} € | {{ "%.2f"|format(t.calc.resultado) }} € | {% if t.guardado %} {{ t.guardado.estado|capitalize }} {% else %} Sin guardar {% endif %} |
| TOTAL ANUAL | {{ "%.2f"|format(total_dev_base) }} € | {{ "%.2f"|format(total_dev_cuota) }} € | {{ "%.2f"|format(total_sop_base) }} € | {{ "%.2f"|format(total_sop_cuota) }} € | {{ "%.2f"|format(resultado_anual) }} € |