{% extends "base.html" %} {% from "_macros.html" import money %} {% block title %}Angebote{% endblock %} {% block heading %}Angebote{% endblock %} {% block topbar_actions %}
| Angebots-Nr | Datum | Kunde | Land | Gültig bis | Pos. | Brutto | Status | Konvertiert | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ q.quote_no }} | {{ q.quote_date }} | {{ q.customer_name_snapshot }} | {{ q.customer_country_iso_snapshot or '—' }} | {{ q.valid_until or '—' }} | {{ q.line_count }} | {{ money(q.total_gross) }} {{ q.currency }} | {{ STATUS_LABELS.get(q.status, q.status) }} | {% if q.converted_sales_order_id %}→ #{{ q.converted_sales_order_id }}{% else %}—{% endif %} | Öffnen |