{% extends "base.html" %} {% block title %}Modelo 347{% endblock %} {% block page_title %}Modelo 347 — Operaciones con terceros{% endblock %} {% block content %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, msg in msgs %}| Nombre / Razón social | NIF | Nº facturas | Importe total (€) |
|---|---|---|---|
| {{ c.nombre }} | {{ c.nif or '—' }} | {{ c.n_facturas }} | {{ "%.2f"|format(c.total_ops) }} |
| TOTAL CLIENTES | {{ "%.2f"|format(calc.total_clientes) }} | ||
| Nombre / Razón social | NIF | Nº facturas | Importe total (€) |
|---|---|---|---|
| {{ p.nombre }} | {{ p.nif or '—' }} | {{ p.n_facturas }} | {{ "%.2f"|format(p.total_ops) }} |
| TOTAL PROVEEDORES | {{ "%.2f"|format(calc.total_proveedores) }} | ||