{% extends "report/inventree_order_report_base.html" %} {% load i18n %} {% load report %} {% load barcode %} {% load inventree_extras %} {% load markdownify %} {% block header_content %}
| {% trans "Part" %} | {% trans "Reference" %} | {% trans "Quantity" %} | {% trans "Transferred" %} | {% trans "Note" %} |
|---|---|---|---|---|
|
{{ line.part.full_name }}
|
{{ line.reference }} | {% decimal line.quantity %} | {% decimal line.transferred %} | {{ line.notes }} |