{% extends "base.html" %} {% block title %}Transfer {{ transfer.reference }}{% endblock %} {% block content %}
{{ transfer.from_location }} → {{ transfer.to_location }}
Status: {{ transfer.get_status_display }}
| Product | Qty | Batch | Serial |
|---|---|---|---|
| {{ item.product }} | {{ item.quantity }} | {{ item.batch|default:"-" }} | {{ item.serial|default:"-" }} |
| No items. | |||