{% extends "base.html" %} {% block title %}Template{% endblock %} {% block page_title %}Template Preventivo{% endblock %} {% block topbar_actions %} + Nuovo Template {% endblock %} {% block content %}
{% if templates %} {% for t in templates %} {% endfor %}
Nome Valuta IVA Validità Azioni
{{ t.nome }} {{ t.valuta }} {{ t.iva_percentuale|int }}% {{ t.validita_giorni }} giorni ✏️ Modifica
{% else %}

Nessun template

I template velocizzano la compilazione dei preventivi ricorrenti.


+ Nuovo Template
{% endif %}
{% endblock %}