{% extends 'base.html.twig' %} {% block title %}Lieferschein {{ deliveryNote.deliveryNoteNumber }}{% endblock %} {% block content %}
Details und Bearbeitung
{{ deliveryNote.customerName }}
{% if deliveryNote.customerAddress %}{{ deliveryNote.customerAddress }}
{% endif %} {% if deliveryNote.customerPostalCode or deliveryNote.customerCity %}{{ deliveryNote.customerPostalCode }} {{ deliveryNote.customerCity }}
{% endif %} {% if deliveryNote.contactPerson %}Ansprechpartner: {{ deliveryNote.contactPerson }}
{% endif %}| Pos. | Bezeichnung | Menge |
|---|---|---|
| {{ item.position }} | {{ item.description }} | {{ item.quantity|number_format(2, ',', '.') }} {{ item.unit }} |
{{ deliveryNote.notes }}