{% extends "report/inventree_order_report_base.html" %}
{% load i18n %}
{% load report %}
{% load barcode %}
{% load inventree_extras %}
{% load markdownify %}
{% block header_content %}
{% trans "Part" %} | {% trans "Stock Item" %} | ||
---|---|---|---|
{{ allocation.line.part.full_name }}
|
{% if allocation.item and allocation.item.serial and allocation.quantity == 1 %}
{% trans "Serial Number" %}: {{ allocation.item.serial }} | {% elif allocation.item and allocation.item.batch %}{% trans "Quantity" %}: {% decimal allocation.quantity %} - {% trans "Batch" %}: {{ allocation.item.batch }} | {% else %}{% trans "Quantity" %}: {% decimal allocation.quantity %} | {% endif %}