{% extends "base.html" %} {% block title %}Anfragen{% endblock %} {% block heading %}Anfragen{% endblock %} {% block topbar_actions %}
| Nr. | Eingang | Quelle | Betreff | Kunde | Bearbeiter | Status | Angebot | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ i.inquiry_no or '—' }} | {{ i.created_at[:10] }} | {{ SOURCE_LABELS.get(i.source, i.source) }} | {{ i.subject }} | {% if i.customer_name %} {{ i.customer_name }} {% if i.customer_country_iso %}· {{ i.customer_country_iso }}{% endif %} {% elif i.customer_name_text %} {{ i.customer_name_text }} extern {% else %}—{% endif %} | {% if i.assigned_first %}{{ i.assigned_first }} {{ i.assigned_last }}{% else %}—{% endif %} | {{ STATUS_LABELS.get(i.status, i.status) }} | {% if i.created_quote_id %}#{{ i.created_quote_id }}{% else %}—{% endif %} | Öffnen |